2
0
Fork 0
Go to file
Stefan Bühler ec6600271a [config] fix conditional parsing
conditional expressions include values to compare with; any
  complicated value expression must be put into parantheses.
  -> stop parsing after a simple value, don't search for operators,
     "and"/"or" operators are handled by the conditional
2014-02-10 15:33:48 +01:00
cmake [build] Fix detection of libev 2010-11-11 22:14:52 +01:00
contrib restructure docs 2014-01-20 16:04:10 +01:00
doc [doc] document core config and modules in tree 2014-02-03 12:57:25 +01:00
include [common] refactor liValue to share most of the code 2014-02-06 14:01:20 +01:00
src [config] fix conditional parsing 2014-02-10 15:33:48 +01:00
tests [tests] include test ca in dist 2014-02-04 12:44:27 +01:00
.gitignore [autobuild] use autoreconf instead of calling tools manually; update .gitignore 2013-11-10 15:00:14 +01:00
CMakeLists.txt [tests] Create testing framework 2010-10-02 23:18:34 +02:00
COPYING [doc] document core config and modules in tree 2014-02-03 12:57:25 +01:00
Makefile.am [autotools] include cmake files in dist 2014-02-04 13:01:48 +01:00
autogen.sh [autobuild] use autoreconf instead of calling tools manually; update .gitignore 2013-11-10 15:00:14 +01:00
configure.ac [autotools] search math lib m for fmod 2014-02-04 20:15:49 +01:00
diff-dist-git.sh [dist] add script to show differences between git and dist 2014-02-04 13:23:05 +01:00
packdist.sh Fix packdist.sh to detect source directory 2010-08-25 18:22:39 +02:00