summaryrefslogtreecommitdiffstats
path: root/src/lib/cc/data.cc (follow)
Commit message (Expand)AuthorAgeFilesLines
* [4236] Replaced license text in all files containing it.Marcin Siodelski2015-12-161-11/+3
* [trac4001] Clear errno before calling OS functionsShawn Routhier2015-09-221-0/+3
* [master] Merged trac3697 (cryptic error on invalid config)Francis Dupont2015-06-191-11/+11
|\
| * [3697] added a throwTypeError macro to display positionFrancis Dupont2015-05-211-12/+12
* | [3860] misc cleanupsFrancis Dupont2015-05-111-2/+1
|/
* [3501] Corrected error messages reported when configuration error occurs.Marcin Siodelski2014-08-251-2/+2
* [3406] Implemented dynamic reconfiguration when SIGHUP is received.Marcin Siodelski2014-05-221-2/+2
* [3400] Obsolete comment removed.Tomek Mrugalski2014-05-201-6/+0
* [3400] Coding style fixes, better error message.Tomek Mrugalski2014-05-191-4/+5
* [3400] Element::preprocess() is now thread safe.Tomek Mrugalski2014-05-191-12/+21
* [3400] Merge remote-tracking branch 'origin/trac3449' into trac3400Tomek Mrugalski2014-05-151-8/+24
|\
| * [3409] Updated Element data structure to hold the file name.Marcin Siodelski2014-04-221-8/+24
* | [3400] Element::fromJSONFile() added.Tomek Mrugalski2014-05-081-1/+15
* | [3400] Comment removal implemented in lib/cc/dataTomek Mrugalski2014-05-081-6/+39
|/
* [3408] Addressed review comments.Marcin Siodelski2014-04-181-3/+19
* [3408] Added a few comments in the data.cc concerning element position.Marcin Siodelski2014-04-181-0/+12
* [3408] Propagate line numbers and positions of elements in Element objectsMarcin Siodelski2014-04-171-31/+43
* [3374] Reverted the changes made in 3339 and 3373Thomas Markwalder2014-03-121-20/+3
* [3339] data::merge now handles map elementsThomas Markwalder2014-02-241-3/+20
* [3213] add a never-reachable return to silence some compilersJINMEI Tatuya2013-11-151-0/+1
* [mavericks] avoid using istream::putback when the param is not the latest char.JINMEI Tatuya2013-11-151-15/+15
* [3073] Add empty() member function to Element for element lists.Kean Johnston2013-10-101-0/+5
* [3015] Updated comments and testsKazunori Fujiwara2013-08-061-5/+0
* [3015] Rewrote to use boost::lexical cast to convert string to valuesKazunori Fujiwara2013-07-081-26/+10
* [3015] Type of IntElement is changed from long int to int64_t.Kazunori Fujiwara2013-07-031-7/+13
* Merge #2726Michal 'vorner' Vaner2013-06-171-2/+1
|\
| * [2726] Constify variableMukund Sivaraman2013-06-131-1/+1
| * [2726] Reduce variable scopeMichal 'vorner' Vaner2013-06-121-2/+1
* | [2992] variable definition is moved into inner scope because of cppcheck claimfujiwara2013-06-131-1/+1
* | [2992] Linux requires climits to use LONG_MAX and LONG_MINfujiwara2013-06-121-0/+1
* | [2992] Added errno check to fromStringstreamNumber()Kazunori Fujiwara2013-06-111-4/+8
|/
* [2665] use istream::ignore() (and ignore result) to skip chars instead of get()JINMEI Tatuya2013-02-091-5/+5
* [2571] a small optimization: avoid calling strlen() every time in loopJINMEI Tatuya2013-01-141-1/+3
* [2571] editorial cleanups: &/* position, use camel name for func; constJINMEI Tatuya2013-01-141-48/+48
* [2571] Change from char to int when we need special character values.Shane Kerr2013-01-141-11/+10
* [2507] Remove redundant assignmentsMukund Sivaraman2012-12-191-2/+2
* [2302] Fix bugs in Element classKazunori Fujiwara2012-10-101-8/+8
* [2278] A number of cppcheck fixesJelte Jansen2012-09-271-4/+4
* [1626] use one list of 'whitespace' charsJelte Jansen2012-04-021-7/+18
* [1626] check string termination and whitespace fixJelte Jansen2012-04-021-3/+6
* [1626] fix non-printable escaping in json convJelte Jansen2012-03-301-8/+53
* [1626] remove wrong comment lineJelte Jansen2012-03-291-1/+0
* [1626] do not escape forward slash in toJSONJelte Jansen2012-03-291-3/+4
* [1626] escape JSON strings correctlyJelte Jansen2012-03-291-5/+23
* [1470] Iterate over unchanging map when removing identical elementsStephen Morris2011-12-121-2/+6
* [1470] Removed declared but unused exception variableStephen Morris2011-12-121-1/+1
* [1470] Change some loop indexes to unsigned valuesStephen Morris2011-12-121-2/+2
* [trac926] call it 'named set', not 'named map'Jelte Jansen2011-07-151-1/+1
* [trac926] add 'named_map' type in cpp module checkJelte Jansen2011-07-081-0/+2
* Merge branch 'trac1072'Jelte Jansen2011-07-041-1/+3
|\