Enno Rehling
|
b70fd860bf
|
add a macro o deal with unsigned int value
|
2013-12-31 10:25:25 +01:00 |
Enno Rehling
|
77ab9133c2
|
use the storage submodule everywhere.
make most magic use float instead of double.
|
2013-12-31 01:06:28 -08:00 |
Enno Rehling
|
1b88d13e75
|
fixing library dependencies and include paths
|
2013-12-31 09:05:52 +01:00 |
Enno Rehling
|
6521fed160
|
fix some bad includes.
start removing the cfopen function.
move a function that was only used in textstore.c.
|
2013-12-29 00:19:22 -08:00 |
Enno Rehling
|
47a9728db9
|
correct linker flags for picking visual studio runtime library.
|
2013-12-28 23:01:51 -08:00 |
Enno Rehling
|
8c981b76cc
|
cmake: fix path to tolua executable.
|
2013-12-28 15:13:22 -08:00 |
Enno Rehling
|
0aa4272d42
|
suppress "unknown compiler" warning for MSVC
|
2013-12-26 23:30:24 -08:00 |
Enno Rehling
|
ca79c28eaf
|
kill empty folder
|
2013-12-27 01:07:55 +01:00 |
Enno Rehling
|
6fe246114c
|
import local changes from gelbbaer.
fix argument parsing to not crash when arguments are missing.
|
2013-12-26 22:57:43 +01:00 |
Enno Rehling
|
0317a2b61d
|
begin using autoconf features in cmake
|
2013-05-12 14:51:54 -07:00 |
Enno Rehling
|
8e289968d0
|
rename eressea/ to core/
fix compiler flags for core
ignore linux build folder
|
2013-05-11 15:06:13 -07:00 |
Enno Rehling
|
63a8c10f84
|
split the cflags settings over more files
|
2013-05-04 17:29:39 -07:00 |
Enno Rehling
|
935ba67d27
|
update to latest CMakelists.txt build files
|
2013-05-04 15:47:53 -07:00 |
Enno Rehling
|
7975249f6a
|
moving the find_package calls out into the parent project(s).
|
2013-05-04 14:20:30 -07:00 |
Enno Rehling
|
30808a8db9
|
re-order includes to include find_pacakge commands at the top
|
2013-05-04 11:27:42 +02:00 |
Enno Rehling
|
bff66773cf
|
update the arda server to use submodules and new cmake layout
|
2012-06-07 12:44:25 -07:00 |
Enno Rehling
|
4e7a758a75
|
making server compile with new github repository layout
todo: fix scripts and config files
|
2012-06-04 21:45:25 -07:00 |
Enno Rehling
|
bc8ae48cc9
|
Make this stuff compile on MSVC
|
2012-06-03 23:39:32 -07:00 |
Enno Rehling
|
8c5c6aa911
|
complete rewrite of cmake files
|
2012-06-03 18:55:52 -07:00 |
Enno Rehling
|
7de08fbd8f
|
complete rewrite of cmake files
|
2012-06-03 18:47:43 -07:00 |
Enno Rehling
|
a11e119419
|
update makefile to new structure
|
2012-06-01 16:36:04 -07:00 |
Enno Rehling
|
78b2360f7f
|
removing quicklist, importing it from a submodule
|
2012-05-30 19:55:17 -07:00 |
Enno Rehling
|
889ef08189
|
Moving some things around in the external directory.
I am deliberately breaking the VS2010 projects with this.
I am probably breaking the Eressea server.
|
2012-05-30 19:17:08 -07:00 |
Enno Rehling
|
1de726a5b5
|
add an option to make SQLITE using the library installed on your system (fixed)
|
2012-05-23 22:55:03 +02:00 |
Enno Rehling
|
fa2d31cb9e
|
add an option to make SQLITE using the library installed on your system
|
2012-05-23 22:51:52 +02:00 |
Enno Rehling
|
c8f8c064d3
|
introduce an option to compile the sqlite from external into the executable
|
2012-05-21 03:25:07 +02:00 |
Enno Rehling
|
5545289fe2
|
We have libsqlite3 installed on all our ubuntu boxen, so there's no need to include it from external
|
2012-05-20 00:17:57 -07:00 |
Enno Rehling
|
f406767eeb
|
compiling with -pedantic on linux
|
2011-03-08 08:44:20 +01:00 |
Enno
|
b95f663087
|
compiling with -pedantic on linux
|
2011-03-08 08:42:31 +01:00 |
Enno Rehling
|
f41eb5c836
|
compile with -ansi and -pedantic
|
2011-03-07 22:30:32 -08:00 |
Enno
|
b7c323f0c9
|
whitepsace change to test buildbot
|
2011-03-05 04:56:59 +01:00 |
Enno Rehling
|
80e79e2fef
|
Added support for tcc.
|
2011-02-26 09:30:42 -08:00 |
Enno
|
6e6425414d
|
tcc support added
|
2011-02-26 10:20:59 +01:00 |
Enno
|
0e40664cf3
|
fixing unix makefiles
|
2010-08-08 11:01:39 +02:00 |
Enno Rehling
|
e608d40e7a
|
moving to a new repository layout.
step 3: the example server that anyone can use
|
2010-08-07 22:17:11 -07:00 |
Enno
|
71e24dba15
|
cmake needs nothing but C (no CXX or fortran required)
|
2010-07-31 18:31:32 +02:00 |
Enno
|
d02deda7d4
|
linux doesn't like the unity-build external.c, why?
|
2010-06-09 06:29:30 +02:00 |
Enno Rehling
|
757517073d
|
include test-suite in the server itself.
|
2010-06-08 21:02:54 -07:00 |
Enno
|
17b6c7f43f
|
include tests in make build process
|
2010-04-10 20:20:12 +02:00 |
Enno
|
d9b65024a0
|
fixed cmake based build
|
2010-03-08 01:02:58 +01:00 |
Enno Rehling
|
f81ad546e9
|
this seems better
|
2010-03-07 14:58:29 -08:00 |
Enno Rehling
|
dd3f204a69
|
removing and moving to make a clean eressea-only repo
|
2010-03-06 14:32:20 -08:00 |