Stephen Morris
|
f18114000f
[1470] Iterate over unchanging map when removing identical elements
|
il y a 13 ans |
Stephen Morris
|
0213d987ac
[1470] Removed declared but unused exception variable
|
il y a 13 ans |
Stephen Morris
|
bf2e60ca2a
[1470] Change some loop indexes to unsigned values
|
il y a 13 ans |
Jelte Jansen
|
1f26ac530c
[trac926] call it 'named set', not 'named map'
|
il y a 13 ans |
Jelte Jansen
|
bf635ee41a
[trac926] add 'named_map' type in cpp module check
|
il y a 14 ans |
Jelte Jansen
|
2c936393a1
Merge branch 'trac1072'
|
il y a 14 ans |
Jelte Jansen
|
ec45081d78
[trac1072] review comments
|
il y a 14 ans |
Jelte Jansen
|
b9ad6d4bab
[trac1072] fix issue of JSON parser non-failure with input "{"
|
il y a 14 ans |
Michal 'vorner' Vaner
|
8266c87325
[trac742] Remove outdated comment
|
il y a 14 ans |
JINMEI Tatuya
|
e3e59cf1f2
cleanup: removed $Id$, which is useless now that we've migrated to git.
|
il y a 14 ans |
JINMEI Tatuya
|
e362d1a745
more cleanup:
|
il y a 14 ans |
JINMEI Tatuya
|
88d0f23444
omit parameter names when the parameter is unused, instead of the compiler dependent workaround using UNUSED_PARAM.
|
il y a 14 ans |
JINMEI Tatuya
|
9e132bce95
avoid unnecessary copy by using a reference.
|
il y a 14 ans |
JINMEI Tatuya
|
8845466c19
overall style cleanup: adjusted brace positions according to the coding guideline.
|
il y a 14 ans |
JINMEI Tatuya
|
1c503d75b4
constified lib/cc API as much as possible. (trac #310)
|
il y a 14 ans |
JINMEI Tatuya
|
81eb4c244c
style fixes:
|
il y a 14 ans |
JINMEI Tatuya
|
5f1739873b
s/#include "header"/#include <[path/]header>/ (trac #291)
|
il y a 15 ans |
Jeremy C. Reed
|
13d08243ae
#include <climits>
|
il y a 15 ans |
Jelte Jansen
|
0a9730cdd4
also check for -HUGE_VAL after strtod (+test of course)
|
il y a 15 ans |
Jelte Jansen
|
fb3488a5b0
updated doxy of merge()
|
il y a 15 ans |
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)
|
il y a 15 ans |
Jelte Jansen
|
bd8add5608
addressed review comments 2 of 3 (or 4)
|
il y a 15 ans |
Jelte Jansen
|
da2f8ada96
removed some constants which weren't used anymore
|
il y a 15 ans |
Jelte Jansen
|
d5a3a43839
added unit tests
|
il y a 15 ans |
Jelte Jansen
|
6cb1f39f58
changed stringstream argument in toJSON to the more general ostream
|
il y a 15 ans |
Jelte Jansen
|
90c2af0b37
made JSONError a subclass of isc::Exception instead of std:runtime_error
|
il y a 15 ans |
Jelte Jansen
|
c5dd3881c2
rename ParseError to JSONError
|
il y a 15 ans |
Jelte Jansen
|
b763a8e027
rename createFromString() to fromJSON()
|
il y a 15 ans |
Jelte Jansen
|
ab6751e34f
empty constructors for lists and maps, and corresponding 'factory' functions Element::createList() and Element::createMap()
|
il y a 15 ans |
Jelte Jansen
|
2568b6c2fa
created toJSON functions (which are mostly the old str() ones, str() is now a general Element function that calls toJSON)
|
il y a 15 ans |