- Apr 25, 2012
-
-
deuce authored
-
- Feb 11, 2012
-
-
deuce authored
-
- Oct 26, 2011
-
-
deuce authored
-
- Oct 21, 2011
- Oct 19, 2011
- Oct 13, 2011
-
-
deuce authored
-
- Aug 11, 2011
-
-
deuce authored
-
- Aug 10, 2011
-
-
deuce authored
-
- May 06, 2011
-
-
deuce authored
and is no longer supported by GCC for Darwin.
-
- Apr 22, 2011
-
-
deuce authored
path.
-
- May 24, 2010
- Apr 01, 2010
-
-
deuce authored
-
- Jan 22, 2010
-
-
rswindell authored
-
- Jan 21, 2010
-
-
deuce authored
Fixes problems building with the clang analyzer.
-
- Oct 02, 2007
-
-
rswindell authored
-
- Sep 17, 2007
-
-
rswindell authored
-
- Jul 30, 2007
-
-
deuce authored
-
- Jul 11, 2007
-
-
deuce authored
Add -fPIC to CFLAGS for x86_64 (needed for shared libs apparently)
-
- Jul 10, 2007
-
-
deuce authored
-
- May 31, 2007
- Feb 25, 2007
-
-
deuce authored
-
- Dec 29, 2006
-
-
rswindell authored
-
- Sep 18, 2006
-
-
deuce authored
egrep to handle this case.
-
- Aug 14, 2006
-
-
deuce authored
strtok_r() function. Note that on Solaris, strtok() is MT-safe.
-
- Jun 15, 2006
-
-
deuce authored
-
- Jun 14, 2006
-
-
deuce authored
-
- Jun 07, 2006
-
-
deuce authored
breaking non-debug baja builds. This means that -O3 won't work... so don't use it. Thanks for taking the time to track this down dekan.
-
- Jun 02, 2006
-
-
deuce authored
-
- May 31, 2006
-
-
deuce authored
with single-thread programs which use SDL audio. Someone should test tone under Linux with SDL audio...
-
- Apr 21, 2006
-
-
deuce authored
-
- Apr 06, 2006
-
-
deuce authored
PROFILE Builds a profiled version suitable for use with gprof This option is only usefull for developers. (On most systems, the profile libraries don't exist, so this will fail) UPROFILE Generates data for profile-based optimizations. Can be used to generate heavily optimized builds... but is not trivial to use and does use extra disk space. Expert users only. GCOV Generates data for usage by gcov. Only usefull for developers. USE_UPROFILE Uses the UPROFILE generated data for more optimizations.
-
- Mar 23, 2006
-
-
deuce authored
-
- Jan 16, 2006
- Dec 14, 2005
-
-
deuce authored
-O3 causes problems on some Ubuntu. Thanks RuneMaster!
-
- Oct 13, 2005
-
-
deuce authored
-