| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
CMAKE_SHARED_LIBRARY_C_FLAGS, not CMAKE_SHARED_LIBRARY_LINK_FLAGS. The latter is already added by the link line procedure.
|
| |
|
|
|
|
| |
make.
|
| |
|
| |
|
| |
|
|
|
|
| |
inside make, we don't want the try-compiles to inherit the makeflags.
|
|
|
|
| |
change the generator without deleting the cache by hand.
|
| |
|
| |
|
|
|
|
| |
library.
|
|
|
|
| |
compilers provide an iostream header that is old streams.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
headers even if they are available.
|
| |
|
|
|
|
| |
namespace when it is available.
|
|
|
|
| |
ansi streams on all platforms.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
does not work. getch does. Also when using -ansi, strdup is not defined. Make sure to use _BSD_SOURCE on all sources that use strdup
|
| |
|
| |
|
| |
|