]> de.git.xonotic.org Git - xonotic/gmqcc.git/history - util.c
more info in the IR dump
[xonotic/gmqcc.git] / util.c
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
2012-11-23 Dale WeilerImplemented hashtable as-per Blubs request
2012-11-23 Dale WeilerMake it compile with -Wall and -pedantic
2012-11-22 Dale WeilerFix getline
2012-11-22 Dale WeilerFix memory leaks
2012-11-22 Dale WeilerFix more warnings
2012-11-19 Dale WeilerMerge branch 'master' into test-suite
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-15 Wolfgang (Blub)... Fixing util_memory_r
2012-11-15 Wolfgang (Blub)... Replaced it all...
2012-11-14 Wolfgang (Blub)... Merging in new-syntax
2012-11-14 Dale Weilerpreliminary segregated console subsystem
2012-11-10 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-11-10 Wolfgang (Blub)... util_memory_r with byte=0 will now call util_memory_d...
2012-11-10 Wolfgang (Blub)... mem_r to realloc
2012-10-02 Dale Weilersome awesome documentation about CRC for future viewers
2012-10-02 Wolfgang (Blub)... Add the actual crc implementation
2012-10-02 Wolfgang (Blub)... leaving the old crc in, commented out
2012-10-02 Wolfgang (Blub)... Cleaner crc implementation
2012-10-02 Wolfgang (Blub)... Generating checksums
2012-08-22 Wolfgang (Blub)... Mask out "MEM" debug messages when -memchk wasn't used
2012-08-21 Wolfgang (Blub)... nicer output for lost blocks in memory info
2012-08-21 Wolfgang (Blub)... memblock_t is now a double-linked list so we can show...
2012-08-21 Wolfgang (Blub)... Fix output of util_memory_d
2012-08-16 Wolfgang (Blub)... -_- file->filename
2012-08-16 Wolfgang (Blub)... util_fopen...
2012-08-16 Wolfgang (Blub)... strcpy->memcpy in util_getline
2012-08-16 Wolfgang (Blub)... cast mem_a returns in util_getline
2012-08-15 Wolfgang (Blub)... Merge branch 'master' of git://github.com/graphitemaste...
2012-08-14 Dale Weilergmqcc now builds on visual studio
2012-07-28 Wolfgang BumillerMerging master and adopting its main.c
2012-07-28 Wolfgang BumillerMerge branch 'master' into cmdline
2012-07-28 Wolfgang BumillerAdded missing parameter names
2012-07-28 Wolfgang Bumillerutil_strtocmd, util_strtononcmd
2012-07-28 Wolfgang Bumillerreuse old opts_, renamed all opt_ to opts_ to be consis...
2012-05-06 Dale WeilerUpdated readme
2012-05-05 Dale WeilerMerge branch 'master' of github.com:graphitemaster...
2012-05-05 Dale Weilerutil_strncmpexact
2012-05-03 Dale WeilerMore assembler code (less allocations too)
2012-04-29 Dale WeilerInvoke tests
2012-04-28 Dale WeilerRemove trailing whitespace
2012-04-28 Dale WeilerAll code is now C89/C90 compat
2012-04-28 Dale WeilerMerge branch 'master' into ast-and-ir
2012-04-28 Dale WeilerRemove trailing whitespace from everything
2012-04-28 Dale WeilerMerge remote-tracking branch 'origin/ast-and-ir' into...
2012-04-28 Dale WeilerFixed all invalid mmeory accesses
2012-04-28 Dale WeilerInterface change
2012-04-28 Dale WeilerMerge branch 'assembler' into ast-and-ir
2012-04-28 Dale Weilertype parsing for constants, globals and locals. Sanati...
2012-04-28 Dale Weilerassembler can parse internal functions. Wrote all inter...
2012-04-28 Dale WeilerMore assembly work
2012-04-27 Dale WeilerMore assembler code
2012-04-27 Dale WeilerWorking on the assembler
next