]> git.xonotic.org Git - xonotic/gmqcc.git/history - Makefile
Apply some static where it belongs
[xonotic/gmqcc.git] / Makefile
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...
2012-12-23 Wolfgang BumillerImporting utf8lib
2012-12-23 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-12-23 Dale WeilerWrapper around FILE to take advantage of MSVC "secure...
2012-12-22 Wolfgang BumillerMakefile: lexer.o depends on lexer.h
2012-12-22 Dale WeilerCleanups and make compile with clang again with no...
2012-12-20 Wolfgang BumillerFix object dependency: OBJ -> OBJ_D so they all depend...
2012-12-20 Wolfgang BumillerOh god I hate this so much
2012-12-20 Dale WeilerNo more hacks
2012-12-20 Dale Weiler*sigh*
2012-12-20 Dale WeilerAllow uname override
2012-12-20 Dale WeilerMore fixes
2012-12-20 Dale Weilerhandle cygwin/mingw for makefile
2012-12-18 Wolfgang (Blub)... default make target now is 'all'
2012-12-18 Wolfgang (Blub)... make install-doc now also installs qcvm.q
2012-12-18 Dale WeilerCleanups of compiler option configuration. Added ini...
2012-12-17 Wolfgang (Blub)... Revert "Not defining GMQCC_VERSION_ in gmqcc.h but...
2012-12-17 Wolfgang (Blub)... Not defining GMQCC_VERSION_ in gmqcc.h but checking...
2012-12-06 Wolfgang (Blub)... Adding an 'install-doc' target to the Makefile, which...
2012-12-02 Dale WeilerHide execution call to testsuite with @ in Makefile
2012-11-30 Wolfgang (Blub)... Adding opts.def as dep to everything which has gmqcc...
2012-11-23 Dale Weilerast_binstore_codegen initialize left ir value to null...
2012-11-23 Dale WeilerImplemented hashtable as-per Blubs request
2012-11-23 Dale WeilerWall was already there, changed pedantic, into pedantic...
2012-11-23 Dale WeilerMake it compile with -Wall and -pedantic
2012-11-22 Wolfgang (Blub)... Fixing the makefile - stop adding pointless defaults
2012-11-22 Dale WeilerFix memory leaks
2012-11-22 Dale WeilerRemove some disabled warnings from the makefile
2012-11-22 Dale WeilerFix more warnings
2012-11-21 Dale WeilerMake blub happy
2012-11-21 Dale WeilerMake makefile runtest rule depend on all to be built
2012-11-19 Dale WeilerMerge branch 'master' into test-suite
next