Age | Commit message (Expand) | Author |
2013-06-18 | update Android build for NDK r8eHEADsvn2git-headexternals/template | Hans-Christoph Steiner |
2012-10-09 | support other versions of the Android gcc, as well as other arches (i.e. arm,... | Hans-Christoph Steiner |
2012-10-09 | Mac OS X: test that PowerPC compiler is installed by default | Hans-Christoph Steiner |
2012-09-25 | bumped to v1.0.13 in preparation for release | Hans-Christoph Steiner |
2012-04-14 | pad link fields with -headerpad_max_install_names so the Pd-extended packagin... | Hans-Christoph Steiner |
2012-03-25 | on MinGW, also link shared lib using ALL_LIBS, and add -liberty to link again... | Hans-Christoph Steiner |
2012-03-18 | allow the SHARED_LIB var to be overridden | Hans-Christoph Steiner |
2012-01-30 | fix 'make dist' when no template.c file present | Hans-Christoph Steiner |
2012-01-29 | bumped version to 1.0.13 after 1.0.12 release | Hans-Christoph Steiner |
2012-01-29 | add $(SHARED_SOURCE) $(SHARED_HEADER) to TAGS | Hans-Christoph Steiner |
2012-01-29 | include single-binary source file in 'make dist' source tarball | Hans-Christoph Steiner |
2012-01-29 | link shared library file into single-binary-lib | Hans-Christoph Steiner |
2011-11-17 | included Katja's unittests support from smlib | Hans-Christoph Steiner |
2011-11-16 | added PD_INCLUDE and .tcl files to the etags | Hans-Christoph Steiner |
2011-10-31 | completed support for a libfoo.tcl shared library | Hans-Christoph Steiner |
2011-10-30 | added support for a libfoo.tcl shared library | Hans-Christoph Steiner |
2011-10-18 | load libmylib.so on GNU/Linux using DT_RUNPATH set to | Hans-Christoph Steiner |
2011-10-03 | fixed a couple omissions found when merging Makefile into tkwidgets | Hans-Christoph Steiner |
2011-10-03 | fixed typo and set version to 1.0.11 | Hans-Christoph Steiner |
2011-10-03 | added support for a shared library that all of the objects can use | Hans-Christoph Steiner |
2011-10-03 | merged in IOhannes' ALL_*FLAGS code with some minor changes | Hans-Christoph Steiner |
2011-10-02 | don't differentiate GNU/Hurd and GNU/kFreeBSD from GNU/Linux since they shoul... | Hans-Christoph Steiner |
2011-10-02 | added platform-specific LIBS vars | Hans-Christoph Steiner |
2011-10-02 | updated .PHONY | Hans-Christoph Steiner |
2011-10-02 | updated single_install to use current sub install targets | Hans-Christoph Steiner |
2011-07-26 | fixed finding stuff in %ProgramFiles% correctly, needed to eval the var not i... | Hans-Christoph Steiner |
2011-07-26 | renamed var PROGRAMFILES to ProgramFiles since some IDEs are case sensitive f... | Hans-Christoph Steiner |
2011-07-15 | set CC=gcc on MinGW since MinGW often doesn't have cc | Hans-Christoph Steiner |
2011-03-08 | added support for standalone .tcl files for GUI objects | Hans-Christoph Steiner |
2011-02-11 | NDK_TOOLCHAIN is used by Android NDK for something else, so rename to NDK_TOO... | Hans-Christoph Steiner |
2011-02-08 | fixed Android support to work seamlessly with NDKr5 on GNU/Linux and Mac OS X | Hans-Christoph Steiner |
2011-01-03 | for android, need to set include path too | Hans-Christoph Steiner |
2011-01-03 | first stab at a working android build setup | Hans-Christoph Steiner |
2010-11-22 | moved -DPD to the CFLAGS += section so that CFLAGS can be more easily overridden | Hans-Christoph Steiner |
2010-11-22 | re-added "/pd" to -I"$(PD_INCLUDE)/pd" to support the header location for 0.43 | Hans-Christoph Steiner |
2010-11-21 | added build configs for Debian GNU/Hurd and GNU/kFreeBSD | Hans-Christoph Steiner |
2010-09-22 | fixed bug introduced by IOhannes' addition of unused HELPPATCHES variable that | Hans-Christoph Steiner |
2010-09-14 | removed MinGW CPU flags so it'll build on MinGW64 by default | Hans-Christoph Steiner |
2010-09-12 | fixed bug in libs/folders that end in ~; bumped to 1.0.4 | Hans-Christoph Steiner |
2010-09-07 | added PD_INCLUDE to set the folder where the Pd headers are, i.e. /usr/includ... | Hans-Christoph Steiner |
2010-09-05 | converted to use autotools-style INSTALL_PROGRAM and INSTALL_DATA | Hans-Christoph Steiner |
2010-08-23 | added version macro based on version in meta file | Hans-Christoph Steiner |
2010-08-23 | removed broken target that overrides actual target just to display a message | Hans-Christoph Steiner |
2010-08-23 | cleaned up comments | Hans-Christoph Steiner |
2010-08-23 | forgot to remove one reference to SOURCES_LIB | Hans-Christoph Steiner |
2010-08-23 | removed platform-specific SOURCES_* variablefrom header since they are rarely... | Hans-Christoph Steiner |
2010-08-23 | reverted some things to keep it simple; made section for CFLAGS, LDFLAGS, LIB... | Hans-Christoph Steiner |
2010-08-21 | cleaned up Makefile | IOhannes m zmölnig |
2010-08-11 | upgraded Makefile to 1.0.1 to support 'make dpkg-source' | Hans-Christoph Steiner |
2010-04-26 | set default install location to ~/Library/Pd on Mac OS X | Hans-Christoph Steiner |