Commit Graph

8 Commits (2fb1e4c9a2e45aad6c3e9408a3895369b8a8729f)

Author SHA1 Message Date
archshift ef24e72b26 Asserts: break/crash program, fit to style guide; log.h->assert.h
Involves making asserts use printf instead of the log functions (log functions are asynchronous and, as such, the log won't be printed in time)
As such, the log type argument was removed (printf obviously can't use it, and it's made obsolete by the file and line printing)

Also removed some GEKKO cruft.
10 years ago
darkf 5d10b212ec Fix MSVC-related #defines and add CMakeLists comment 10 years ago
darkf 8ba9ac0f74 Fix merge conflicts 10 years ago
purpasmart96 ebfd831ccb License change 10 years ago
darkf 459502e48c Fix MinGW build 11 years ago
Emmanuel Gil Peyrot f5d38649c7 Remove trailing spaces in every file but the ones imported from SkyEye, AOSP or generated 11 years ago
Lioncash 90e994471a Common: Move header guards over to pragma once
Also replaced C headers with the C++ equivalent ones
11 years ago
bunnei 63e46abdb8 got rid of 'src' folders in each sub-project 11 years ago