| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add cc4group.isPacked | Markus Mittendrein | 2020-04-21 | 1 | -0/+1 |
| | | |||||
| * | 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/+3 |
| | | |||||
| * | Add cc4group.isChild | Markus Mittendrein | 2020-04-20 | 1 | -0/+1 |
| | | |||||
| * | Rework group saving | Markus Mittendrein | 2020-04-20 | 1 | -2/+4 |
| | | | | | | | | 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 | -1/+3 |
| | | |||||
| * | Fix definition of CppC4Group's AllowedEntryTypes | 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/+5 |
| | | |||||
| * | Add cc4group.addFromDisk with according cc4group.AllowEntryTypes | Markus Mittendrein | 2019-08-19 | 1 | -1/+27 |
| | | |||||
| * | Add lazy argument to CppC4Group's constructor (forgot it first, oops) | Markus Mittendrein | 2019-04-22 | 1 | -3/+3 |
| | | |||||
| * | He made cc4group lazy and he saw that it was good | Markus Mittendrein | 2019-04-21 | 1 | -2/+2 |
| | | |||||
| * | Add custom memory management strategies to cppc4group | Markus Mittendrein | 2019-04-20 | 1 | -9/+32 |
| | | |||||
| * | Make CppC4Group::create also return bool like cc4group.create | Markus Mittendrein | 2019-04-20 | 1 | -1/+1 |
| | | |||||
| * | Add saveToFd, saveToFilePointer and saveWithWriteCallback | Markus Mittendrein | 2019-04-17 | 1 | -1/+5 |
| | | |||||
| * | CppC4Group constructor may throw std::bad_alloc if internal allocation fails | Markus Mittendrein | 2019-03-23 | 1 | -0/+1 |
| | | |||||
| * | Add openAsChild, currently without writing support | Markus Mittendrein | 2019-03-20 | 1 | -1/+10 |
| | | |||||
| * | Much documentation (I consider it to be quite complete) | Markus Mittendrein | 2019-03-20 | 1 | -0/+40 |
| | | |||||
| * | Add cppc4group-wrapper for custom tmp memory management | Markus Mittendrein | 2019-03-19 | 1 | -0/+13 |
| | | |||||
| * | Add initCallback and deinitCallback for openWithReadCallback | Markus Mittendrein | 2019-03-16 | 1 | -1/+2 |
| | | |||||
| * | Add openFd, openFilePointer and openWithReadCallback methods | Markus Mittendrein | 2019-03-16 | 1 | -0/+7 |
| | | |||||
| * | Add a more flexible enum to choose the memory management mode for ↵ | Markus Mittendrein | 2018-10-02 | 1 | -1/+7 |
| | | | | | setEntryData instead of the freeData boolean | ||||
| * | Add possibility to leave data ownership to the caller of setEntryData and ↵ | Markus Mittendrein | 2018-08-18 | 1 | -3/+3 |
| | | | | | remove possibility to specify entry data with createFile | ||||
| * | Add missing default value for the recursive parameter of CppC4Group::deleteEntry | Markus Mittendrein | 2018-08-16 | 1 | -1/+1 |
| | | |||||
| * | Add C++ wrapper | Markus Mittendrein | 2018-08-16 | 1 | -0/+74 |
