Jelte Jansen
|
c47f23e502
[trac743] Replace direct output by liblog calls
|
14 years ago |
JINMEI Tatuya
|
b229aa1c06
[trac613] pass parameters by reference instead of a copy of obj when possible
|
14 years ago |
JINMEI Tatuya
|
b20ba8d51b
more $Id$ cleanups:
|
14 years ago |
JINMEI Tatuya
|
2cf809205f
merged proposed patch to the latest master with resolving conflicts.
|
14 years ago |
Jelte Jansen
|
0a4145a3c6
add validate_command to module_spec API
|
14 years ago |
JINMEI Tatuya
|
88d0f23444
omit parameter names when the parameter is unused, instead of the compiler dependent workaround using UNUSED_PARAM.
|
14 years ago |
JINMEI Tatuya
|
9f42d28ba7
merged trac #365: clang++ support
|
14 years ago |
JINMEI Tatuya
|
8845466c19
overall style cleanup: adjusted brace positions according to the coding guideline.
|
14 years ago |
JINMEI Tatuya
|
9352ca348f
change EXPECT_EQ(true, <expression>) to EXPECT_TRUE(<expression>) based on a comment in the ticket.
|
14 years ago |
JINMEI Tatuya
|
fa8af3f633
made minimal level changes to build it with clang++.
|
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)
|
14 years ago |
Jelte Jansen
|
2707eae96e
merged ticket #278 (modules that listen to other modules answer to command for those)
|
15 years ago |
Jelte Jansen
|
588d322058
added tests for the bad condition, and fixed them
|
15 years ago |
JINMEI Tatuya
|
a52058ff5d
merged r2393
|
15 years ago |
Jelte Jansen
|
b763a8e027
rename createFromString() to fromJSON()
|
15 years ago |
Jelte Jansen
|
2568b6c2fa
created toJSON functions (which are mostly the old str() ones, str() is now a general Element function that calls toJSON)
|
15 years ago |
JINMEI Tatuya
|
d8a28660b6
hide UNUSED_PARAM attributes in .cc, not .h as it wouldn't be good to
|
15 years ago |
Jelte Jansen
|
84662a2deb
unit tests for add/removeRemoteConfig in lib/config/ccsession
|
15 years ago |
Jelte Jansen
|
c68d74d8c2
doxygen for createAnswer and family of helper functions
|
15 years ago |
Jelte Jansen
|
f189032a01
rename unittests/ dirs to tests/
|
15 years ago |