summaryrefslogtreecommitdiffstats
path: root/src/cppc4group.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make CppC4Group::create also return bool like cc4group.createMarkus Mittendrein2019-04-201-2/+2
* Add saveToFd, saveToFilePointer and saveWithWriteCallbackMarkus Mittendrein2019-04-171-0/+15
* CppC4Group constructor may throw std::bad_alloc if internal allocation failsMarkus Mittendrein2019-03-231-1/+4
* Add openAsChild, currently without writing supportMarkus Mittendrein2019-03-201-0/+29
* Add cppc4group-wrapper for custom tmp memory managementMarkus Mittendrein2019-03-191-1/+33
* Add initCallback and deinitCallback for openWithReadCallbackMarkus Mittendrein2019-03-161-2/+2
* Use void* instead of uint8_t* for passing data to openMemory and with the rea...Markus Mittendrein2019-03-161-2/+2
* Add openFd, openFilePointer and openWithReadCallback methodsMarkus Mittendrein2019-03-161-0/+20
* Change std::__cxx11::string to std::string (KDevelop's mistake)Markus Mittendrein2019-03-071-1/+1
* Add a more flexible enum to choose the memory management mode for setEntryDat...Markus Mittendrein2018-10-021-17/+33
* Use std::make_optionalMarkus Mittendrein2018-08-191-7/+7
* Add possibility to leave data ownership to the caller of setEntryData and rem...Markus Mittendrein2018-08-181-5/+5
* Add missing setting of CppC4Group::EntryInfo::directoryMarkus Mittendrein2018-08-161-0/+1
* Add C++ wrapperMarkus Mittendrein2018-08-161-0/+214