projects
/
xonotic
/
gmqcc.git
/ history
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Tweak for coding convention
[xonotic/gmqcc.git]
/
util.c
2014-02-23
Jim Thoenen
Tweak for coding convention
blob
|
commitdiff
|
raw
2014-02-11
Jim Thoenen
Allow testsuite to pass on big endian
blob
|
commitdiff
|
raw
|
diff to current
2014-02-08
Wolfgang Bumiller
Merge branch 'master' into cooking
blob
|
commitdiff
|
raw
|
diff to current
2014-02-02
Wolfgang Bumiller
moving the length multiplication for 64 bit types from...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-02
Dale Weiler
Merge pull request #141 from CurrentResident/big_endian...
blob
|
commitdiff
|
raw
|
diff to current
2014-02-02
Jim Thoenen
Update per IRC peer review feedback
blob
|
commitdiff
|
raw
|
diff to current
2014-02-02
Jim Thoenen
Oops, scale int64 count into int32 count for swapper.
blob
|
commitdiff
|
raw
|
diff to current
2014-02-02
Jim Thoenen
Big-endian: Byteswap only the field contents when writi...
blob
|
commitdiff
|
raw
|
diff to current
2014-01-26
Wolfgang Bumiller
Merge branch 'master' into cooking
blob
|
commitdiff
|
raw
|
diff to current
2014-01-01
Dale Weiler
Happy new year!
blob
|
commitdiff
|
raw
|
diff to current
2013-11-30
Dale Weiler
Merge branch 'master' into cooking
blob
|
commitdiff
|
raw
|
diff to current
2013-11-30
Dale Weiler
Merge pull request #139 from ignatenkobrain/update_fedora
blob
|
commitdiff
|
raw
|
diff to current
2013-11-30
Dale Weiler
Merge pull request #138 from ignatenkobrain/fix_authors
blob
|
commitdiff
|
raw
|
diff to current
2013-11-30
Dale Weiler
Merge pull request #137 from ignatenkobrain/fix_build_b...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-30
Igor Gnatenko
fix build on big endian arches
blob
|
commitdiff
|
raw
|
diff to current
2013-11-29
Dale Weiler
cleanup
blob
|
commitdiff
|
raw
|
diff to current
2013-11-25
Dale Weiler
Fix CRC16
blob
|
commitdiff
|
raw
|
diff to current
2013-11-23
Dale Weiler
Undefine macros after using them
blob
|
commitdiff
|
raw
|
diff to current
2013-11-23
Dale Weiler
Mark restrict on input too
blob
|
commitdiff
|
raw
|
diff to current
2013-11-23
Dale Weiler
Mark const for better generated code
blob
|
commitdiff
|
raw
|
diff to current
2013-11-23
Dale Weiler
Add comment abotu CRC16
blob
|
commitdiff
|
raw
|
diff to current
2013-11-23
Dale Weiler
Merge branch 'cooking' of github.com:graphitemaster...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-23
Wolfgang Bumiller
crc16 slice-by-8 table generator code included for...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-23
Wolfgang Bumiller
slice-by-8 crc16
blob
|
commitdiff
|
raw
|
diff to current
2013-11-23
Dale Weiler
indent
blob
|
commitdiff
|
raw
|
diff to current
2013-11-23
Dale Weiler
A better mod implementation
blob
|
commitdiff
|
raw
|
diff to current
2013-11-23
Dale Weiler
Add reference tool
blob
|
commitdiff
|
raw
|
diff to current
2013-11-23
Dale Weiler
Faster CRC16 algorithm based on the Slicing-by-8 algori...
blob
|
commitdiff
|
raw
|
diff to current
2013-10-31
Dale Weiler
Merge branch 'cooking'
blob
|
commitdiff
|
raw
|
diff to current
2013-10-18
Dale Weiler
We're doing it this way.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-11
Dale Weiler
Fix windows builds, add strip target for makefiles...
blob
|
commitdiff
|
raw
|
diff to current
2013-10-11
Dale Weiler
Some cleanups
blob
|
commitdiff
|
raw
|
diff to current
2013-10-11
Wolfgang Bumiller
Merge branch 'cooking' of git://github.com/graphitemast...
blob
|
commitdiff
|
raw
|
diff to current
2013-10-11
Dale Weiler
Merge branch 'cleanup' into cooking
blob
|
commitdiff
|
raw
|
diff to current
2013-10-11
Dale Weiler
Some more cleanup
blob
|
commitdiff
|
raw
|
diff to current
2013-10-11
Dale Weiler
Refactor some util/platform usage and extend file syste...
blob
|
commitdiff
|
raw
|
diff to current
2013-10-11
Dale Weiler
More cleanups, gmqcc.h doesn't need to include stdio...
blob
|
commitdiff
|
raw
|
diff to current
2013-10-11
Dale Weiler
Initial platform / compiler specific code refactoring.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-30
Wolfgang Bumiller
Merge branch 'master' into cooking
blob
|
commitdiff
|
raw
|
diff to current
2013-09-08
Dale Weiler
Merge branch 'master' into cooking
blob
|
commitdiff
|
raw
|
diff to current
2013-08-30
Dale Weiler
Rid of util_debug
blob
|
commitdiff
|
raw
|
diff to current
2013-08-22
Dale Weiler
Some typos
blob
|
commitdiff
|
raw
|
diff to current
2013-08-17
Dale Weiler
Remove some trailing whitespace
blob
|
commitdiff
|
raw
|
diff to current
2013-08-14
Dale Weiler
Some bug fixes
blob
|
commitdiff
|
raw
|
diff to current
2013-08-14
Dale Weiler
Remove my MT impl for PRNG, it's full of buffer overflo...
blob
|
commitdiff
|
raw
|
diff to current
2013-08-14
Dale Weiler
Fix
blob
|
commitdiff
|
raw
|
diff to current
2013-08-14
Dale Weiler
Cleanups
blob
|
commitdiff
|
raw
|
diff to current
2013-08-14
Dale Weiler
Some statistics as Samual wanted.
blob
|
commitdiff
|
raw
|
diff to current
2013-07-28
Dale Weiler
Some cleanups and smaller binaries!
blob
|
commitdiff
|
raw
|
diff to current
2013-06-22
Dale Weiler
Fix some more bugs (coverity you're a life saver)
blob
|
commitdiff
|
raw
|
diff to current
2013-06-22
Dale Weiler
Buffer overflow!
blob
|
commitdiff
|
raw
|
diff to current
2013-06-20
Dale Weiler
Oh my god microsoft you suck
blob
|
commitdiff
|
raw
|
diff to current
2013-06-17
Dale Weiler
Merge branch 'master' into cooking
blob
|
commitdiff
|
raw
|
diff to current
2013-06-14
Dale Weiler
Fixed whitespace
blob
|
commitdiff
|
raw
|
diff to current
2013-06-09
Dale Weiler
Fix builds
blob
|
commitdiff
|
raw
|
diff to current
2013-06-06
Dale Weiler
Merge branch 'cooking'
blob
|
commitdiff
|
raw
|
diff to current
2013-06-06
Dale Weiler
Strict prototyping
blob
|
commitdiff
|
raw
|
diff to current
2013-06-04
Dale Weiler
Major header reworking, this respects the namespaces...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-02
Dale Weiler
Major utility rewrite for compiler memory utilization...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-02
Dale Weiler
Some static
blob
|
commitdiff
|
raw
|
diff to current
2013-06-02
Dale Weiler
Hashtable statistics too
blob
|
commitdiff
|
raw
|
diff to current
2013-06-02
Dale Weiler
Track hashtables too
blob
|
commitdiff
|
raw
|
diff to current
2013-06-02
Dale Weiler
Track strdups too in the statistics
blob
|
commitdiff
|
raw
|
diff to current
2013-06-02
Dale Weiler
This was an experiment that snuk it's way inside that...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-02
Dale Weiler
Vector tracing, step two in determining how to lower...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-02
Dale Weiler
Guart statistics by option.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-02
Dale Weiler
Add statistics for vector usage to the output. Step...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-01
Dale Weiler
Doh
blob
|
commitdiff
|
raw
|
diff to current
2013-06-01
Dale Weiler
Fix some possible memleaks.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-01
Wolfgang Bumiller
Merge branch 'master' into cooking
blob
|
commitdiff
|
raw
|
diff to current
2013-06-01
Wolfgang Bumiller
Merge branch 'master' into cooking
blob
|
commitdiff
|
raw
|
diff to current
2013-05-29
Dale Weiler
Merge branch 'union-replacement' into cooking
blob
|
commitdiff
|
raw
|
diff to current
2013-05-29
Dale Weiler
Major export cleanup. Anything that was exported but...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-25
Dale Weiler
Apply some static where it belongs
blob
|
commitdiff
|
raw
|
diff to current
2013-04-25
Dale Weiler
Fix alignment issues (can remove a clang warning, and...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-24
Wolfgang Bumiller
Grrrr
blob
|
commitdiff
|
raw
|
diff to current
2013-04-24
Dale Weiler
Merge branch 'master' into cooking
blob
|
commitdiff
|
raw
|
diff to current
2013-04-24
Dale Weiler
Get it compiling in visual studio again.
blob
|
commitdiff
|
raw
|
diff to current
2013-04-21
Wolfgang Bumiller
Merge branch 'master' into cooking
blob
|
commitdiff
|
raw
|
diff to current
2013-04-21
Dale Weiler
Remove trailing whitespace
blob
|
commitdiff
|
raw
|
diff to current
2013-04-21
Dale Weiler
Merge branch 'cooking'
blob
|
commitdiff
|
raw
|
diff to current
2013-04-21
Dale Weiler
Remove hashset
blob
|
commitdiff
|
raw
|
diff to current
2013-04-17
Wolfgang Bumiller
parser_const_string now uses hashtables; hashtables...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-17
Dale Weiler
Use hashtable for macro definitions in the preprocessor...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-16
Dale Weiler
Fix memdump printing
blob
|
commitdiff
|
raw
|
diff to current
2013-04-15
Dale Weiler
Rewrote memory tracking, now prints highest water mark...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-15
Wolfgang Bumiller
util_strdup: don't use util_memory_a with -DNOTRACK
blob
|
commitdiff
|
raw
|
diff to current
2013-04-14
Dale Weiler
Added tracing to strdup for allocations, fixed some...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-14
Dale Weiler
More function flatening
blob
|
commitdiff
|
raw
|
diff to current
2013-02-03
Wolfgang Bumiller
Merge branch 'master' into cooking
blob
|
commitdiff
|
raw
|
diff to current
2013-01-30
Dale Weiler
Get it compiling with C++ compilers again.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-30
Dale Weiler
Rename
blob
|
commitdiff
|
raw
|
diff to current
2013-01-30
Dale Weiler
Work in progress options cleanup.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-06
Dale Weiler
remove never reached return
blob
|
commitdiff
|
raw
|
diff to current
2013-01-04
Dale Weiler
Merge branch 'correct'
blob
|
commitdiff
|
raw
|
diff to current
2013-01-04
Dale Weiler
Cleanups and add the corrector to the makefile. Starti...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-03
Dale Weiler
Work on "did you mean? <ident>" support for errors...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-01
Dale Weiler
Implemented a optimized hash-set that can be used in...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-01
Dale Weiler
Happy new years!
blob
|
commitdiff
|
raw
|
diff to current
2012-12-31
Dale Weiler
Fix util_vasprintf.
blob
|
commitdiff
|
raw
|
diff to current
next