Commit History

Author SHA1 Message Date
  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' 13 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
  Jelte Jansen bd8add5608 addressed review comments 2 of 3 (or 4) 15 years ago
  Jelte Jansen da2f8ada96 removed some constants which weren't used anymore 15 years ago
  Jelte Jansen d5a3a43839 added unit tests 15 years ago
  Jelte Jansen 6cb1f39f58 changed stringstream argument in toJSON to the more general ostream 15 years ago
  Jelte Jansen 90c2af0b37 made JSONError a subclass of isc::Exception instead of std:runtime_error 15 years ago
  Jelte Jansen c5dd3881c2 rename ParseError to JSONError 15 years ago
  Jelte Jansen b763a8e027 rename createFromString() to fromJSON() 15 years ago
  Jelte Jansen ab6751e34f empty constructors for lists and maps, and corresponding 'factory' functions Element::createList() and Element::createMap() 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