11 Commits

Author SHA1 Message Date
Joshua Anderson
f4b601c186
Use ordinary char pointers for assert strings (#931) 2021-08-19 15:41:55 -07:00
Joshua Anderson
1b9c785ce6
Remove void from parameterless functions (#811) 2021-07-14 12:54:01 -07:00
M Starch
2e4e913424 mstarch: fixing assert fatal adapter UTs 2021-06-19 14:00:11 -07:00
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
6c4325ffbc mstarch: replacing printf with Fw::Logger where possible 2019-10-08 14:37:23 -07:00
Michael D Starch
136af07edd mstarch: more header cleaning for issue: #189 2019-04-18 14:12:02 -07:00
Timothy Canham
7b74c8d45e Merge from fprime devel 2019-02-27 12:14:49 -08:00
Timothy Canham
84afa1b95e Merge Autocoder/framework/Gse fixes from helicopter 2019-02-27 10:56:36 -08:00
Timothy Canham
6b6454b6d2 Device/Assert fixes 2018-03-10 21:43:08 +00:00
Timothy Canham
33cd3016b5 Working on RPI deployment 2018-03-03 23:03:33 -08:00
Timothy Canham
6d9c4c2d06 Initial check-in 2017-06-16 08:25:38 -07:00