]> git.xonotic.org Git - xonotic/gmqcc.git/history - Makefile
Added -Oconst-fold-dce (dead code elimination optimization for when constant expressi...
[xonotic/gmqcc.git] / Makefile
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
2013-01-06 Dale WeilerMerge branch 'screwaround'
2013-01-06 Dale WeilerLeave a space here for makedepend
2013-01-06 Dale WeilerAdd a "depend" rule for the makefile. It uses makedepe...
2013-01-06 Dale WeilerUse -O2 by default
2013-01-04 Dale WeilerMerge branch 'correct'
2013-01-04 Dale WeilerCleanups and add the corrector to the makefile. Starti...
2013-01-02 Wolfgang BumillerMakefile: ftepp.o: lexer.h
2012-12-28 matthiaskrgrMerge remote-tracking branch 'upstream/master'
2012-12-28 Wolfgang BumillerGMQCC_GITINFO
2012-12-28 Dale WeilerWorking on getting gmqcc to work when compiled with tcc
2012-12-28 Dale WeilerReorder operands
2012-12-28 Dale WeilerQuoting of strings is forbid in some "make" implementations
2012-12-28 Dale WeilerGot it working on arm :)
2012-12-28 Dale WeilerAlways use -fsigned-char .. The compiler I was using...
2012-12-26 Wolfgang BumillerMerge pull request #74 from matthiaskrgr/PKGBUILD
2012-12-26 Wolfgang Bumilleradding -fno-strict-aliasing
2012-12-23 Wolfgang Bumillerutf8lib.c -> utf8.c - I hope windows 8 allows this...
next