* reverted part of [8817]
- considered and rejected using const/pure suggestions
0 lines of code changed in 1 file:
* include own prototypes
4 lines of code changed in 1 file:
* removed dangerous gnu function attributes 'const' and 'pure' (not used in ARB code)
0 lines of code changed in 1 file:
* update AISC_COM headers with target 'proto'
2 lines of code changed in 2 files:
* added FLAGS for gcc >= 4.6 and >= 4.7 to easily activate specific warnings where possible
* use -Wc++11-compat instead of -std=gnu++0x when gcc>=4.7
(partly reverted by [8821])
19 lines of code changed in 1 file:
* silence several false positives of -Wmaybe-uninitialized
8 lines of code changed in 3 files:
- fix failing tests when compiled with gcc 4.7.1 and -O2 (the problem was caused by wrong scope of 'token' in 'find_date_long_form')
2 lines of code changed in 1 file:
- fixed some warnings in NDEBUG mode (unused warnings)
14 lines of code changed in 5 files:
* fixed some C++11 incompatibilities (-Wnarrowing)
5 lines of code changed in 4 files:
* arb compiles with gcc 4.7.1
2 lines of code changed in 1 file:
* added filter for 'required from'-messages (suppress if parent message has been suppressed)
6 lines of code changed in 1 file:
* Explicitly pass directories from LD_LIBRARY_PATH via -L when linking ARB.so (allows to use non-system-default gcc)
19 lines of code changed in 2 files:
- use unistd.h (gcc 4.7 fix)
10 lines of code changed in 7 files:
* cleanup generated menu
3 lines of code changed in 1 file:
* no longer use C-preprocessor
6 lines of code changed in 2 files:
* cooked my own preprocessor for ARB_GDEmenus generation
* intermediate checkin:
- uses two methods to generate ARB_GDEmenus
- compares results and fails on difference. Branch from here, if own pp needs changes
388 lines of code changed in 3 files:
* support for const GB_HASH
- added GBS_hash_do_const_loop
44 lines of code changed in 6 files:
May 2012 »