Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-03-09 | automatic dependency check for debian/ubuntu/etc packages | Georg Holzmann | |
svn path=/trunk/; revision=9550 | |||
2008-03-08 | added FFTW3 and Lua DLLs to the package | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9548 | |||
2008-03-02 | The newly updated 'make depend' section in makefile.mingw means that you need | Hans-Christoph Steiner | |
to cd to packages/win32_inno before running make -f makefile.mingw so that 'make depend' finds the source files and puts the makefile.dependencies in the right place. svn path=/trunk/; revision=9528 | |||
2008-02-22 | upgraded to JackOSX 0.76, which has a framework with a different name. The ↵ | Hans-Christoph Steiner | |
old version was called 'Jack.framework', this one is called 'Jackmp.framework' svn path=/trunk/; revision=9465 | |||
2008-02-01 | Remove a couple of patches that can't go into mainline pd due to licensing. I'd | Russell Bryant | |
rather start over with a way that could be merged there ... svn path=/trunk/; revision=9163 | |||
2008-01-10 | rename file from buildversion to makeversion to match actual function name | Russell Bryant | |
svn path=/trunk/; revision=9146 | |||
2008-01-10 | (from issue #1836228) | Russell Bryant | |
This little patch slightly improves pd_makeversion(). Namely, I didn't like the use of sprintf() which ignored the possibility of the version string being longer than the allowed buffer size. Also, I changed malloc+strcpy to the slightly simpler strdup(). svn path=/trunk/; revision=9145 | |||
2008-01-10 | This commit adds configure script checking for a number of functions in | Russell Bryant | |
libm: - sinf, cosf, atanf, atan2f, ... Previously, in x_arithmetic.c, these functions were redefined for MSW / Apple. Now, they will only be redefined if the configure script does not find them. The results of the checks for these functions are placed in the config.h header file. The config.h.in file was generated using autoheader. (Note that this patch requires the inclusion of acinclude.m4. You must run aclocal before running autoconf to generate the configure script.) svn path=/trunk/; revision=9144 | |||
2008-01-10 | (add patch from issue #1852385) | Russell Bryant | |
This patch provides a revised implementation of the strtokcpy() function in s_path.c. It provides the following benefits: 1) Prevent potential overflow of a stack buffer. This function did nothing to ensure that it didn't write past the end of the destination buffer. It is possible to cause this to happen by providing certain command line arguments that are longer than MAXPDSTRING. Also, there may be other ways to trigger this bug if namelist_append_files() is used anywhere beyond the uses I reviewed, which are the ones in pd/*.c. 2) Copy bytes from the string in the same loop that looks for the delimiter. This is simply for efficiency in that the string only has to be traversed once, instead of twice (one to find the delimiter, and the second to copy up to it). svn path=/trunk/; revision=9143 | |||
2008-01-10 | This patch will add a new file, acinclude.m4, which is a small library of | Russell Bryant | |
m4 macros used to make adding certain things to the configure script much easier. It is a raw copy from the file's source (Asterisk). All of the macro prefixes are AST, but they have been left intact, to ease keeping this file up to date with the original one. This is required before any of the other configure script related patches can be applied. svn path=/trunk/; revision=9142 | |||
2008-01-09 | Check for AC_CONFIG_HEAEDERS in configure.in before running autoheader. | Russell Bryant | |
svn path=/trunk/; revision=9141 | |||
2008-01-08 | Make sure we need to run aclocal before doing so. | Russell Bryant | |
svn path=/trunk/; revision=9140 | |||
2008-01-08 | Fix a typo. s/autoconf/aclocal/ | Russell Bryant | |
svn path=/trunk/; revision=9138 | |||
2008-01-08 | Make sure aclocal and autoheader get executed when building pd-extended ... | Russell Bryant | |
svn path=/trunk/; revision=9137 | |||
2007-12-05 | russell bryant's format string checking (patch #1841002 | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9082 | |||
2007-12-05 | improved makefile.dependencies generation so that will be regenerated if the ↵ | Hans-Christoph Steiner | |
pd sources change svn path=/trunk/; revision=9081 | |||
2007-12-04 | fixed two bugs, time for a new patch | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9080 | |||
2007-11-26 | added a version of oskude's 'arrow keys update scrollbars' patch | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9045 | |||
2007-11-26 | fixed bug 1837649 according to IOhannes' suggestion | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9042 | |||
2007-11-26 | quick hack to make print post all arguments | Hans-Christoph Steiner | |
svn path=/trunk/; revision=9039 | |||
2007-11-14 | added var to support building shared libraries for libdirs | Hans-Christoph Steiner | |
svn path=/trunk/; revision=8999 | |||
2007-11-07 | strings are now blobs. replaced "string' by "blob" everywhere | Martin Peach | |
svn path=/trunk/; revision=8954 | |||
2007-11-06 | allow dynamic cursor configuration by move cursor name variables to ↵ | Hans-Christoph Steiner | |
u_main.tk, this is patch 1826507 svn path=/trunk/; revision=8939 | |||
2007-11-04 | patch #1825692 fixed up keybindings and panels | Hans-Christoph Steiner | |
svn path=/trunk/; revision=8933 | |||
2007-11-04 | added variables to tailer the color scheme, and designed a color scheme. ↵ | Hans-Christoph Steiner | |
This could be set back to the default Pd colors also svn path=/trunk/; revision=8929 | |||
2007-11-04 | fixed bad tagname preventing successful build | Hans-Christoph Steiner | |
svn path=/trunk/; revision=8927 | |||
2007-11-03 | oops sorry, I forgot about the whackiness of makefiles, you can't reuse ↵ | Hans-Christoph Steiner | |
variables! svn path=/trunk/; revision=8925 | |||
2007-11-01 | created standard variable for the CPU type to support doing CPU-specific ↵ | Hans-Christoph Steiner | |
optimizations svn path=/trunk/; revision=8921 | |||
2007-10-27 | removed old CPU OPT_CFLAGS and turned on DEBUG_SOUNDFILE to test writesf~ bug | Hans-Christoph Steiner | |
svn path=/trunk/; revision=8892 | |||
2007-10-27 | reverted ggee back to original order since it was conflicting with vbap | Hans-Christoph Steiner | |
svn path=/trunk/; revision=8890 | |||
2007-10-26 | fixed bunk path1 registry entry | Hans-Christoph Steiner | |
svn path=/trunk/; revision=8885 | |||
2007-10-22 | removed a cruft build target that was never used; added post build hack to ↵ | Hans-Christoph Steiner | |
switch pdp_v4l to pdp_ieee1394 on the mac builds svn path=/trunk/; revision=8855 | |||
2007-10-21 | merged in some changes from branch-v0-39-2-extended | Hans-Christoph Steiner | |
svn path=/trunk/; revision=8854 | |||
2007-10-20 | moved dmg code from branch-v0-39-2-extended, the disk image icon works, but ↵ | Hans-Christoph Steiner | |
not the background... svn path=/trunk/; revision=8853 | |||
2007-10-17 | checked in fix for when Pd launchs the browser directly. It needs to start ↵ | Hans-Christoph Steiner | |
it with an & so that Pd doesn't wait for it to finish svn path=/trunk/; revision=8833 | |||
2007-10-16 | made more general powerpc option to try to fix FFT and freeverb bugs | Hans-Christoph Steiner | |
svn path=/trunk/; revision=8820 | |||
2007-10-13 | make deb target remove package that doesn't exist on powerpc | Hans-Christoph Steiner | |
svn path=/trunk/; revision=8813 | |||
2007-10-11 | added IRC link to the Help menu | Hans-Christoph Steiner | |
svn path=/trunk/; revision=8800 | |||
2007-10-10 | added useful content to the very short help menu | Hans-Christoph Steiner | |
svn path=/trunk/; revision=8797 | |||
2007-10-10 | This patch adds a number of better commands for opening HTML files and URLs on | Hans-Christoph Steiner | |
GNU/Linux. These commands use the defaults systems, plus each command is tested before executed, so it should be more fault tolerant. svn path=/trunk/; revision=8796 | |||
2007-10-05 | replaced 80 char limit on postatom() with MAXPDSTRING follow this thread: ↵ | Hans-Christoph Steiner | |
http://lists.puredata.info/pipermail/pd-list/2007-10/054514.html svn path=/trunk/; revision=8788 | |||
2007-09-25 | updated to load libdir first, so it'll actually load the rest of the libdirs ↵ | Hans-Christoph Steiner | |
properly afterwards; wrote the generating script in the process to ignore pdp and pidip on windows svn path=/trunk/; revision=8758 | |||
2007-08-29 | added Ed Kelly's library to the list for libs to load by default | Hans-Christoph Steiner | |
svn path=/trunk/; revision=8694 | |||
2007-08-29 | added minor fix found during build on tgrils's computer | Hans-Christoph Steiner | |
svn path=/trunk/; revision=8693 | |||
2007-08-15 | updated libquicktime patch to use [file normalize] and to work with other ↵ | Hans-Christoph Steiner | |
updated patches svn path=/trunk/; revision=8590 | |||
2007-08-15 | replaced by normalize_pd_guidir-0.40.3.patch | Hans-Christoph Steiner | |
svn path=/trunk/; revision=8589 | |||
2007-08-15 | use Tcl to normalize the pd_guidir filename to get rid of ../ and other ↵ | Hans-Christoph Steiner | |
oddnesses svn path=/trunk/; revision=8583 | |||
2007-08-03 | removed misplaced libquicktime chunk from u_main.tk since it is in its own patch | Hans-Christoph Steiner | |
svn path=/trunk/; revision=8375 | |||
2007-08-01 | added external help path to startup settings | Hans-Christoph Steiner | |
svn path=/trunk/; revision=8335 | |||
2007-08-01 | added external help path to startup settings and made realtime setting explicit | Hans-Christoph Steiner | |
svn path=/trunk/; revision=8334 |