4 Commits

Author SHA1 Message Date
Joshua Anderson
3cccd731d9
Refactor FW_OBJECT_NAMES switches and fix building without object names
Instead of adding the name argument to a constructor when FW_OBJECT_NAMES
is enabled, always supply a name argument.

Add a marco that conditionally sets the name to "" if FW_OBJECT_NAMES is not set.
This cleans up a lot of the conditional compilation switches that weren't being tested
and would silently break, while still stripping the strings from the binary.
2020-10-07 17:19:05 -07:00
Michael D Starch
c8eb946991 mstarch: last semmel C++ fixes 2020-08-05 12:13:35 -07:00
Timothy Canham
97c1fab441 Updated banners 2020-06-08 16:50:23 -07:00
Timothy Canham
3bd5539ef6 Verified unit tests 2020-06-08 09:03:29 -07:00