]> git.xonotic.org Git - xonotic/gmqcc.git/history - gmqcc.h
Revert that trans stuff
[xonotic/gmqcc.git] / gmqcc.h
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...
2012-12-20 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-12-20 Dale WeilerImplemented roboust compile-time endianess check.
2012-12-20 Wolfgang BumillerBe more correct with sizes; use a better local-alloc...
2012-12-20 Wolfgang BumillerFix util_endianswap; and endianswap the LNO data as...
2012-12-20 Wolfgang Bumiller-Werror-<warning> should actually use opts_setwerror
2012-12-20 Wolfgang Bumiller-Werror-<warning>, -Wno-error-<warning>, manpage updated
2012-12-20 Dale WeilerNo more hacks
2012-12-20 Dale WeilerAnother fix
2012-12-20 Dale WeilerFTBFS fixes
2012-12-19 Wolfgang (Blub)... Applying the actual 'Fix FTFBS stuff' part
2012-12-19 Wolfgang (Blub)... Revert "Fix FTFBS stuff"
2012-12-19 Dale WeilerFix FTFBS stuff
2012-12-19 Wolfgang (Blub)... VINSTR_NRCALL, translated like any other call for now...
2012-12-18 Rudolf PolzerFixes for some minor bugs clang-analyzer and cppcheck...
2012-12-18 Wolfgang (Blub)... More jump removal
2012-12-18 Dale WeilerAllow setting configuration file via commandline
2012-12-18 Dale WeilerCleanups of compiler option configuration. Added ini...
2012-12-17 Wolfgang (Blub)... vcompile_error, vcompile_warning; fixed: removed opts_...
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-17 Dale WeilerImplemented -D for preprocessor
2012-12-06 Wolfgang (Blub)... Moving all the global opts_ variables into a struct...
2012-12-04 Wolfgang (Blub)... Parsing the 'noref' keyword; this also gets rid of...
2012-12-02 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-12-02 Wolfgang (Blub)... Don't warn about uninitialized stuff in accessors ...
2012-12-02 Dale Weileradded __STD_VERSION_[MINOR/MAJOR]__, and vec_upload
2012-11-30 Wolfgang (Blub)... qcvm -printfuns; prog_section_function.nargs is now...
2012-11-30 Wolfgang (Blub)... All ir_instrs now get their lex-context, so that we...
next