summaryrefslogtreecommitdiffstats
path: root/src/lib/cc/data.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [3697] added a throwTypeError macro to display positionFrancis Dupont2015-05-211-7/+20
* [3793] Changes after review:Tomek Mrugalski2015-05-141-1/+0
* [3793] Missing method added in MapElementTomek Mrugalski2015-05-081-0/+8
* [3400] Element::preprocess() is now thread safe.Tomek Mrugalski2014-05-191-5/+6
* [3400] Merge remote-tracking branch 'origin/trac3449' into trac3400Tomek Mrugalski2014-05-151-8/+34
|\
| * [3409] Store position of the data element in the value storage.Marcin Siodelski2014-04-231-0/+4
| * [3409] Updated Element data structure to hold the file name.Marcin Siodelski2014-04-221-8/+30
* | [3400] Element::fromJSONFile() added.Tomek Mrugalski2014-05-081-1/+10
* | [3400] Comment removal implemented in lib/cc/dataTomek Mrugalski2014-05-081-3/+36
|/
* [3408] Addressed review comments.Marcin Siodelski2014-04-181-11/+4
* [3408] Compilation fix.Tomek Mrugalski2014-04-181-0/+1
* [3408] Additional doxygen fixes in data.hMarcin Siodelski2014-04-181-2/+2
* [3408] Doxygen cleanup in data.h.Marcin Siodelski2014-04-181-14/+37
* [3408] Propagate line numbers and positions of elements in Element objectsMarcin Siodelski2014-04-171-23/+94
* [3073] Add empty() member function to Element for element lists.Kean Johnston2013-10-101-0/+4
* [3015] Added Notes about the use of int64_t, long long, long and intKazunori Fujiwara2013-08-071-0/+15
* [3015] Rewrote to use boost::lexical cast to convert string to valuesKazunori Fujiwara2013-07-081-2/+4
* [3015] Type of IntElement is changed from long int to int64_t.Kazunori Fujiwara2013-07-031-10/+12
* [1835] (unrelated) docs: Clarify what happens if key missingMichal 'vorner' Vaner2013-03-151-1/+1
* [master] many misspelling and typo fixesJeremy C. Reed2013-03-061-1/+1
* [2432] Fix more cases of \return (use singular form)Mukund Sivaraman2013-01-071-2/+1
* [2357] Update scaffolding using fix-scaffolding.py toolMukund Sivaraman2012-10-251-3/+3
* [2302] Untabify and delete trailing whitespaceMukund Sivaraman2012-10-101-8/+8
* [2302] Fix bugs in Element classKazunori Fujiwara2012-10-101-14/+14
* [trac1004] clean up if-statement and don't use json for copyJelte Jansen2011-06-271-1/+1
* [jreed-doxygen] doxygen fixes and improvements.Jeremy C. Reed2011-02-071-5/+7
* cleanup: removed $Id$, which is useless now that we've migrated to git.JINMEI Tatuya2011-01-211-2/+0
* type consistency for ?: values to suppress a compiler error.JINMEI Tatuya2010-08-261-2/+2
* constified lib/cc API as much as possible. (trac #310)JINMEI Tatuya2010-08-171-68/+106
* style fixes:JINMEI Tatuya2010-08-171-26/+26
* updated doxy of merge()Jelte Jansen2010-06-301-11/+16
* addressed review comments 2 of 3 (or 4)Jelte Jansen2010-06-271-0/+16
* addressed first part of review commentsJelte Jansen2010-06-271-7/+5
* removed some constants which weren't used anymoreJelte Jansen2010-06-231-3/+3
* added unit testsJelte Jansen2010-06-161-1/+1
* changed stringstream argument in toJSON to the more general ostreamJelte Jansen2010-06-161-8/+8
* made JSONError a subclass of isc::Exception instead of std:runtime_errorJelte Jansen2010-06-151-15/+3
* rename ParseError to JSONErrorJelte Jansen2010-06-151-6/+6
* rename createFromString() to fromJSON()Jelte Jansen2010-06-151-9/+26
* empty constructors for lists and maps, and corresponding 'factory' functions ...Jelte Jansen2010-06-151-6/+10
* few doc updatesJelte Jansen2010-06-151-11/+19
* created toJSON functions (which are mostly the old str() ones, str() is now a...Jelte Jansen2010-06-151-21/+22
* cleanup: pass a const reference as a copy source instead of an object.JINMEI Tatuya2010-04-061-1/+1
* hide UNUSED_PARAM attributes in .cc, not .h as it wouldn't be good toJINMEI Tatuya2010-03-191-43/+23
* namespace related cleanupsJINMEI Tatuya2010-03-151-2/+1
* clarified that some variables are intentionally unused to suppress -WextraJINMEI Tatuya2010-03-111-22/+42
* s/dns_throw/isc_throw/JINMEI Tatuya2010-03-071-16/+16
* Restructure trunk again.Jeremy C. Reed2010-03-051-0/+500