summaryrefslogtreecommitdiff
path: root/src/lib/cc/data.cc
AgeCommit message (Expand)Author
2018-06-14[master] dates and versions updated for 1.4.0 releaseWlodek Wencel
2018-01-30Merge branch 'master' into HEADRazvan Becheriu
2017-12-31[master] Finishing merge of trac5351 (user context / comment)Francis Dupont
2017-12-17[5351] Addressed nearly all commentsFrancis Dupont
2017-11-28[5351] Added comment in syntaxFrancis Dupont
2017-11-27[5351] Added combine (merge variant) in libccFrancis Dupont
2017-10-23[5389] Addressed warnings, moved to boost coroutinesFrancis Dupont
2017-08-18another throw bites the dustAndrei Pavel
2017-08-18minor changes:Andrei Pavel
2017-07-23spelling: recursiveJosh Soref
2017-03-07[fdunparse2] Rebased, still reservations to doFrancis Dupont
2017-01-24[master] spelling (including in some messages)Francis Dupont
2017-01-04[5101] Added an intermediate stream (CID 1398339)Francis Dupont
2017-01-03[5021] Unnecessary method removed.Tomek Mrugalski
2016-12-27[master] Merge branch 'trac5039' (SimpleParser)Tomek Mrugalski
2016-12-22[5039] getNonConst method is now const.Tomek Mrugalski
2016-12-22[5039] Changes after review:Tomek Mrugalski
2016-12-22[5039] Element::getMutableMap implementedTomek Mrugalski
2016-12-12[5085] Enforced lower case JSON keywordsFrancis Dupont
2016-12-11[5085] Implemented \u00xy escapes in toJSON and lexerFrancis Dupont
2016-11-29[5014_phase2] ListElement can now be modifiedTomek Mrugalski
2015-12-16[4236] Updated copyright dates in all files.Marcin Siodelski
2015-12-16[4236] Replaced license text in all files containing it.Marcin Siodelski
2015-09-21[trac4001] Clear errno before calling OS functionsShawn Routhier
2015-06-19[master] Merged trac3697 (cryptic error on invalid config)Francis Dupont
2015-05-21[3697] added a throwTypeError macro to display positionFrancis Dupont
2015-05-11[3860] misc cleanupsFrancis Dupont
2014-08-25[3501] Corrected error messages reported when configuration error occurs.Marcin Siodelski
2014-05-22[3406] Implemented dynamic reconfiguration when SIGHUP is received.Marcin Siodelski
2014-05-20[3400] Obsolete comment removed.Tomek Mrugalski
2014-05-19[3400] Coding style fixes, better error message.Tomek Mrugalski
2014-05-19[3400] Element::preprocess() is now thread safe.Tomek Mrugalski
2014-05-15[3400] Merge remote-tracking branch 'origin/trac3449' into trac3400Tomek Mrugalski
2014-05-08[3400] Element::fromJSONFile() added.Tomek Mrugalski
2014-05-08[3400] Comment removal implemented in lib/cc/dataTomek Mrugalski
2014-04-22[3409] Updated Element data structure to hold the file name.Marcin Siodelski
2014-04-18[3408] Addressed review comments.Marcin Siodelski
2014-04-18[3408] Added a few comments in the data.cc concerning element position.Marcin Siodelski
2014-04-17[3408] Propagate line numbers and positions of elements in Element objectsMarcin Siodelski
2014-03-12[3374] Reverted the changes made in 3339 and 3373Thomas Markwalder
2014-02-24[3339] data::merge now handles map elementsThomas Markwalder
2013-11-15[3213] add a never-reachable return to silence some compilersJINMEI Tatuya
2013-11-15[mavericks] avoid using istream::putback when the param is not the latest char.JINMEI Tatuya
2013-10-10[3073] Add empty() member function to Element for element lists.Kean Johnston
2013-08-06[3015] Updated comments and testsKazunori Fujiwara
2013-07-08[3015] Rewrote to use boost::lexical cast to convert string to valuesKazunori Fujiwara
2013-07-03[3015] Type of IntElement is changed from long int to int64_t.Kazunori Fujiwara
2013-06-17Merge #2726Michal 'vorner' Vaner
2013-06-13[2726] Constify variableMukund Sivaraman
2013-06-13[2992] variable definition is moved into inner scope because of cppcheck claimfujiwara