| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add crc to CC4Group_EntryInfo | Markus Mittendrein | 2020-04-30 | 1 | -0/+1 |
| | | |||||
| * | Treat packed groups like normal subfolders when opening a folder containing ↵ | Markus Mittendrein | 2020-04-24 | 1 | -1/+5 |
| | | | | | packed groups | ||||
| * | Store MemoryManagement by value instead of pointer | Markus Mittendrein | 2020-04-23 | 1 | -5/+5 |
| | | |||||
| * | Add cc4group.setEntryNameMatchingCallback | Markus Mittendrein | 2020-04-23 | 1 | -0/+5 |
| | | |||||
| * | Fix CppC4Group::get{,Full}Name | Markus Mittendrein | 2020-04-21 | 1 | -2/+2 |
| | | |||||
| * | Add cc4group.isPacked | Markus Mittendrein | 2020-04-21 | 1 | -0/+5 |
| | | |||||
| * | Make CppC4Group::isChild const | Markus Mittendrein | 2020-04-21 | 1 | -1/+1 |
| | | |||||
| * | Add cc4group.getName and cc4group.getFullName | Markus Mittendrein | 2020-04-21 | 1 | -0/+23 |
| | | |||||
| * | Add cc4group.isChild | Markus Mittendrein | 2020-04-20 | 1 | -1/+6 |
| | | |||||
| * | Rework group saving | Markus Mittendrein | 2020-04-20 | 1 | -2/+7 |
| | | | | | | | | save / saveParent write back to the original group saveParent saves changes in child groups (openAsChild) by saving the top-most parent saveAs / saveAsOverwrite resembles the old save / saveOverwrite For all other saving methods, groups opend with openAsChild are saved as if there was no parent | ||||
| * | Add cc4group.extractSingleRename | Markus Mittendrein | 2020-04-02 | 1 | -2/+2 |
| | | |||||
| * | Allow the warning handling callback to be set to a custom callback | Markus Mittendrein | 2019-08-19 | 1 | -0/+32 |
| | | |||||
| * | Add cc4group.addFromDisk with according cc4group.AllowEntryTypes | Markus Mittendrein | 2019-08-19 | 1 | -3/+23 |
| | | |||||
| * | Fix style | Markus Mittendrein | 2019-08-11 | 1 | -1/+1 |
| | | |||||
| * | Add lazy argument to CppC4Group's constructor (forgot it first, oops) | Markus Mittendrein | 2019-04-22 | 1 | -4/+4 |
| | | |||||
| * | He made cc4group lazy and he saw that it was good | Markus Mittendrein | 2019-04-21 | 1 | -5/+13 |
| | | |||||
| * | Fix catastrophic logic mistake in cppc4group's custom memory management ↵ | Markus Mittendrein | 2019-04-21 | 1 | -8/+20 |
| | | | | | implementation | ||||
| * | Make custom memory management in cppc4group more efficient for reusing | Markus Mittendrein | 2019-04-20 | 1 | -32/+63 |
| | | |||||
| * | Add custom memory management strategies to cppc4group | Markus Mittendrein | 2019-04-20 | 1 | -15/+66 |
| | | |||||
| * | Change memory management strategies to be a pointer to a struct consisting ↵ | Markus Mittendrein | 2019-04-20 | 1 | -1/+1 |
| | | | | | of a start and end function, which also allows the use of custom memory management strategies | ||||
| * | Make CppC4Group::create also return bool like cc4group.create | Markus Mittendrein | 2019-04-20 | 1 | -2/+2 |
| | | |||||
| * | Add saveToFd, saveToFilePointer and saveWithWriteCallback | Markus Mittendrein | 2019-04-17 | 1 | -0/+15 |
| | | |||||
| * | CppC4Group constructor may throw std::bad_alloc if internal allocation fails | Markus Mittendrein | 2019-03-23 | 1 | -1/+4 |
| | | |||||
| * | Add openAsChild, currently without writing support | Markus Mittendrein | 2019-03-20 | 1 | -0/+29 |
| | | |||||
| * | Add cppc4group-wrapper for custom tmp memory management | Markus Mittendrein | 2019-03-19 | 1 | -1/+33 |
| | | |||||
| * | Add initCallback and deinitCallback for openWithReadCallback | Markus Mittendrein | 2019-03-16 | 1 | -2/+2 |
| | | |||||
| * | Use void* instead of uint8_t* for passing data to openMemory and with the ↵ | Markus Mittendrein | 2019-03-16 | 1 | -2/+2 |
| | | | | | readCallback | ||||
| * | Add openFd, openFilePointer and openWithReadCallback methods | Markus Mittendrein | 2019-03-16 | 1 | -0/+20 |
| | | |||||
| * | Change std::__cxx11::string to std::string (KDevelop's mistake) | Markus Mittendrein | 2019-03-07 | 1 | -1/+1 |
| | | |||||
| * | Add a more flexible enum to choose the memory management mode for ↵ | Markus Mittendrein | 2018-10-02 | 1 | -17/+33 |
| | | | | | setEntryData instead of the freeData boolean | ||||
| * | Use std::make_optional | Markus Mittendrein | 2018-08-19 | 1 | -7/+7 |
| | | |||||
| * | Add possibility to leave data ownership to the caller of setEntryData and ↵ | Markus Mittendrein | 2018-08-18 | 1 | -5/+5 |
| | | | | | remove possibility to specify entry data with createFile | ||||
| * | Add missing setting of CppC4Group::EntryInfo::directory | Markus Mittendrein | 2018-08-16 | 1 | -0/+1 |
| | | |||||
| * | Add C++ wrapper | Markus Mittendrein | 2018-08-16 | 1 | -0/+214 |
