aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-12-23fixed typoIOhannes m zmölnig
2011-12-21fixed errors detected by cppcheckIOhannes m zmölnig
2011-10-05try linking with '-l:pd.dll'IOhannes m zmölnig
2011-10-05compat function get_output_formatIOhannes m zmölnig
2011-10-03replaced &s_ with gensym()IOhannes m zmölnig
2011-10-03on w32, use '-no-undefined'IOhannes m zmölnig
2011-09-28added aliasesIOhannes m zmölnig
2011-09-28autotoolsIOhannes m zmölnig
2011-09-27crude fix to allow to install as 1-file-per-class libraryRoman Haefeli
2011-09-27fixed minor issuesIOhannes m zmölnig
2011-09-27fixed call to pd_error()IOhannes m zmölnig
2011-09-27fixed closing commentsIOhannes m zmölnig
2011-09-21bumped version to 2.2.4IOhannes m zmölnig
2011-09-21allow to set SIMD as cmdline argIOhannes m zmölnig
2011-09-21encoding fixesIOhannes m zmölnig
2011-09-21encodingIOhannes m zmölnig
2011-09-21proper escaping for m4IOhannes m zmölnig
2011-09-21more pd-pathsIOhannes m zmölnig
2011-09-21made it compile againIOhannes m zmölnig
2011-09-21fixed license boilerplate and UTF8 encodingIOhannes m zmölnig
2011-09-21allow anythings for pack/unpackIOhannes m zmölnig
2011-09-20fixed crash when add2 to an empty bufferIOhannes m zmölnig
2011-09-20sprintf formattingIOhannes m zmölnig
2011-09-20fixed encoding and copyright time spanIOhannes m zmölnig
2011-06-30_snprintf for VSCmusil
2010-08-21no longer neededIOhannes m zmölnig
2010-08-19fixed bug in oversampling code;IOhannes m zmölnig
2010-08-18UTF-8IOhannes m zmölnig
2010-08-18clarified copyrightIOhannes m zmölnig
2010-08-11better proxy nameIOhannes m zmölnig
2010-03-09output done-bang when out-of-memoryIOhannes m zmölnig
2010-03-08a wee external to get/set the current sleepgrainIOhannes m zmölnig
2010-02-25added note about CANTIOhannes m zmölnig
2010-02-25added [rawprint], a [print] clone without all the fancinessIOhannes m zmölnig
2010-01-25disabled SSE since it's not compatible with [||]IOhannes m zmölnig
2010-01-25free() requires stdlib.hIOhannes m zmölnig
2010-01-25be more specific with ldflags test for "-shared"IOhannes m zmölnig
2010-01-25added check for linker-flags "-bundle -mmacosx-version-min=10.3 -undefinedIOhannes m zmölnig
2010-01-25re-enabled the checks for "-dynamiclib -mmacosx-version-min=10.3 -undefinedIOhannes m zmölnig
2010-01-19SIMD code hopefully now also works on 64bitIOhannes m zmölnig
2009-11-30made prefix buffer hold 3 bytes (as suggested by claude; closes #2838114)IOhannes m zmölnig
2009-09-24removed autogenerated filesIOhannes m zmölnig
2009-09-24the option is called "--with-pd" and not "--with-pdpath"IOhannes m zmölnig
2009-09-24adding the pd-paths to LDFLAGS and INCLUDES is now done at the proper place (...IOhannes m zmölnig
2009-09-22-lpd is checked and added to LIBS by configure so removed from static LDFLAGSHans-Christoph Steiner
2009-09-22fixed linking on MinGW to use -lpd and to look in both pd/src and pd/binHans-Christoph Steiner
2009-08-14new object [multireceive] that is like [receive] but for multiple receive-nam...IOhannes m zmölnig
2009-08-14reverted the changes that broke build on w32 (though i don't know why...: sho...IOhannes m zmölnig
2009-08-03liststorage: a slot-based storage for (multiple) lists that doesn't know anyt...IOhannes m zmölnig
2009-08-03make CC and the like settable by envvariablesIOhannes m zmölnig