aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-08-11oops, include libraries for editing the scriptsThomas Grill
some optimizations and py reload fix open editor for module file on "edit" message (or click) open editor for script under OS X added cygwin support svn path=/trunk/; revision=3417
2005-08-09don't use explicit so that STL can be usedThomas Grill
on OSX use "strip -x" instead of -W,-l option to strip binaries only strip release build svn path=/trunk/; revision=3415
2005-08-09small fixesThomas Grill
svn path=/trunk/; revision=3414
2005-08-05minimal docsThomas Grill
small ad corrected to right version dependency svn path=/trunk/; revision=3412
2005-08-05first commitThomas Grill
minimal docs svn path=/trunk/; revision=3411
2005-08-05*** empty log message ***Thomas Grill
svn path=/trunk/; revision=3410
2005-08-03yeah, kryzstsyzyzzof, toxy was fun, may it now rot in hellcarmen rocco
svn path=/trunk/; revision=3405
2005-08-01path setting based on new flext functionalityThomas Grill
open editor for module file on "edit" message (or click) open editor for script under OS X svn path=/trunk/; revision=3399
2005-08-01*** empty log message ***Thomas Grill
svn path=/trunk/; revision=3398
2005-07-30fix for OSX 10.4.1 (thanks to Jamie)Thomas Grill
update for new flext callback naming svn path=/trunk/; revision=3396
2005-07-30- better handling of click callbackThomas Grill
- more compatible handling of attributes in patcher (hiding is now an option - define FLEXT_ATTRHIDE) svn path=/trunk/; revision=3395
2005-07-30corrected Python object propagation (attribute "py") and adjusted help filesThomas Grill
path setting based on new flext functionality much better detach method handling (one thread for all object instances) svn path=/trunk/; revision=3389
2005-07-30added flext_base::GetCanvasDir to retrieve folder where patcher residesThomas Grill
renamed flext_base::CanvasArgs to GetCanvasArgs fixed flext install routine for bcc makefile svn path=/trunk/; revision=3388
2005-07-29jkhjkjhlkjhlkjhlkjhcarmen rocco
svn path=/trunk/; revision=3386
2005-07-29Mac to work with tcl/tk 8.4.5; pd extension added automatically in saveasMiller Puckette
bug fix writing aiff gfiles bug fix (tcl error messages when starting open dialogs) svn path=/trunk/; revision=3385
2005-07-28added in documentation of Pd oddities that I generated in response to the ↵Hans-Christoph Steiner
thread on pd-dev about Miller's new [list] object svn path=/trunk/; revision=3383
2005-07-28indexcarmen rocco
svn path=/trunk/; revision=3382
2005-07-28added [route list] example and discussionHans-Christoph Steiner
svn path=/trunk/; revision=3380
2005-07-25updated and added content based on discussions on pd-dev about Miller's ↵Hans-Christoph Steiner
[list ...] object svn path=/trunk/; revision=3379
2005-07-25added note about read/write being for data structuresHans-Christoph Steiner
svn path=/trunk/; revision=3378
2005-07-25- updated build system for Pd-0.38.4-extended-RC2Hans-Christoph Steiner
- got optional Jack linking working using "weak" linking - updated Pd version grabbing regexps and added extended version to "about pd.." dialog svn path=/trunk/; revision=3377
2005-07-24New "list" object.Miller Puckette
Added "addcomma", "addsemi", "adddollar", "adddollsym" messages to message object. worked on Mac compilation problems. svn path=/trunk/; revision=3371
2005-07-21no stripping of local symbolsThomas Grill
small changes to flext build system svn path=/trunk/; revision=3367
2005-07-21now, to fix pd so this works without hacks...carmen rocco
svn path=/trunk/; revision=3366
2005-07-20corrected Python object propagation (attribute "py") and adjusted help filesThomas Grill
better exception handling and error message much better detach method handling (one thread for all object instances) better definition of output values (atoms, lists, anythings) svn path=/trunk/; revision=3364
2005-07-19added cygwin supportThomas Grill
svn path=/trunk/; revision=3363
2005-07-19more corrections to cygwin... seems to work now for Max/MSP as wellThomas Grill
avoid problems with paths containing spaces enhancements for cygwin builds (working for PD now, but not for Max) svn path=/trunk/; revision=3362
2005-07-19better exception handling and error messageThomas Grill
much better detach method handling (one thread for all object instances) oops, forgot to code one branch better definition of output values (atoms, lists, anythings) svn path=/trunk/; revision=3360
2005-07-19upped version numberThomas Grill
optimizations for message handling and memory footprint made flext::Forward threadsafe digest one-element list messages as single atoms simplified message analysis svn path=/trunk/; revision=3359
2005-07-18python-like dotted module.function syntaxThomas Grill
cleaned up float vs. int pyext tags better definition of output values (atoms, lists, anythings) multiply inlets for py (hot and cold inlets) better exception handling and error message fixes for atomic pyext._outlet messages svn path=/trunk/; revision=3358
2005-07-17changes for devel_0_39 supportThomas Grill
svn path=/trunk/; revision=3357
2005-07-16...carmen rocco
svn path=/trunk/; revision=3355
2005-07-16Cwin32 + prefix settablecarmen rocco
adding svn path=/trunk/; revision=3354
2005-07-16fixed bugs, adopted some patches.Miller Puckette
svn path=/trunk/; revision=3347
2005-07-15None returned by script will bang the outputThomas Grill
fixes for atomic pyext._outlet messages svn path=/trunk/; revision=3346
2005-07-13fixed for flext compilationJamie Tittle
svn path=/trunk/; revision=3339
2005-07-12expr~carmen rocco
svn path=/trunk/; revision=3333
2005-07-12added test to see if any files need renamingHans-Christoph Steiner
svn path=/trunk/; revision=3315
2005-07-11vcoidcarmen rocco
svn path=/trunk/; revision=3314
2005-07-09T1/2 - #sour on EFNetcarmen rocco
svn path=/trunk/; revision=3313
2005-07-09......................stfoicarmen rocco
svn path=/trunk/; revision=3311
2005-07-09python-like dotted module.function syntaxThomas Grill
reworked outbound message generation (now with symbols instead of one-element anythings) multiply inlets for py (hot and cold inlets) cleaned up float vs. int pyext tags pymeth object for object methods enable built-in functions sequence protocol for symbol type enabled built-in functions py: allow all callables svn path=/trunk/; revision=3310
2005-07-08better reload handling, but still far fom perfectThomas Grill
fixed minor other issues cleaned up float vs. int pyext tags simplifications in py and pyext bumped version number python-like dotted module.function syntax send and receive wrapped PyObjects through inlets/outlets multiply inlets for py (hot and cold inlets) svn path=/trunk/; revision=3308
2005-07-08Bug fixes: took out some unwanted "red rectangle" apparitions when makingMiller Puckette
arrays on new canvases; got the array dialog to come back; made graphical updating a bit more reliable. Tested and fixed a couple of problems on Mac and Windoes. svn path=/trunk/; revision=3300
2005-07-06added xcode projectThomas Grill
better reload handling, but still far fom perfect fixed minor other issues bumped version number made some methods static svn path=/trunk/; revision=3296
2005-07-06fix for 64 bit codeThomas Grill
svn path=/trunk/; revision=3294
2005-07-06changed initialization functions accordinglyThomas Grill
FIFO code with mutex lock c++ conformance fix fixes for Codewarrior updates for OSX extracted maps into flmap.h fix for BCC made flext::Forward threadsafe don't install build system yet digest one-element list messages as single atoms updated tutorials fixes for MSVC6 documentation slimmed object data structures simplified message analysis corrected flext version to 0.4.5 added X86-64 code for lockfree fifos preparation of release upgraded version number svn path=/trunk/; revision=3292
2005-07-06daily check-in, this script doesnt do anything yet so dont bothercarmen rocco
svn path=/trunk/; revision=3290
2005-07-05root 10786 13.5 4.0 115888 84324 pts/5 S+ 11:00 1:01carmen rocco
svn path=/trunk/; revision=3289
2005-07-05wrapping expr args in {} cut down the memory leakage by 90% still pretty bad thocarmen rocco
svn path=/trunk/; revision=3288