dxx-rebirth/common
Kp 16aa554c0e Remove anonymous namespace in partial_range
All the affected symbols are templates, so duplicate instantiations will
not cause duplicate definition errors.  Removing the anonymous namespace
wrapper will allow equivalent definitions from different source files to
be folded together, reducing the size of the executable.
2021-09-04 12:17:14 +00:00
..
2d Factor out common logic in rle conditionals 2021-09-04 12:17:14 +00:00
3d Move View_zoom out of global scope 2021-08-26 03:13:45 +00:00
arch Update tool_bundle.py membership test for SCons 4.2.0 2021-08-31 02:20:06 +00:00
editor Pass grs_canvas& to print_clock 2020-12-27 22:03:09 +00:00
include Remove anonymous namespace in partial_range 2021-09-04 12:17:14 +00:00
main Disallow direct construction of grs_canvas 2021-09-04 12:17:14 +00:00
maths Replace __attribute_warn_unused_result with C++17 [[nodiscard]] 2021-06-28 03:37:51 +00:00
mem Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
misc Improve error reporting for PHYSFSX_openReadBuffered 2021-07-25 23:00:56 +00:00
music Rework ADL dynamic loader 2018-10-15 00:51:53 +00:00
texmap Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
ui Remote write-only field UI_GADGET::status 2021-08-26 03:13:46 +00:00
unittest Add unit tests for partial_range 2021-09-04 12:17:14 +00:00