[PD-cvs] externals/grill/flext changes.txt,1.30,1.31 config-pd-cygwin.txt,1.8,1.9 flext.doxy,1.7,1.8

xovo at users.sourceforge.net xovo at users.sourceforge.net
Fri Dec 12 04:32:58 CET 2003


Update of /cvsroot/pure-data/externals/grill/flext
In directory sc8-pr-cvs1:/tmp/cvs-serv3409

Modified Files:
	changes.txt config-pd-cygwin.txt flext.doxy 
Log Message:
 ""

Index: changes.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/changes.txt,v
retrieving revision 1.30
retrieving revision 1.31
diff -C2 -d -r1.30 -r1.31
*** changes.txt	29 Nov 2003 03:32:48 -0000	1.30
--- changes.txt	12 Dec 2003 03:32:56 -0000	1.31
***************
*** 24,28 ****
  - "getattributes" or "getmethods" output lists are now alphabethically sorted
  - flext::StopThread function to terminate running threads (started with LaunchThread)
- - added flext::post() and flext::error() console printing (thread-safe)
  - added flext::CmpAtom and AtomList::operator < methods ... useful for using lists as keys for STL
  - make use of new PD thread locking (PD functions sys_lock() and sys_unlock()), queue messages only if necessary
--- 24,27 ----
***************
*** 36,39 ****
--- 35,39 ----
  - changed FLEXT_THREAD_X: wrappers doesn't delete the passed data pointer anymore -> the called method is responsible for that (and it knows the type....)
  - enabled binding of more than one function to a symbol and added flext_base::GetBoundMethod
+ - native support for Windows threading model
  
  0.4.4:
***************
*** 278,286 ****
  - use PD's t_float and t_int types (or comparable for 32-Bit safety)
  
- - make links flext.a -> libflext.a for compatibility
- 
  - add double handlers
  - add signal in/out connection query function
  
  bugs:
  - attributes and attribute editor saving with patcher arguments (like $0-gugu )
--- 278,287 ----
  - use PD's t_float and t_int types (or comparable for 32-Bit safety)
  
  - add double handlers
  - add signal in/out connection query function
  
+ - support for Max qelem style
+ 
+ 
  bugs:
  - attributes and attribute editor saving with patcher arguments (like $0-gugu )
***************
*** 291,296 ****
  - flext_dsp: Max/MSP doesn't correctly report in/out channel counts
  
! - new called in a flext-based class member function doesn _NOT_ call flext::operator new.
! 	how can we achieve that????
  
  tests:
--- 292,298 ----
  - flext_dsp: Max/MSP doesn't correctly report in/out channel counts
  
! - linker problems between MFC libraries and global new and delete overloadings
! - flext::post and flext::error should print via a worker thread
! 
  
  tests:

Index: config-pd-cygwin.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/config-pd-cygwin.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** config-pd-cygwin.txt	31 Mar 2003 02:32:16 -0000	1.8
--- config-pd-cygwin.txt	12 Dec 2003 03:32:56 -0000	1.9
***************
*** 26,28 ****
  # additional compiler flags
  # (check if they fit for your system!)
! UFLAGS=-mcpu=pentium3 -msse
\ No newline at end of file
--- 26,28 ----
  # additional compiler flags
  # (check if they fit for your system!)
! UFLAGS=-mcpu=pentium4 -msse
\ No newline at end of file

Index: flext.doxy
===================================================================
RCS file: /cvsroot/pure-data/externals/grill/flext/flext.doxy,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** flext.doxy	23 May 2003 18:34:11 -0000	1.7
--- flext.doxy	12 Dec 2003 03:32:56 -0000	1.8
***************
*** 1,11 ****
! # Doxyfile 1.3-rc2
  
  #---------------------------------------------------------------------------
! # General configuration options
  #---------------------------------------------------------------------------
  PROJECT_NAME           = flext
! PROJECT_NUMBER         = "version 0.4.4"
  OUTPUT_DIRECTORY       = f:/prog/max/flext/doc/
  OUTPUT_LANGUAGE        = English
  EXTRACT_ALL            = NO
  EXTRACT_PRIVATE        = NO
--- 1,33 ----
! # Doxyfile 1.3.5
  
  #---------------------------------------------------------------------------
! # Project related configuration options
  #---------------------------------------------------------------------------
  PROJECT_NAME           = flext
! PROJECT_NUMBER         = "version 0.5.0"
  OUTPUT_DIRECTORY       = f:/prog/max/flext/doc/
  OUTPUT_LANGUAGE        = English
+ USE_WINDOWS_ENCODING   = YES
+ BRIEF_MEMBER_DESC      = YES
+ REPEAT_BRIEF           = YES
+ ABBREVIATE_BRIEF       = 
+ ALWAYS_DETAILED_SEC    = NO
+ INLINE_INHERITED_MEMB  = NO
+ FULL_PATH_NAMES        = NO
+ STRIP_FROM_PATH        = 
+ SHORT_NAMES            = NO
+ JAVADOC_AUTOBRIEF      = NO
+ MULTILINE_CPP_IS_BRIEF = NO
+ DETAILS_AT_TOP         = YES
+ INHERIT_DOCS           = YES
+ DISTRIBUTE_GROUP_DOC   = NO
+ TAB_SIZE               = 8
+ ALIASES                = 
+ OPTIMIZE_OUTPUT_FOR_C  = YES
+ OPTIMIZE_OUTPUT_JAVA   = NO
+ SUBGROUPING            = YES
+ #---------------------------------------------------------------------------
+ # Build related configuration options
+ #---------------------------------------------------------------------------
  EXTRACT_ALL            = NO
  EXTRACT_PRIVATE        = NO
***************
*** 16,48 ****
  HIDE_FRIEND_COMPOUNDS  = NO
  HIDE_IN_BODY_DOCS      = NO
- BRIEF_MEMBER_DESC      = YES
- REPEAT_BRIEF           = YES
- ALWAYS_DETAILED_SEC    = NO
- INLINE_INHERITED_MEMB  = NO
- FULL_PATH_NAMES        = NO
- STRIP_FROM_PATH        = 
  INTERNAL_DOCS          = YES
  CASE_SENSE_NAMES       = YES
- SHORT_NAMES            = NO
  HIDE_SCOPE_NAMES       = NO
- VERBATIM_HEADERS       = NO
  SHOW_INCLUDE_FILES     = YES
- JAVADOC_AUTOBRIEF      = NO
- MULTILINE_CPP_IS_BRIEF = NO
- DETAILS_AT_TOP         = YES
- INHERIT_DOCS           = YES
  INLINE_INFO            = YES
  SORT_MEMBER_DOCS       = YES
- DISTRIBUTE_GROUP_DOC   = NO
- TAB_SIZE               = 8
  GENERATE_TODOLIST      = YES
  GENERATE_TESTLIST      = YES
  GENERATE_BUGLIST       = YES
  GENERATE_DEPRECATEDLIST= YES
- ALIASES                = 
  ENABLED_SECTIONS       = 
  MAX_INITIALIZER_LINES  = 30
- OPTIMIZE_OUTPUT_FOR_C  = YES
- OPTIMIZE_OUTPUT_JAVA   = NO
  SHOW_USED_FILES        = YES
  #---------------------------------------------------------------------------
--- 38,53 ----
***************
*** 78,81 ****
--- 83,87 ----
  REFERENCED_BY_RELATION = YES
  REFERENCES_RELATION    = YES
+ VERBATIM_HEADERS       = NO
  #---------------------------------------------------------------------------
  # configuration options related to the alphabetical class index
***************
*** 118,121 ****
--- 124,128 ----
  USE_PDFLATEX           = NO
  LATEX_BATCHMODE        = NO
+ LATEX_HIDE_INDICES     = NO
  #---------------------------------------------------------------------------
  # configuration options related to the RTF output
***************
*** 138,143 ****
--- 145,152 ----
  #---------------------------------------------------------------------------
  GENERATE_XML           = NO
+ XML_OUTPUT             = xml
  XML_SCHEMA             = 
  XML_DTD                = 
+ XML_PROGRAMLISTING     = YES
  #---------------------------------------------------------------------------
  # configuration options for the AutoGen Definitions output
***************
*** 184,190 ****
--- 193,201 ----
  CLASS_GRAPH            = YES
  COLLABORATION_GRAPH    = YES
+ UML_LOOK               = NO
  TEMPLATE_RELATIONS     = YES
  INCLUDE_GRAPH          = YES
  INCLUDED_BY_GRAPH      = YES
+ CALL_GRAPH             = NO
  GRAPHICAL_HIERARCHY    = YES
  DOT_IMAGE_FORMAT       = png
***************
*** 193,196 ****
--- 204,208 ----
  MAX_DOT_GRAPH_WIDTH    = 1024
  MAX_DOT_GRAPH_HEIGHT   = 1024
+ MAX_DOT_GRAPH_DEPTH    = 0
  GENERATE_LEGEND        = YES
  DOT_CLEANUP            = YES
***************
*** 199,206 ****
  #---------------------------------------------------------------------------
  SEARCHENGINE           = NO
- CGI_NAME               = search.cgi
- CGI_URL                = 
- DOC_URL                = 
- DOC_ABSPATH            = 
- BIN_ABSPATH            = /usr/local/bin/
- EXT_DOC_PATHS          = 
--- 211,212 ----






More information about the Pd-cvs mailing list