aboutsummaryrefslogtreecommitdiffstats
path: root/code/tools
Commit message (Expand)AuthorAgeFilesLines
* * Make LCC's handling of -D arguments on windows consistent with other plaftormstma2009-10-151-6/+62
* Fixed compiler warning (glibc complains if you don't check getcwd() retval).icculus2009-09-151-2/+4
* Fixed a compiler warning on Apple's GCC.icculus2009-09-151-1/+1
* Make q3asm's CodeError print to stderr.icculus2009-09-141-2/+2
* This patch from Monk fixes the q3asm help screenzakk2009-06-141-6/+7
* * Fix some new GCC 4.3 warningstma2008-11-101-1/+2
* fix strict aliasing issuesludwig2008-11-032-5/+12
* * (bug 3610) Server sending unnecessary newline with SV_ConSay_F (Tyler Schwend tma2008-07-054-49/+60
* * (bug 3611) prevent global symbol conflict on some systems (Mac OS X) fortjw2008-04-233-4/+3
* * (bug 3393) Blank user names still possible (Michael Jard <kfaust@gmail.com>)tma2007-11-021-4/+7
* * Fix to qvm compilation on big endian architecturestma2007-10-133-99/+19
* * Remove redundant win32 code in LCC which drew -I flags from the "include"tma2007-09-151-14/+0
* * Improve Makefile startup timetma2007-09-124-425/+0
* * Obsolete filestma2007-09-052-386/+0
* * Make make make less noisetma2007-07-151-2/+2
* gcc 4.2 patch from nyhm of gentoo (thanks!)zakk2007-06-131-2/+2
* SunOS -> sunos (patch by Vincent Cojot)ludwig2006-04-232-2/+2
* * Fix a warning introduced by the recent LCC fixtma2006-03-241-2/+2
* * LCC bug fix from the how-the-fuck-did-that-ever-work? departmenttma2006-03-211-1/+7
* * updated q3asm msvc prj.maik2006-02-071-195/+191
* * Fix a bug where q3cpp's include paths were not set correctlytma2006-01-151-2/+7
* * x86 OS X supporttma2006-01-151-0/+2
* Fixed compiler warning about uninitialized variables.icculus2006-01-141-0/+4
* * Support for MinGW cross compilationtma2005-12-292-3/+1
* Another "long double" ...icculus2005-12-011-2/+2
* Fixed some compiler warnings in lcc...mostly "long double" stuff.icculus2005-11-283-6/+6
* Must explicitly define MACOS_X here or lcc won't build on the Mac.icculus2005-11-281-0/+5
* * Disable ccache by default. If you want it, add USE_CCACHE=1 to Makefile.localtma2005-11-261-9/+0
* Mac OS X work...lots of little changes that touch a lot of random places.icculus2005-11-262-0/+26
* Potential fix to https://bugzilla.icculus.org/show_bug.cgi?id=2486tma2005-11-151-30/+21
* * I'm so analtma2005-11-061-0/+0
* * Install the tools on every build, so a distclean isn't necessary if the tooltma2005-11-0613-2525/+115
* * Removed the last of the binary target stuff from lcc (hopefully)tma2005-11-0257-8264/+2
* * Removed the lcc self tests -- there are none that test bytecodetma2005-11-02302-228622/+2
* * Fix for lcc on windows so that it can execute files with spaces in themtma2005-11-021-2/+5
* * Split off q_platform.h from q_shared.htma2005-11-0112-428/+122
* * More Solaris worktma2005-11-011-2/+2
* * Further work on the Solaris port from Vincent S. Cojottma2005-10-311-26/+47
* * Beginnings of Solaris support from Vincent S. Cojottma2005-10-294-30/+52
* * Added STATUStma2005-10-295-5/+5
* * Use platform headers to source various libc prototypes instead of unsafetma2005-10-261-6/+6
* * Small changes to distclean target from vapiertma2005-10-262-1/+2
* * Split lcc $AR into $AR and $ARFLAGS (from vapier)tma2005-10-261-3/+4
* * Deleted some exes that were in the repositorytma2005-10-213-0/+0
* * Added option to q3asm to instruct it to create qvms compatible with Q3 1.32btma2005-10-161-11/+40
* * (Non-trivial) fix to the "opStack corrupted in compiled code" bugtma2005-10-131-1/+7
* * Removed Q3ASM_TURBO defines from q3asmtma2005-10-132-992/+4
* ugly: undefine memmove to avoid build failure with gcc fortifyludwig2005-10-091-0/+4
* * Patch from Andreas Kohn to fix q3asm build on FreeBSDtma2005-10-072-10/+4
* * Append LCC directory to the PATH variable on all platformstma2005-10-051-24/+39