]> git.xonotic.org Git - xonotic/gmqcc.git/history - ftepp.c
Merge pull request #142 from CurrentResident/big_endian_testsuite
[xonotic/gmqcc.git] / ftepp.c
2014-01-26 Wolfgang BumillerMerge branch 'master' into cooking
2014-01-01 Dale WeilerHappy new year!
2013-12-01 Dale WeilerMask out the math constant precedence stuff unless...
2013-12-01 Dale WeilerMask ftepp math constants with a compiler flag
2013-12-01 Dale WeilerUser supplied math constants take precedence
2013-12-01 Dale WeilerIgnore emitting implicit math constants in the preproce...
2013-11-30 Dale WeilerMerge branch 'master' into cooking
2013-11-23 Dale WeilerSome math constants
2013-10-31 Dale WeilerMerge branch 'cooking'
2013-10-19 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-10-19 Dale WeilerMake preprocessor predefs use their own context opposed...
2013-10-18 Dale WeilerUndo fix and actually use a macro in the accumulation...
2013-10-18 Dale WeilerDoes this fix it?
2013-10-11 Dale WeilerSome cleanups
2013-10-11 Wolfgang BumillerMerge branch 'cooking' of git://github.com/graphitemast...
2013-10-11 Dale WeilerMerge branch 'cleanup' into cooking
2013-10-11 Dale WeilerRefactor some util/platform usage and extend file syste...
2013-10-11 Dale WeilerMake it compile with mingw32 again
2013-10-11 Dale WeilerMore cleanups
2013-10-11 Dale WeilerSome more platform / compiler specific code refactoring.
2013-10-11 Dale WeilerInitial platform / compiler specific code refactoring.
2013-09-30 Dale WeilerAdd seperate warning flag for directive in macro.
2013-09-30 Dale WeilerWarn when preprocessor directive is found inside a...
2013-08-19 Dale WeilerAdded style + indent rule, fixed some indenting as...
2013-08-17 Dale WeilerRemove that idiom, and use GMQCC_ARRAY_COUNT.
2013-08-16 Dale WeilerMake it compile in visual studio again, without warnings.
2013-08-16 Dale WeilerRework some build stuff for better output and to enable...
2013-08-14 Dale WeilerRemove vec_upload
2013-07-30 Dale WeilerUse the _t consistency naming scheme. Also various...
2013-07-26 Dale WeilerRevert "Smaller memory footprint, 4/8 bytes vs 12/24...
2013-07-26 Dale WeilerSmaller memory footprint, 4/8 bytes vs 12/24 for indivi...
2013-06-17 Dale WeilerMerge branch 'master' into cooking
2013-06-15 Dale WeilerLess terse, it confuses people.
2013-06-14 Dale WeilerFixed whitespace
2013-06-06 Dale WeilerMerge branch 'cooking'
2013-06-06 Dale WeilerStrict prototyping
2013-06-04 Dale WeilerMajor header reworking, this respects the namespaces...
2013-06-01 Wolfgang BumillerMerge branch 'master' into cooking
2013-06-01 Wolfgang BumillerMerge branch 'master' into cooking
2013-05-30 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-05-30 Dale Weilercolumn printing for warnings and errors now
2013-05-29 Dale WeilerMerge branch 'union-replacement' into cooking
2013-05-29 Dale WeilerMajor export cleanup. Anything that was exported but...
2013-05-07 Wolfgang Bumillerfixing a few leaks - code_write doesn't delete the...
2013-04-25 Dale Weilerless globals
2013-04-24 Wolfgang BumillerGrrrr
2013-04-24 Dale Weilertypo
2013-04-24 Dale WeilerImplemented __TIME_STAMP__ predef, expands to a timesta...
2013-04-24 Dale WeilerMake ftepps __NULL__ translate to gmqccs untyped nil...
2013-04-24 Dale WeilerMerge branch 'master' into cooking
2013-04-24 Dale WeilerGet it compiling in visual studio again.
2013-04-23 Dale WeilerMake it compile as C++ code too
2013-04-21 Wolfgang BumillerMerge branch 'master' into cooking
2013-04-21 Dale WeilerRemove trailing whitespace
2013-04-21 Dale WeilerMerge branch 'cooking'
2013-04-17 Dale WeilerSome inline never hurt anyone .. actually, C made a...
2013-04-17 Dale WeilerUse hashtable for macro definitions in the preprocessor...
2013-04-17 Dale WeilerMore perliminary reworking for threading
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 WeilerMore external function flatening (less external symbols)
2013-04-13 Dale WeilerFix possible buffer overflows.
2013-04-13 Dale WeilerFix possible bug
2013-04-13 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-04-13 Dale WeilerFix some memory leaks.
2013-02-20 Wolfgang BumillerMerge branch 'master' into cooking
2013-02-12 Wolfgang BumillerMerge branch 'master' into cooking
2013-02-11 Wolfgang Bumillerinclude: guard the actual inclusion with ftepp->output_...
2013-02-10 Dale WeilerBOOM
2013-02-08 Dale WeilerImplemented __VA_COUNT__
2013-02-08 Dale WeilerCleanup cargocult directory and file specific things...
2013-02-03 Wolfgang Bumillerproperly mask #message, #warning, #error by ftepp-...
2013-02-03 Wolfgang BumillerMerge branch 'master' into cooking
2013-01-30 Dale WeilerGet it compiling with C++ compilers again.
2013-01-30 Dale WeilerRemoving #error/#warning/#message from parser, and...
2013-01-30 Dale WeilerRename
2013-01-30 Dale WeilerWork in progress options cleanup.
2013-01-30 Dale Weilers/WARN_PREPROCESSOR/WARN_CPP/g (to stay somewhat compat...
2013-01-30 Dale WeilerRemoved #warning and #error from ftepp, and made it...
2013-01-27 Dale WeilerHandle all possible subscript errors
2013-01-27 Dale WeilerBetter handling of __VA_ARGS__ subscripting.
2013-01-27 Dale WeilerFix warning, and better tests for __VA_ARGS__
2013-01-27 Dale WeilerMerge branch 'cooking' of github.com:graphitemaster...
2013-01-27 Dale WeilerImplement subscripting for __VA_ARGS__, and added test...
2013-01-16 Wolfgang Bumillerlinenumbers and macros are stupid
2013-01-16 Wolfgang Bumillermore linenumber madness
2013-01-15 Wolfgang Bumillerthis might fix some linenumbering, I hope
2013-01-15 Wolfgang Bumillercall ftepp_recursion_header/footer only when there...
2013-01-06 Wolfgang Bumiller__STD_QCCX__ on -std=qccx - I have no idea about what...
2013-01-04 Dale WeilerMerge branch 'correct'
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-02 Dale WeilerImplemented __TIME__ for ftepp
2013-01-02 Dale WeilerImplemented __DATE__ for ftepp
2013-01-02 Wolfgang BumillerAllow unary minus in ftepp_if_value
2013-01-02 Wolfgang Bumiller__VA_ARGS__ support
2013-01-02 Wolfgang Bumillerfix a leak: delete the output string of macro calls
2013-01-02 Wolfgang Bumillerupdate old_string on failure in ftepp_macro_expand...
2013-01-02 Wolfgang Bumillerwhen recursinve into macros copy the previous line...
next