]> git.xonotic.org Git - xonotic/gmqcc.git/history - gmqcc.h
.gitignore: add binarys
[xonotic/gmqcc.git] / gmqcc.h
2013-04-27 Wolfgang BumillerMerge branch 'master' into cooking
2013-04-27 Wolfgang BumillerStarting point of 0.3.0
2013-04-27 Wolfgang Bumillerthis should be tagged 0.2.9 0.2.9
2013-04-25 Dale Weilercleaner
2013-04-25 Dale Weilerless globals
2013-04-25 Dale WeilerNo more globals for codegen
2013-04-25 Wolfgang Bumillerthese can be const now before-library
2013-04-25 Dale WeilerFix alignment issues (can remove a clang warning, and...
2013-04-24 Wolfgang BumillerGrrrr
2013-04-24 Dale WeilerImplemented __TIME_STAMP__ predef, expands to a timesta...
2013-04-24 Dale WeilerMerge branch 'master' into cooking
2013-04-24 Dale WeilerGet it compiling in visual studio again.
2013-04-21 Wolfgang BumillerMerge branch 'master' into cooking
2013-04-21 Dale WeilerRemove trailing whitespace
2013-04-21 Wolfgang BumillerMerge branch 'master' into cooking
2013-04-21 Dale WeilerFixes
2013-04-21 Dale WeilerMerge branch 'cooking'
2013-04-21 Dale WeilerRemove hashset
2013-04-17 Wolfgang Bumillerparser_const_string now uses hashtables; hashtables...
2013-04-17 Dale WeilerUse hashtable for macro definitions in the preprocessor...
2013-04-17 Dale WeilerMore perliminary reworking for threading
2013-04-17 Dale WeilerPerliminary parser reworking, required for the proposed...
2013-04-15 Wolfgang Bumillerfix macro parameters
2013-04-15 Wolfgang Bumillerutil_strdup: don't use util_memory_a with -DNOTRACK
2013-04-14 Dale WeilerAdded tracing to strdup for allocations, fixed some...
2013-04-14 Dale WeilerFet rid of explicit file stream flushes, streams are...
2013-04-14 Dale WeilerFlatten more external functions
2013-04-14 Dale WeilerMore external function flatening (less external symbols)
2013-02-25 Dale WeilerPush definitions when -O0
2013-02-20 Wolfgang BumillerMerge branch 'master' into cooking
2013-02-12 Wolfgang BumillerMerge branch 'master' into cooking
2013-02-10 Dale WeilerSigh
2013-02-10 Dale WeilerFix mem leak.
2013-02-08 Dale WeilerCleanup cargocult directory and file specific things...
2013-02-03 Wolfgang BumillerReverting this awful unmaintainable mess of option...
2013-02-03 Wolfgang BumillerMerge branch 'master' into cooking
2013-01-30 Dale WeilerCache lengths in corrector. This speeds up the correct...
2013-01-30 Dale WeilerNot an assembler instruction, but virtual instruction...
2013-01-30 Dale WeilerEmpty string, not "<null>"
2013-01-30 Dale WeilerCleanups
2013-01-30 Dale WeilerIt is used, gcc is a liar.
2013-01-30 Dale WeilerSome cleanups and what not.
2013-01-30 Dale WeilerRename
2013-01-30 Dale WeilerWork in progress options cleanup.
2013-01-30 Dale WeilerAdded documentation to all options inside the binary...
2013-01-25 Wolfgang BumillerMerge branch 'master' into cooking
2013-01-17 Wolfgang BumillerWhen not actually executing, don't complain about inval...
2013-01-12 Wolfgang BumillerRemoved -fenhanced-diagnostics - it's now --correct...
2013-01-11 Wolfgang BumillerFix a typo - why the hell does clang not complain?...
2013-01-11 Wolfgang Bumilleradded the --add-info compile switch: it adds a global...
2013-01-11 Wolfgang BumillerIn order to avoid release version strings in non-git...
2013-01-10 Wolfgang Bumillerstrictness sweep: (void)-ing all vec_ macros which...
2013-01-10 Wolfgang Bumiller--version now prints GMQCC_GITINFO, which is not not...
2013-01-09 Wolfgang Bumillerdon't call correct_edit anew for each scope
2013-01-09 Wolfgang Bumiller-Wall now does not set -Wuninitialized-global
2013-01-06 Dale WeilerMerge branch 'screwaround'
2013-01-06 Wolfgang BumillerAn evil optimization to the trie, now has a fixed amoun...
2013-01-05 Wolfgang BumillerCommitting an evil allocator and a trie to speed up...
2013-01-04 Dale WeilerMerge branch 'correct'
2013-01-04 Dale WeilerCleanups and add the corrector to the makefile. Starti...
2013-01-03 Wolfgang BumillerMerge remote-tracking branch 'origin/pp-unary-numbers'
2013-01-03 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2013-01-03 Dale WeilerAdd specialized diagnostics for when predefined macros...
2013-01-03 Wolfgang BumillerIntroducing TYPE_NOEXPR so that these undefined labels...
2013-01-02 Dale WeilerFix some issues
2013-01-01 Dale WeilerImplemented a optimized hash-set that can be used in...
2013-01-01 Dale WeilerHappy new years!
2012-12-31 Dale WeilerFix #include for <machine/endian.h> s/endiane/endian/
2012-12-28 matthiaskrgrMerge remote-tracking branch 'upstream/master'
2012-12-28 Wolfgang BumillerGMQCC_GITINFO
2012-12-28 Wolfgang BumillerTYPE_NIL, builder->nil, ast_value_codegen for TYPE_NIL
2012-12-28 Dale Weileradded util_vasprintf/util_asprintf .. so we can stop...
2012-12-28 Dale WeilerWorking on getting gmqcc to work when compiled with tcc
2012-12-27 Wolfgang Bumiller-fbail-on-werror option
2012-12-26 Wolfgang BumillerSwitch over to LONGBIT
2012-12-24 Wolfgang Bumiller-q, --quiet option
2012-12-24 Dale WeilerAdded my awesome MT1997 PRNG, and use it instead of...
2012-12-23 Wolfgang Bumillercode_genstring now caches strings, no need for code_cac...
2012-12-23 Wolfgang BumillerEven safer vector macros
2012-12-23 Wolfgang BumillerFixing vector macros
2012-12-23 Wolfgang BumillerUchar -> uchar_t for consistency
2012-12-23 Wolfgang Bumiller-futf8 implementation
2012-12-23 Wolfgang BumillerImporting utf8lib
2012-12-23 Dale WeilerBump 0.2 -> 0.3
2012-12-23 Dale WeilerWhitespace
2012-12-23 Dale WeilerRevert "Whitespace fixes"
2012-12-23 Dale WeilerWhitespace fixes
2012-12-23 Dale WeilerActually fix the segfault this time
2012-12-23 Dale Weilercon_default_out for opts.pp_only (removes recently...
2012-12-23 Dale WeilerMake compiler and virtual-machine compile as C++ code...
2012-12-23 Dale WeilerRemove parser_compile_string_len, and make parser_compi...
2012-12-23 Dale Weilerfix comments
2012-12-23 Dale Weilerfixes, and removed a #pragma warning(disable ...) in...
2012-12-23 Dale WeilerCleanup flexible array / vector system
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 Dale WeilerMore cleanups
2012-12-22 Dale WeilerCleanups
2012-12-21 Dale WeilerWindows stuff for visual studio now offical works with...
2012-12-21 Dale WeilerGet gmqcc/qcvm compiling on windows again. Plus work...
next