| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add crc to CC4Group_EntryInfo | Markus Mittendrein | 2020-04-30 | 1 | -0/+3 |
| | | |||||
| * | Treat packed groups like normal subfolders when opening a folder containing ↵ | Markus Mittendrein | 2020-04-24 | 1 | -1/+3 |
| | | | | | packed groups | ||||
| * | Store MemoryManagement by value instead of pointer | Markus Mittendrein | 2020-04-23 | 1 | -1/+1 |
| | | |||||
| * | Add cc4group.setEntryNameMatchingCallback | Markus Mittendrein | 2020-04-23 | 1 | -0/+13 |
| | | |||||
| * | Use openAsChild internally when opening a directory inside a group using ↵ | Markus Mittendrein | 2020-04-21 | 1 | -1/+1 |
| | | | | | openExisting | ||||
| * | Add cc4group.isPacked | Markus Mittendrein | 2020-04-21 | 1 | -0/+4 |
| | | |||||
| * | Add cc4group.getName and cc4group.getFullName | Markus Mittendrein | 2020-04-21 | 1 | -1/+11 |
| | | |||||
| * | Add cc4group.isChild | Markus Mittendrein | 2020-04-20 | 1 | -1/+5 |
| | | |||||
| * | Rework group saving | Markus Mittendrein | 2020-04-20 | 1 | -3/+16 |
| | | | | | | | | 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 | ||||
| * | Fix grammar | Markus Mittendrein | 2020-04-20 | 1 | -1/+1 |
| | | |||||
| * | Add cc4group.extractSingleRename | Markus Mittendrein | 2020-04-02 | 1 | -1/+6 |
| | | |||||
| * | Allow the warning handling callback to be set to a custom callback | Markus Mittendrein | 2019-08-19 | 1 | -1/+14 |
| | | |||||
| * | Add cc4group.addFromDisk with according cc4group.AllowEntryTypes | Markus Mittendrein | 2019-08-19 | 1 | -3/+18 |
| | | |||||
| * | He made cc4group lazy and he saw that it was good | Markus Mittendrein | 2019-04-21 | 1 | -4/+20 |
| | | |||||
| * | Add custom memory management strategies to cppc4group | Markus Mittendrein | 2019-04-20 | 1 | -2/+2 |
| | | |||||
| * | Add a custom arg to memory management strategies | Markus Mittendrein | 2019-04-20 | 1 | -2/+4 |
| | | |||||
| * | Change memory management strategies to be a pointer to a struct consisting ↵ | Markus Mittendrein | 2019-04-20 | 1 | -6/+18 |
| | | | | | of a start and end function, which also allows the use of custom memory management strategies | ||||
| * | Small addition to save description | Markus Mittendrein | 2019-04-17 | 1 | -1/+1 |
| | | |||||
| * | Add saveToFd, saveToFilePointer and saveWithWriteCallback | Markus Mittendrein | 2019-04-17 | 1 | -0/+24 |
| | | |||||
| * | Small addition to openFd description | Markus Mittendrein | 2019-04-17 | 1 | -1/+2 |
| | | |||||
| * | Small addition to openWithReadCallback description | Markus Mittendrein | 2019-04-16 | 1 | -0/+1 |
| | | |||||
| * | Spelling | Markus Mittendrein | 2019-04-16 | 1 | -1/+1 |
| | | |||||
| * | Add openAsChild, currently without writing support | Markus Mittendrein | 2019-03-20 | 1 | -1/+13 |
| | | |||||
| * | Add hint about lazy mode | Markus Mittendrein | 2019-03-20 | 1 | -0/+1 |
| | | |||||
| * | Much documentation (I consider it to be quite complete) | Markus Mittendrein | 2019-03-20 | 1 | -4/+184 |
| | | |||||
| * | Add malloc error checking in new, mention the error case in the description ↵ | Markus Mittendrein | 2019-03-17 | 1 | -1/+1 |
| | | | | | and add assert(file) in openFd | ||||
| * | Reorder and restructure the CC4Group_API struct and add some method descriptions | Markus Mittendrein | 2019-03-17 | 1 | -37/+56 |
| | | |||||
| * | Add description to getError* methods | Markus Mittendrein | 2019-03-17 | 1 | -0/+7 |
| | | |||||
| * | Add initCallback and deinitCallback for openWithReadCallback | Markus Mittendrein | 2019-03-16 | 1 | -2/+6 |
| | | |||||
| * | Fix c4ls_buffer and reading from stdin file "-" on windows | 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 | -1/+20 |
| | | |||||
| * | Add openMemory method with an example | Markus Mittendrein | 2019-03-16 | 1 | -0/+5 |
| | | |||||
| * | Fix description of cc4group.setEntryData and remove wrong description of ↵ | Markus Mittendrein | 2019-03-08 | 1 | -5/+4 |
| | | | | | cc4group.createFile | ||||
| * | 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 | ||||
| * | Refactor some calls to cc4group_getEntryByPath into several common functions | Markus Mittendrein | 2018-08-19 | 1 | -1/+1 |
| | | |||||
| * | Add possibility to leave data ownership to the caller of setEntryData and ↵ | Markus Mittendrein | 2018-08-18 | 1 | -3/+4 |
| | | | | | remove possibility to specify entry data with createFile | ||||
| * | Refactor code into a library and implement basic file management methods | Markus Mittendrein | 2018-08-15 | 1 | -0/+97 |
