Mukund Sivaraman
|
7e61e0a0c0
[2507] Remove redundant assignments
|
12 years ago |
Kazunori Fujiwara
|
593b348cbb
[2302] Fix bugs in Element class
|
12 years ago |
Jelte Jansen
|
718888317b
[2278] A number of cppcheck fixes
|
12 years ago |
Jelte Jansen
|
6e57b76919
[1626] use one list of 'whitespace' chars
|
13 years ago |
Jelte Jansen
|
318ecd4e65
[1626] check string termination and whitespace fix
|
13 years ago |
Jelte Jansen
|
737c4eb744
[1626] fix non-printable escaping in json conv
|
13 years ago |
Jelte Jansen
|
9f4292fa5d
[1626] remove wrong comment line
|
13 years ago |
Jelte Jansen
|
5a4cf2dd59
[1626] do not escape forward slash in toJSON
|
13 years ago |
Jelte Jansen
|
63e4fc15cc
[1626] escape JSON strings correctly
|
13 years ago |
Stephen Morris
|
f18114000f
[1470] Iterate over unchanging map when removing identical elements
|
13 years ago |
Stephen Morris
|
0213d987ac
[1470] Removed declared but unused exception variable
|
13 years ago |
Stephen Morris
|
bf2e60ca2a
[1470] Change some loop indexes to unsigned values
|
13 years ago |
Jelte Jansen
|
1f26ac530c
[trac926] call it 'named set', not 'named map'
|
14 years ago |
Jelte Jansen
|
bf635ee41a
[trac926] add 'named_map' type in cpp module check
|
14 years ago |
Jelte Jansen
|
2c936393a1
Merge branch 'trac1072'
|
14 years ago |
Jelte Jansen
|
ec45081d78
[trac1072] review comments
|
14 years ago |
Jelte Jansen
|
b9ad6d4bab
[trac1072] fix issue of JSON parser non-failure with input "{"
|
14 years ago |
Michal 'vorner' Vaner
|
8266c87325
[trac742] Remove outdated comment
|
14 years ago |
JINMEI Tatuya
|
e3e59cf1f2
cleanup: removed $Id$, which is useless now that we've migrated to git.
|
14 years ago |
JINMEI Tatuya
|
e362d1a745
more cleanup:
|
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
|
9e132bce95
avoid unnecessary copy by using a reference.
|
14 years ago |
JINMEI Tatuya
|
8845466c19
overall style cleanup: adjusted brace positions according to the coding guideline.
|
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 |
Jeremy C. Reed
|
13d08243ae
#include <climits>
|
15 years ago |
Jelte Jansen
|
0a9730cdd4
also check for -HUGE_VAL after strtod (+test of course)
|
15 years ago |
Jelte Jansen
|
fb3488a5b0
updated doxy of merge()
|
15 years ago |
Jelte Jansen
|
f50ca4b0de
address review comments part 3 of 3 (or 4, there were a few general comments that i'm not sure we should adress in this ticket)
|
15 years ago |