projects
/
xonotic
/
gmqcc.git
/ history
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Fixes
[xonotic/gmqcc.git]
/
opts.c
2013-04-21
Dale Weiler
Merge branch 'cooking'
blob
|
commitdiff
|
raw
2013-04-15
Dale Weiler
Rewrote memory tracking, now prints highest water mark...
blob
|
commitdiff
|
raw
2013-04-14
Dale Weiler
Remove one more external function
blob
|
commitdiff
|
raw
|
diff to current
2013-04-14
Dale Weiler
More function flatening
blob
|
commitdiff
|
raw
|
diff to current
2013-02-25
Dale Weiler
Push definitions when -O0
blob
|
commitdiff
|
raw
|
diff to current
2013-02-20
Wolfgang Bumiller
Merge branch 'master' into cooking
blob
|
commitdiff
|
raw
|
diff to current
2013-02-12
Wolfgang Bumiller
Merge branch 'master' into cooking
blob
|
commitdiff
|
raw
|
diff to current
2013-02-08
Dale Weiler
Cleanup cargocult directory and file specific things...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-03
Wolfgang Bumiller
Reverting this awful unmaintainable mess of option...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-03
Wolfgang Bumiller
Merge branch 'master' into cooking
blob
|
commitdiff
|
raw
|
diff to current
2013-02-03
Wolfgang Bumiller
Add -fdarkplaces-string-table-bug to the default flags
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-30
Dale Weiler
Added documentation to all options inside the binary...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-30
Dale Weiler
s/WARN_PREPROCESSOR/WARN_CPP/g (to stay somewhat compat...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-30
Dale Weiler
Removed -Wcpp (not needed any more)
blob
|
commitdiff
|
raw
|
diff to current
2013-01-14
Wolfgang Bumiller
-flegacy-vector-maths, enabled by default
blob
|
commitdiff
|
raw
|
diff to current
2013-01-12
Wolfgang Bumiller
Removed -fenhanced-diagnostics - it's now --correct...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-09
Wolfgang Bumiller
-Wall now does not set -Wuninitialized-global
blob
|
commitdiff
|
raw
|
diff to current
2013-01-07
Dale Weiler
close #76 implemented -Werror-some-warning section...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-06
Dale Weiler
Enable corrector by default
blob
|
commitdiff
|
raw
|
diff to current
2013-01-04
Wolfgang Bumiller
Merge branch 'master' of git://github.com/graphitemaste...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-04
Dale Weiler
Disable enhanced diagnostics as they're too slow.
blob
|
commitdiff
|
raw
|
diff to current
2013-01-04
Dale Weiler
Implemented -f[no]enhanced-diagnostics, to enable/disab...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-01
Dale Weiler
Happy new years!
blob
|
commitdiff
|
raw
|
diff to current
2012-12-31
Wolfgang Bumiller
Changing -Wtoo-few-parameters to -Winvalid-parameter...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-31
Wolfgang Bumiller
Activate -Wparenthesis by default
blob
|
commitdiff
|
raw
|
diff to current
2012-12-30
Dale Weiler
Implement [[deprecated]] general attribute, will mark...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-29
Dale Weiler
Merge branch 'master' of github.com:graphitemaster...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-29
Dale Weiler
Fix uninitialized-global
blob
|
commitdiff
|
raw
|
diff to current
2012-12-28
matthiaskrgr
Merge remote-tracking branch 'upstream/master'
blob
|
commitdiff
|
raw
|
diff to current
2012-12-28
Wolfgang Bumiller
-Wuninitialized-const, -Wuninitialized-global
blob
|
commitdiff
|
raw
|
diff to current
2012-12-28
Wolfgang Bumiller
-Wreserved-names, -fpermissive allows local variables...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-27
Wolfgang Bumiller
-fbail-on-werror option
blob
|
commitdiff
|
raw
|
diff to current
2012-12-26
Wolfgang Bumiller
Switch over to LONGBIT
blob
|
commitdiff
|
raw
|
diff to current
2012-12-24
Dale Weiler
Added ftepp predefs flag (ability to turn on/off predef...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-23
Dale Weiler
Make compiler and virtual-machine compile as C++ code...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-23
Dale Weiler
Merge branch 'master' of github.com:graphitemaster...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-23
Dale Weiler
Wrapper around FILE to take advantage of MSVC "secure...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-22
Wolfgang Bumiller
-Wunknown-attribute; and don't error on unknown attributes
blob
|
commitdiff
|
raw
|
diff to current
2012-12-21
Dale Weiler
added -Wcpp (for turning off cpp warnings defined with...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-20
Wolfgang Bumiller
-Werror-<warning> should actually use opts_setwerror
blob
|
commitdiff
|
raw
|
diff to current
2012-12-20
Wolfgang Bumiller
-Werror-<warning>, -Wno-error-<warning>, manpage updated
blob
|
commitdiff
|
raw
|
diff to current
2012-12-20
Wolfgang Bumiller
Reorder the warnings in opts.c to match their oder...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-20
Wolfgang Bumiller
Turn -fallow-unreachable-code into a -Wunreachable...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-20
Wolfgang Bumiller
-fallow-unreachable-code
blob
|
commitdiff
|
raw
|
diff to current
2012-12-18
Dale Weiler
Allow setting configuration file via commandline
blob
|
commitdiff
|
raw
|
diff to current
2012-12-18
Dale Weiler
Cleanups of compiler option configuration. Added ini...
blob
|
commitdiff
|
raw
|
diff to current