Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Compile fix? | Tiger Wang | 2014-04-17 | 1 | -0/+8 |
| | |||||
* | Removed the exit-time-destructors flag from clang. | madmaxoft | 2014-04-01 | 1 | -1/+1 |
| | | | | We don't care about exit-time destructors, at least for now. | ||||
* | Attempt at disabling the useless clang warnings. | madmaxoft | 2014-04-01 | 1 | -0/+1 |
| | | | | Ref.: #846, #847 | ||||
* | Merge branch 'master' into unreachable | Tycho | 2014-03-15 | 1 | -1/+0 |
|\ | | | | | | | | | Conflicts: SetFlags.cmake | ||||
| * | Merge branch 'master' into noreturn | Tycho | 2014-03-14 | 1 | -1/+1 |
| |\ | | | | | | | | | | | | | Conflicts: SetFlags.cmake | ||||
| * | | Added Noreturn attribtes to a couple of functions and made a missing noreturn an error | Tycho | 2014-03-14 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch 'master' into unreachable | Tycho | 2014-03-14 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | | | | | | | Conflicts: SetFlags.cmake | ||||
| * | | Fixed a couple of missing defs | Tycho | 2014-03-14 | 1 | -1/+1 |
| |/ | |||||
* / | Made unreachable code an error | Tycho | 2014-03-14 | 1 | -1/+1 |
|/ | |||||
* | made format-nonliteral an error | Tycho | 2014-03-11 | 1 | -1/+0 |
| | |||||
* | Move comment | Tycho | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | Enable error on cast-align and unused macros | Tycho | 2014-03-10 | 1 | -1/+0 |
| | |||||
* | Only enable -Werror in gcc because gcc doesn't let you suppress enum missmatch warnings | Tycho | 2014-03-09 | 1 | -2/+2 |
| | |||||
* | Treat enum missmatches as warnings for now as there is such a large number of them. | Tycho | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Globals.h is now warnings free again. | Tycho | 2014-03-09 | 1 | -1/+1 |
| | | | | Also turned off Wpadded as it is indicates potental performance issues rather than potential bugs | ||||
* | Lots more warnings | Tycho | 2014-03-09 | 1 | -0/+9 |
| | |||||
* | Enabled loads of clang warnings | Tycho | 2014-03-09 | 1 | -0/+2 |
| | |||||
* | Turned off Wunused-parameter | Tycho | 2014-03-09 | 1 | -1/+1 |
| | |||||
* | Turned on Werror | Tycho | 2014-03-07 | 1 | -1/+1 |
| | |||||
* | Fixed warnings | Tycho | 2014-03-07 | 1 | -1/+1 |
| | |||||
* | Fixed clang compile | worktycho | 2014-03-07 | 1 | -1/+6 |
| | |||||
* | Only use fast-math in exes | worktycho | 2014-03-07 | 1 | -6/+3 |
| | |||||
* | Enabled -ffast-math | worktycho | 2014-03-07 | 1 | -1/+6 |
| | |||||
* | Added -Wextra | Tycho | 2014-02-16 | 1 | -1/+1 |
| | |||||
* | Allow building MCADefrag at the same time as MCServer | Tycho | 2014-02-16 | 1 | -105/+86 |
| | |||||
* | Added a seperate module for Setting flags | Tycho | 2014-02-16 | 1 | -0/+208 |