Jelte Jansen
|
0a4145a3c6
add validate_command to module_spec API
|
14 years ago |
Jelte Jansen
|
3d605d9770
also prevent unknown data to get into internal systems (by adding a check for unspecified data in validate_config calls)
|
14 years ago |
JINMEI Tatuya
|
d368617000
removed 'using namespace' from src/lib/config/module_spec.cc, and adjusted other files accordingly.
|
14 years ago |
JINMEI Tatuya
|
1c503d75b4
constified lib/cc API as much as possible. (trac #310)
|
14 years ago |
JINMEI Tatuya
|
81eb4c244c
style fixes:
|
14 years ago |
JINMEI Tatuya
|
5f1739873b
s/#include "header"/#include <[path/]header>/ (trac #291)
|
15 years ago |
Jelte Jansen
|
93ef878841
actually use nameToType and typeToName, removed the old functions. Catch the typeerror and raise modulespecerror if this happend during module spec verification
|
15 years ago |
Jelte Jansen
|
89dad444d2
fixed some leftover ParseErrors
|
15 years ago |
Jelte Jansen
|
b763a8e027
rename createFromString() to fromJSON()
|
15 years ago |
Jelte Jansen
|
1db7be2208
Merged in branches/trac90
|
15 years ago |
Jeremy C. Reed
|
2e119c7e22
Restructure trunk again.
|
15 years ago |