]> git.xonotic.org Git - xonotic/gmqcc.git/history - gmqcc.h
Fix some issues
[xonotic/gmqcc.git] / gmqcc.h
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...
2012-11-30 Wolfgang (Blub)... don't just store a 'bool constant' in the ast/ir, store...
2012-11-30 Wolfgang (Blub)... don't use vec_size but _vec_end in _vec_remove, since...
2012-11-30 Wolfgang (Blub)... Importing tail-recursion optimization
2012-11-30 Wolfgang (Blub)... -O now, additionally to taking a number, can work like...
2012-11-26 Wolfgang (Blub)... generic compile_error/compile_warning functions in...
2012-11-26 Dale WeilerRemove trailing whitespace for Blub.
2012-11-25 Wolfgang (Blub)... Revert "Fix type punning warnings"
2012-11-25 Dale WeilerFix type punning warnings
2012-11-25 Wolfgang (Blub)... Change the parser to use the hashtable functions
2012-11-24 Dale WeilerAdd respective license headers + some cleanups
2012-11-23 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-11-23 Dale WeilerAdded comment about hashtable
2012-11-23 Dale WeilerNo copy, just store pointer for hash table
2012-11-23 Wolfgang (Blub)... Let's #define GMQCC by default
2012-11-23 Dale WeilerVisual studio __forceinline can be used for GMQCC_INLINE
2012-11-23 Dale WeilerImplemented hashtable as-per Blubs request
2012-11-22 Wolfgang (Blub)... Fixing clang-warnings about vectors
2012-11-22 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-11-21 Wolfgang (Blub)... -dump vs -dumpfin; to see the IR before and after final...
2012-11-21 Dale WeilerBump version
2012-11-21 Wolfgang (Blub)... casting explicitly to boolean values in early out logic
2012-11-19 Dale WeilerMerge branch 'master' into test-suite
2012-11-18 Wolfgang (Blub)... The ftepp now always outputs into a string buffer,...
2012-11-18 Wolfgang (Blub)... Merge branch 'master' into ftepp
2012-11-18 Wolfgang (Blub)... Make -E print to stdout by default and honor -o, change...
2012-11-18 Wolfgang (Blub)... Since like with parsing, the preprocessor state has...
2012-11-17 Wolfgang (Blub)... Merge branch 'master' into ftepp
2012-11-17 Dale WeilerMerge branch 'master' into test-suite
2012-11-17 Dale WeilerMerge branch 'master' into test-suite
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-15 Wolfgang (Blub)... moving _vec_remove above the 'exposed interface' comment
2012-11-15 Wolfgang (Blub)... Fix a typo causing NOTRACK to fail
2012-11-15 Wolfgang (Blub)... Replacing lexer's vectors and getting rid of the macros
2012-11-15 Wolfgang (Blub)... Replaced it all...
2012-11-15 Dale WeilerUse new console system everywhere.
next