Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-14 | support older Pd versions without sys_fopen(), sys_fclose(), and, sys_close() | Hans-Christoph Steiner | |
svn path=/trunk/externals/unauthorized/; revision=16903 | |||
2015-10-14 | replace POSIX fopen() with Pd's new sys_fopen() to get cross-platform ↵ | Hans-Christoph Steiner | |
unicode filename support (Pd-extended 0.43.4/Pd-vanilla 0.44) svn path=/trunk/externals/unauthorized/; revision=16902 | |||
2015-10-14 | comment out deprecated LAME function: lame_set_padding_type() | Hans-Christoph Steiner | |
svn path=/trunk/externals/unauthorized/; revision=16301 | |||
2015-10-14 | replace verbose() with logpost() since verbose() adds extraneous carraige ↵ | Hans-Christoph Steiner | |
returns to messages that have been filtered out by the log level svn path=/trunk/externals/unauthorized/; revision=16033 | |||
2015-10-14 | reformat code to match Pd style by running 'astyle --style=ansi *.c' | Hans-Christoph Steiner | |
svn path=/trunk/externals/unauthorized/; revision=15994 | |||
2015-10-14 | post version message using verbose(0) | Hans-Christoph Steiner | |
svn path=/trunk/externals/unauthorized/; revision=15914 | |||
2015-10-14 | replaced NT and UNIX macros with _WIN32 and _MSC_VER where appropriate | Hans-Christoph Steiner | |
svn path=/trunk/externals/unauthorized/; revision=15192 | |||
2015-10-14 | got everything building using the template Makefile | Hans-Christoph Steiner | |
svn path=/trunk/externals/unauthorized/; revision=15173 |