Enno Rehling
|
e47957ae8e
|
Merge branch 'develop' into clibs
|
2017-01-26 19:06:14 +01:00 |
|
Enno Rehling
|
d1b5daf833
|
compiles with gcc on rpi
|
2017-01-26 18:05:26 +01:00 |
|
Enno Rehling
|
7b25ed282d
|
more stbool.h includes, MSVC has no unlink
|
2017-01-26 18:05:26 +01:00 |
|
Enno Rehling
|
774fa12a5a
|
continued work for MSVC compilation
|
2017-01-26 18:05:25 +01:00 |
|
Enno Rehling
|
5ddd511aa8
|
continue fixing compilation (gcc/clang)
|
2017-01-26 18:03:48 +01:00 |
|
Enno Rehling
|
d94cde67a4
|
kill autoconf.h, replace platform.h for C99 compatibility work
|
2017-01-26 18:03:48 +01:00 |
|
Enno Rehling
|
f8ff9ffda5
|
compiles with gcc on rpi
|
2017-01-10 18:40:01 +01:00 |
|
Enno Rehling
|
ba2f35e44f
|
more stbool.h includes, MSVC has no unlink
|
2017-01-10 18:20:47 +01:00 |
|
Enno Rehling
|
881dd9886f
|
Merge branch 'c99' of https://github.com/ennorehling/eressea.git
Conflicts:
src/platform.h
|
2017-01-10 18:10:06 +01:00 |
|
Enno Rehling
|
b27e1a01aa
|
continued work for MSVC compilation
|
2017-01-10 18:07:36 +01:00 |
|
Enno Rehling
|
ddd074f393
|
continue fixing compilation (gcc/clang)
|
2017-01-10 18:06:44 +01:00 |
|
Enno Rehling
|
8b7dae6977
|
kill autoconf.h, replace platform.h for C99 compatibility work
|
2017-01-10 16:31:05 +01:00 |
|
Enno Rehling
|
6079293fea
|
the _BSD_SOURCE macro was deprecated with glibc 2.12
|
2016-11-26 16:54:19 +01:00 |
|
Enno Rehling
|
43b8ff1ea8
|
fix strdup compilications when compiling with gcc and autoconf.
|
2016-11-26 16:21:41 +01:00 |
|
Enno Rehling
|
7870b63655
|
fix VS 2015 build
|
2016-11-26 07:04:18 +01:00 |
|
Enno Rehling
|
14b5c0f922
|
mac builds using gcc do not need autoconf.
need to find a differnt way to test autoconf.
|
2016-11-25 22:19:59 +01:00 |
|
Enno Rehling
|
2f81dc16b2
|
fix autoconf usage, force my OSX build to use it
|
2016-11-25 21:57:47 +01:00 |
|
Enno Rehling
|
31ff07cbec
|
do not #error
|
2016-11-25 21:17:10 +01:00 |
|
Enno Rehling
|
0208304b07
|
use autoconf when not MSCVER or GLIBC
|
2016-11-25 21:12:14 +01:00 |
|
Enno Rehling
|
e52cf75c59
|
remove autoconf.h from platform.h, fix lots of includes
|
2016-11-25 20:15:11 +01:00 |
|
Enno Rehling
|
c9c4f5dd37
|
gcc complains about BSD_SOURCE now
|
2016-11-25 09:54:05 +00:00 |
|
Enno Rehling
|
6a074fd294
|
only disable MSVC2015 warnings in MSVC2015, do not break confuse compilers.
|
2015-10-11 14:39:51 +02:00 |
|
Enno Rehling
|
e8880db447
|
get the code to compile under vs2015 (disable warnings)
|
2015-10-11 14:39:43 +02:00 |
|
Enno Rehling
|
c54cbfd472
|
fix copyright notice
|
2015-01-30 22:10:29 +01:00 |
|
Enno Rehling
|
abca25d1d5
|
fix indentation in every file
fix copyright date
remove vi ts=2 code
remove a couple of superfluous extern declarations
|
2015-01-30 20:37:14 +01:00 |
|
Enno Rehling
|
838cf3d938
|
try to allow visual studio to build with all warnings (/WAll) enabled.
|
2015-01-12 22:53:21 +01:00 |
|
Enno Rehling
|
06d92181fe
|
option for release builds
|
2014-06-26 22:05:17 -07:00 |
|
Enno Rehling
|
3c4b6b9dd4
|
rename message.[hc] to messages.[hc] in kernel because of naming conflict with util/
begin json config files (WIP)
|
2014-06-09 09:56:49 -07:00 |
|
Enno Rehling
|
7358c48580
|
removing some naming conflicts that hapen when trying to re-enable amalgamation builds.
|
2014-04-11 19:41:17 -07:00 |
|
Enno Rehling
|
3c706cf29b
|
replace bool.h with autoconf
Most of the bool configuration was already happening there, no reason
for a separate file.
|
2014-03-15 22:24:18 -07:00 |
|
Enno Rehling
|
0ae8737062
|
rename MIN/MAX to _min/_max
|
2014-03-16 05:03:17 +01:00 |
|
Enno Rehling
|
1a4cb16ea8
|
fix the unused macro, remove inline functions
simplification is good
|
2014-03-15 20:33:43 -07:00 |
|
Enno Rehling
|
8e42cb8143
|
remove old inline cruft
fewer macros = better
|
2014-03-15 14:52:04 -07:00 |
|
Enno Rehling
|
9fc926864e
|
Fixes for Visual C++
snprintf and strncasecmp are not that.
_access needs to be fixed on gcc, next.
|
2014-03-15 12:35:20 -07:00 |
|
Enno Rehling
|
1a7d892a96
|
use cmake for autoconf, slim down platform.h
|
2014-03-15 19:29:11 +01:00 |
|
Enno Rehling
|
03c247c788
|
I am killing the core/ directory.
Lots of files are moving to a new location in src/
Some intersting CMake changes.
|
2014-02-18 05:45:00 +01:00 |
|