]> git.xonotic.org Git - xonotic/gmqcc.git/history - Makefile
Merge branch 'cooking' of git://github.com/graphitemaster/gmqcc into cooking
[xonotic/gmqcc.git] / Makefile
2013-10-11 Wolfgang BumillerMerge branch 'cooking' of git://github.com/graphitemast...
2013-10-11 Wolfgang BumillerMerge branch 'cooking' of git://github.com/graphitemast...
2013-10-11 Dale WeilerUpdate dependencies
2013-10-11 Dale WeilerMerge branch 'cleanup' into cooking
2013-10-11 Dale WeilerAdd back the correct directory handling for msvc
2013-10-11 Dale WeilerMore cleanups
2013-10-11 Dale WeilerSome more platform / compiler specific code refactoring.
2013-10-11 Dale WeilerInitial platform / compiler specific code refactoring.
2013-09-08 Dale WeilerMerge branch 'master' into cooking
2013-09-08 Dale WeilerFix dependincies
2013-08-21 Dale WeilerMake makes output consistent with BSD makes output...
2013-08-16 Dale WeilerSome testing for valgrind in the makefile
2013-08-16 Dale WeilerValgrind integration for our memory allocator.
2013-08-16 Dale WeilerRework some build stuff for better output and to enable...
2013-08-14 Dale WeilerPerform some strict aliasing all over this biatch....
2013-08-14 Dale WeilerMade intrinsics seperate from the parser.
2013-08-01 Dale Weilerincrement the optimization counter for DCE'd folds...
2013-08-01 Dale WeilerAdded -Oconst-fold-dce (dead code elimination optimizat...
2013-06-22 Dale WeilerUpdate clean rules in makefiles to remove coverity...
2013-06-22 Dale WeilerFixed possible bug in VM. Added coverity rules to makef...
2013-06-18 Dale WeilerRetarded clang warning is retarded.
2013-06-17 Dale WeilerMerge branch 'master' into cooking
2013-06-16 Dale WeilerFixed
2013-06-16 Dale WeilerUse includes for makefile consistency. Added make depen...
2013-06-16 Dale WeilerDependency consistency
2013-06-16 Dale WeilerUpdate some things
2013-06-16 Dale WeilerMake it compile with g++ again
2013-06-06 Dale WeilerMerge branch 'cooking'
2013-06-06 Dale WeilerStrict prototyping
2013-06-02 Dale WeilerMajor utility rewrite for compiler memory utilization...
2013-06-01 Wolfgang BumillerMerge branch 'master' into cooking
2013-06-01 Wolfgang BumillerMerge branch 'master' into cooking
2013-05-29 Dale WeilerMerge branch 'union-replacement' into cooking
2013-05-29 Dale WeilerAdd back that splint flag
2013-05-29 Dale WeilerFix that memory leak that I spent hours trying to find...
2013-05-29 Dale WeilerMajor export cleanup. Anything that was exported but...
2013-05-29 Dale WeilerPrevent negitive numbers from being used as the left...
2013-05-29 Dale WeilerResult of shift operation on signed integers is bad.
2013-05-29 Dale WeilerCleanups and fixes
2013-04-28 Dale WeilerFix deps (remove duplicates with clever make tricks)
2013-04-28 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-04-28 Dale WeilerLess general name for PAK utility, added install target...
2013-04-27 Wolfgang BumillerMerge branch 'master' into cooking
2013-04-26 Wolfgang Bumillerdon't overwrite ldflags/libs env vars
2013-04-26 Dale WeilerFix OSX compiles
2013-04-26 Wolfgang Bumillerdon't overwrite ldflags/libs env vars
2013-04-25 Dale WeilerThat is also not needed anymore
2013-04-25 Dale Weilernot needed for arm anymore
2013-04-25 Dale WeilerApply some static where it belongs
2013-04-25 Dale WeilerFix alignment issues (can remove a clang warning, and...
2013-04-25 Dale WeilerUse the LIBS properly
2013-04-24 Dale WeilerMerge branch 'master' into cooking
2013-04-23 Wolfgang BumillerMakefile: be more conformant: at link-time use LDFLAGS...
2013-04-22 Dale WeilerMerge branch 'master' into cooking
2013-04-22 Dale WeilerProper install names (preserve the .exe for win32 builds)
2013-04-21 Dale WeilerMerge pull request #105 from matthiaskrgr/icon
2013-04-21 Matthias Krügermake: gource: display gmqcc icon in video.
2013-04-21 Dale WeilerMerge branch 'cooking'
2013-04-15 Dale WeilerGCC specific stuff compile flags.
2013-04-14 Dale WeilerAdded tracing to strdup for allocations, fixed some...
2013-04-14 Dale WeilerRevert that trans stuff
2013-04-14 Dale Weilerflatten the use of strcpy, 90% of the cases we already...
2013-04-13 Dale WeilerFix possible buffer overflows.
2013-03-27 Dale WeilerMerge pull request #102 from matthiaskrgr/cooking
2013-03-27 matthiaskrgrmake: gource flags: add
2013-03-27 matthiaskrgrMakefile: split up 'make gource' into 'make gource...
2013-03-21 Dale WeilerCross architecture stuff for distro build scripts....
2013-03-15 Dale WeilerWhile we're at it, fix that one too.
2013-03-15 Dale Weiler*sigh*
2013-03-15 Dale WeilerSPACES PEOPLE
2013-03-15 Dale WeilerAdded gource rule to makefile
2013-03-09 Dale WeilerImplemented smart intrinsic / builtin system. When...
2013-03-07 Dale WeilerImplement exponentiation operator `**` as well as __bui...
2013-02-25 Dale WeilerPrint the number for the test itself in the test-suite...
2013-02-20 Wolfgang BumillerMerge branch 'master' into cooking
2013-02-12 Wolfgang BumillerMerge branch 'master' into cooking
2013-02-08 Dale WeilerOops
2013-02-08 Dale Weilerdepend rule for $(OBJ_P) PAK utility.
2013-02-08 Dale WeilerAdded $(PAK) to Makefile for clean rule.
2013-02-08 Dale WeilerA command line interface for the PAK utility, made...
2013-02-08 Dale WeilerCleanup cargocult directory and file specific things...
2013-02-07 Dale WeilerWork in progress PAK extractor/insterter.
2013-02-06 Dale WeilerUpdate makefile
2013-02-03 Wolfgang BumillerMerge branch 'master' into cooking
2013-01-30 Dale WeilerAdded definition file for test-suite, used by default...
2013-01-30 Dale WeilerOlder clang had -Wmissing-variable-declarations, which...
2013-01-30 Dale WeilerAdded documentation to all options inside the binary...
2013-01-27 Dale WeilerFixes, updates, and added uninstall target for makefile
2013-01-25 Wolfgang BumillerMerge branch 'master' into cooking
2013-01-17 Wolfgang Bumillerfixing manpage permissions
2013-01-10 Dale Weilerwill warn about "check" no such file or directory ...
2013-01-10 Wolfgang Bumillerchecking if git even is available
2013-01-10 Wolfgang Bumiller--version now prints GMQCC_GITINFO, which is not not...
2013-01-07 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2013-01-07 Dale WeilerMove splint.sh into the Makefile
2013-01-06 Wolfgang BumillerGuard 2 peephole optimizations which should only work...
2013-01-06 Wolfgang BumillerMerge branch 'master' of git://github.com/graphitemaste...
2013-01-06 Dale WeilerPipe stderr from makedepend for depend rule in makefile...
2013-01-06 Dale WeilerAdd test alias to check for make file
2013-01-06 Dale WeilerAdd splint rule to makefile
next