| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
This removes some of the log messages spewed out during a check of a
compiler flag. It also makes the SWIG compiler flag for C99
independent of the compiler.
|
|
|
|
| |
The CMakeLists files are now properly indented.
|
|
|
|
|
|
| |
This requires the usage of the C89 standard for all source files. It
also fixes a wrong check for the compiler flags (was checking this for
CXX compiler instead of the C compiler).
|
|
Contains the initial build infrastructure. Cmake was chosen for
portability reasons.
|