]> git.xonotic.org Git - xonotic/gmqcc.git/history - util.c
Got Xonotic stuff for check-proj to function.
[xonotic/gmqcc.git] / util.c
2013-09-08 Dale WeilerMerge branch 'master' into cooking
2013-08-30 Dale WeilerRid of util_debug
2013-08-22 Dale WeilerSome typos
2013-08-17 Dale WeilerRemove some trailing whitespace
2013-08-14 Dale WeilerSome bug fixes
2013-08-14 Dale WeilerRemove my MT impl for PRNG, it's full of buffer overflo...
2013-08-14 Dale WeilerFix
2013-08-14 Dale WeilerCleanups
2013-08-14 Dale WeilerSome statistics as Samual wanted.
2013-07-28 Dale WeilerSome cleanups and smaller binaries!
2013-06-22 Dale WeilerFix some more bugs (coverity you're a life saver)
2013-06-22 Dale WeilerBuffer overflow!
2013-06-20 Dale WeilerOh my god microsoft you suck
2013-06-17 Dale WeilerMerge branch 'master' into cooking
2013-06-14 Dale WeilerFixed whitespace
2013-06-09 Dale WeilerFix builds
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-02 Dale WeilerMajor utility rewrite for compiler memory utilization...
2013-06-02 Dale WeilerSome static
2013-06-02 Dale WeilerHashtable statistics too
2013-06-02 Dale WeilerTrack hashtables too
2013-06-02 Dale WeilerTrack strdups too in the statistics
2013-06-02 Dale WeilerThis was an experiment that snuk it's way inside that...
2013-06-02 Dale WeilerVector tracing, step two in determining how to lower...
2013-06-02 Dale WeilerGuart statistics by option.
2013-06-02 Dale WeilerAdd statistics for vector usage to the output. Step...
2013-06-01 Dale WeilerDoh
2013-06-01 Dale WeilerFix some possible memleaks.
2013-06-01 Wolfgang BumillerMerge branch 'master' into cooking
2013-06-01 Wolfgang BumillerMerge branch 'master' into cooking
2013-05-29 Dale WeilerMerge branch 'union-replacement' into cooking
2013-05-29 Dale WeilerMajor export cleanup. Anything that was exported but...
2013-04-25 Dale WeilerApply some static where it belongs
2013-04-25 Dale WeilerFix alignment issues (can remove a clang warning, and...
2013-04-24 Wolfgang BumillerGrrrr
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 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-16 Dale WeilerFix memdump printing
2013-04-15 Dale WeilerRewrote memory tracking, now prints highest water mark...
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 WeilerMore function flatening
2013-02-03 Wolfgang BumillerMerge branch 'master' into cooking
2013-01-30 Dale WeilerGet it compiling with C++ compilers again.
2013-01-30 Dale WeilerRename
2013-01-30 Dale WeilerWork in progress options cleanup.
2013-01-06 Dale Weilerremove never reached return
2013-01-04 Dale WeilerMerge branch 'correct'
2013-01-04 Dale WeilerCleanups and add the corrector to the makefile. Starti...
2013-01-03 Dale WeilerWork on "did you mean? <ident>" support for errors...
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 util_vasprintf.
2012-12-31 Dale WeilerAdd todo about util_vasprintf (too lazy to fix right...
2012-12-28 matthiaskrgrMerge remote-tracking branch 'upstream/master'
2012-12-28 Dale Weileradded util_vasprintf/util_asprintf .. so we can stop...
2012-12-25 Wolfgang BumillerThe very aggressive -Ooverlap-strings
2012-12-24 Dale Weilerone too many zeros
2012-12-24 Dale WeilerAdded my awesome MT1997 PRNG, and use it instead of...
2012-12-23 Wolfgang Bumillerutil_swa_* + GMQCC_INLINE
2012-12-23 Dale WeilerMake compiler and virtual-machine compile as C++ code...
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 WeilerRemove more unused code
2012-12-22 Dale WeilerMake gmqcc binary smaller (by removing some useless...
2012-12-22 Dale WeilerStick to one hash function (no platform optimized versions)
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 BumillerFix util_endianswap; and endianswap the LNO data as...
2012-12-20 Wolfgang BumillerRemove the suffix entirely
2012-12-20 Wolfgang BumillerUL->ULL
2012-12-20 Dale Weilerugh todo: seed per ht, not per hash
2012-12-20 Dale WeilerNo more hacks
2012-12-20 Dale WeilerFix murmur hash seeding
2012-12-20 Dale WeilerMore fixes
2012-12-20 Dale WeilerAnother fix
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-18 Wolfgang BumillerMerge pull request #48 from mhofstra/patch-1
2012-12-18 mhofstraSmall typo fix to make it compile on x86
2012-12-06 Wolfgang (Blub)... Moving all the global opts_ variables into a struct...
2012-11-26 Dale WeilerRemove trailing whitespace for Blub.
2012-11-26 Dale Weilerfast optimized murmur hash with crc seeding, literally...
2012-11-25 Wolfgang (Blub)... fixing a leak in the hashtables, htdel didn't delete...
2012-11-25 Wolfgang (Blub)... Change the parser to use the hashtable functions
2012-11-24 Dale WeilerSome hashtable changes
2012-11-24 Dale WeilerYou made substantial changes to this file, you get...
2012-11-23 Dale WeilerNo copy, just store pointer for hash table
2012-11-23 Dale Weilerast_binstore_codegen initialize left ir value to null...
2012-11-23 Dale WeilerCleanups
next