mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-06-17 13:53:57 -07:00
- error codes now accessed as ERR::NO_MEM, INFO::OK etc. - no more X-macros => the above are now recognized by visual assist - error codes are defined by the module originating them (lib_errors has some generic ones) => no full rebuild when adding some - error descriptions are now in C++ files => can be changed without full rebuild added AT_STARTUP in lib.h. This was SVN commit r4374. |
||
|---|---|---|
| .. | ||
| test_adts.h | ||
| test_allocators.h | ||
| test_byte_order.h | ||
| test_cache_adt.h | ||
| test_lib.h | ||
| test_lockfree.h | ||
| test_path_util.h | ||
| test_string_s.h | ||