]> git.xonotic.org Git - xonotic/gmqcc.git/history - Makefile
add another test that we just didn't have anywhere else yet
[xonotic/gmqcc.git] / Makefile
2015-01-15 Dale WeilerInitial movement to std::vector
2015-01-15 Dale WeilerFast math is too fast for clang
2015-01-15 Dale Weiler.c -> .cpp
2015-01-14 Dale WeilerRemove hash.c
2015-01-14 Dale WeilerRemove fs.c ansi.c and PORTING guide
2015-01-14 Dale WeilerMajor cleanup of platform/fs stuff
2015-01-14 Dale WeilerAdd qcvm rule to makefile
2015-01-14 Dale WeilerInclude dependencies in the makefile
2015-01-14 Dale WeilerLinker flags after objects
2015-01-14 Dale WeilerRemove MSVC support code. Simplified makefile
2015-01-14 Dale WeilerRemove gmpak
2014-12-10 Dale WeilerMerge branch 'cooking'
2014-09-29 Dale WeilerSome fixes
2014-09-26 Dale Weilersilly clang warning is silly
2014-09-26 Wolfgang Bumilleraccidentally left those in
2014-09-26 Wolfgang BumillerFor now I'll just disable this
2014-05-25 Dale WeilerMerge branch 'arithmetic_exceptions' into cooking
2014-05-25 Dale WeilerSome fixes
2014-05-25 Dale WeilerFix vec3_cross. Added optimization to Makefile since...
2014-05-24 Dale WeilerDisable stupid clang warning.
2014-04-07 Wolfgang BumillerMerge remote-tracking branch 'origin/master' into cooking
2014-04-05 Dale WeilerRework distro package build system.
2014-04-05 Dale WeilerFixed Windows builds. Now we also build Win64 packages.
2014-01-26 Wolfgang BumillerMerge branch 'master' into cooking
2013-12-14 Dale WeilerPartially fix that.
2013-12-14 Dale WeilerFaster hashing reaching 16 GB/s on Phenom II X4.
2013-10-17 Dale WeilerUpdate deps
2013-10-14 Dale WeilerCleanup for builds
2013-10-11 Dale WeilerFix windows builds, add strip target for makefiles...
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
next