]> de.git.xonotic.org Git - xonotic/gmqcc.git/history - Makefile
Fix #include for <machine/endian.h> s/endiane/endian/
[xonotic/gmqcc.git] / Makefile
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
2012-11-18 Wolfgang (Blub)... Merge branch 'master' into ftepp
2012-11-17 Wolfgang (Blub)... Merge branch 'master' into ftepp
2012-11-17 Dale WeilerMerge branch 'master' into test-suite
2012-11-17 Dale WeilerMore makefile changes
2012-11-17 Wolfgang (Blub)... install targets 0.1
2012-11-17 Dale WeilerMerge branch 'master' into test-suite
2012-11-17 Wolfgang (Blub)... Temporary list of dependencies for objects
2012-11-17 Dale WeilerNew test-suite initial implementation. Just need to...
2012-11-16 Wolfgang (Blub)... importing initial ftepp.c; -E option now executes the...
2012-11-16 Wolfgang (Blub)... Removing old make rules for ir/ast tests in deleted...
2012-11-15 Dale WeilerSome more changes: added redirout/redirerr command...
2012-11-15 Dale WeilerUse new console system everywhere.
2012-11-14 Wolfgang (Blub)... Merging in new-syntax
2012-11-14 Dale Weilerpreliminary segregated console subsystem
2012-11-11 Wolfgang (Blub)... Removed -O3 from Makefile again
2012-11-10 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-11-10 Dale WeilerRemove execloop.h, we still use xmacros, but it's done...
2012-11-02 Wolfgang (Blub)... Delete the test preprocess.c file and get the use/build...
2012-11-02 Wolfgang (Blub)... Finishing the preprocessing flag for the lexer, added...
2012-10-02 Wolfgang (Blub)... link with $(LIBS), so on linux you can easily add ...
2012-08-23 Wolfgang (Blub)... on linux we need -lm for sqrt
2012-08-22 Wolfgang (Blub)... make track=no adds -DNOTRACK WARNING: do not compile...
2012-08-22 Wolfgang (Blub)... Removing -std=c90, which was just used to make sure...
2012-08-21 Wolfgang (Blub)... let test_ast compile again
2012-08-14 Wolfgang (Blub)... Working towards a saner error-output system, adding...
2012-08-14 Wolfgang (Blub)... Merge branch 'master' into blub/parser
2012-08-13 Wolfgang (Blub)... Merge branch 'master' into blub/parser
2012-08-12 Wolfgang (Blub)... Merge branch 'master' into blub/parser
2012-08-12 Wolfgang (Blub)... Merge branch 'master' into blub/parser
2012-08-12 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-12 Wolfgang (Blub)... merging master
2012-08-12 Wolfgang (Blub)... Merging master to handle vector members, fields, and...
2012-08-11 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-11 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-10 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-08 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-08 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-08 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-08-08 Wolfgang (Blub)... Merge branch 'master' into blub/bc3
2012-07-28 Wolfgang BumillerMerging master and adopting its main.c
2012-07-28 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang BumillerMerging master with newly merged executor
2012-07-27 Wolfgang BumillerMerging master and adapting _MEM_* on new mem-vector...
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-27 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-26 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-26 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-22 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-22 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-22 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-19 Wolfgang Bumillermerging master, and adapting
2012-07-19 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-16 Wolfgang BumillerCopying my old lexer
2012-07-16 Wolfgang BumillerMerge branch 'master' into blub/bc3
2012-07-16 Wolfgang BumillerUpdating makefile to remove all the not yet used stuff
2012-06-27 Wolfgang (Blub)... fixing Makefile for the qcvm_execprogram.h -> execloop...
next