summaryrefslogtreecommitdiff
path: root/src/lib/cc/data.h
AgeCommit message (Expand)Author
2018-06-07[master] Finishing merge of trac5449 (Fixes from analyzers)Francis Dupont
2018-06-07[5449] Removed explicit throws() in data.hTomek Mrugalski
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-01[5272] New control result added (3 = empty)Tomek Mrugalski
2017-03-09[5114] Doxygen escapes fixed.Tomek Mrugalski
2017-03-07[fdunparse2] Rebased, still reservations to doFrancis Dupont
2017-02-22[5110_fix] re-applying patch made on trac5110Tomek Mrugalski
2017-01-24[master] spelling (including in some messages)Francis Dupont
2017-01-03[5021] Unnecessary method removed.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-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-05-21[3697] added a throwTypeError macro to display positionFrancis Dupont
2015-05-14[3793] Changes after review:Tomek Mrugalski
2015-05-08[3793] Missing method added in MapElementTomek 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-23[3409] Store position of the data element in the value storage.Marcin Siodelski
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] Compilation fix.Tomek Mrugalski
2014-04-18[3408] Additional doxygen fixes in data.hMarcin Siodelski
2014-04-18[3408] Doxygen cleanup in data.h.Marcin Siodelski
2014-04-17[3408] Propagate line numbers and positions of elements in Element objectsMarcin Siodelski
2013-10-10[3073] Add empty() member function to Element for element lists.Kean Johnston
2013-08-07[3015] Added Notes about the use of int64_t, long long, long and intKazunori 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-03-15[1835] (unrelated) docs: Clarify what happens if key missingMichal 'vorner' Vaner
2013-03-06[master] many misspelling and typo fixesJeremy C. Reed
2013-01-07[2432] Fix more cases of \return (use singular form)Mukund Sivaraman
2012-10-25[2357] Update scaffolding using fix-scaffolding.py toolMukund Sivaraman
2012-10-10[2302] Untabify and delete trailing whitespaceMukund Sivaraman
2012-10-10[2302] Fix bugs in Element classKazunori Fujiwara
2011-06-27[trac1004] clean up if-statement and don't use json for copyJelte Jansen
2011-02-07[jreed-doxygen] doxygen fixes and improvements.Jeremy C. Reed
2011-01-21cleanup: removed $Id$, which is useless now that we've migrated to git.JINMEI Tatuya
2010-08-25type consistency for ?: values to suppress a compiler error.JINMEI Tatuya
2010-08-16constified lib/cc API as much as possible. (trac #310)JINMEI Tatuya
2010-08-16style fixes:JINMEI Tatuya
2010-06-30updated doxy of merge()Jelte Jansen