summaryrefslogtreecommitdiff
path: root/src/cmd_helper.h
AgeCommit message (Expand)Author
2020-12-27Codechange: Replace assert_compile macro with static_assertCharles Pigott
2020-12-27Cleanup: Remove unnecessary assert_tcompile macroCharles Pigott
2019-11-10Cleanup: Removed SVN headersS. D. Cloudt
2012-01-03(svn r23742) -Revert (r23735): for some reason gcc-trunk is more picky than b...rubidium
2012-01-03(svn r23735) -Codechange: remove ~50 includes from headers that weren't neededrubidium
2011-05-21(svn r22481) -Fix: compilation with recent GCCsmatz
2011-05-01(svn r22405) -Document: some more "random-ish" tidbitsrubidium
2010-12-22(svn r21593) -Codechange: endif comment correcttions.alberth
2010-04-17(svn r19654) -Codechange: Use Extract<> in more places.frosch
2010-04-13(svn r19616) -Codechange: Increase transparency of 'Extract' by passing also ...frosch
2010-04-11(svn r19605) -Codechange: Merge ExtractBits into EnumPropsT.frosch
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the sou...rubidium
2008-05-06(svn r12971) -Documentation: add @file in files that missed them and add some...rubidium
2007-12-23(svn r11689) -Fix: compilation error and most of warnings for gcc 4.3smatz
2007-12-21(svn r11674) -Codechange: refactor some functions out of macros.h into more l...rubidium
2007-12-18(svn r11663) -Codechange: moving of the road related types and functions.rubidium
2007-12-18(svn r11661) -Codechange: some header reworks in order to try to reduce the c...rubidium
2007-02-24(svn r8876) -Fixtron