Age | Commit message (Collapse) | Author |
|
Bring the rest of the core API to be in line with the project coding
style. This commit also makes the coding style change formal by updating
the coding style document in the documentation.
Signed-off-by: Danny Holman <dholman@gymli.org>
|
|
Add a header file that lists common exit codes and use them in the abort
function.
Signed-off-by: Danny Holman <dholman@gymli.org>
|
|
Add basic stack smashing protections and enable it for all engine
functions. Add proper backtrace support to the Windows build.
Signed-off-by: Danny Holman <dholman@gymli.org>
|
|
During an abort procedure, the system's exit function should be called
to terminate the running application.
Signed-off-by: Danny Holman <dholman@gymli.org>
|
|
Because the C runtime on Windows doesn't support the backtrace or
backtrace_symbols functions.
Signed-off-by: Danny Holman <dholman@gymli.org>
|
|
Break the source code into various subsystem directories. This allows
certain subsystems to be disabled at compile time, if needed. Move the
build system from raw Makefiles to a CMake generator. This drastically
simplifies the build and requires only editing a single file, rather
than the several make.config files in subsystem directories.
Signed-off-by: Danny Holman <dholman@gymli.org>
|