summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* Fix cppc4group_memorymanagement exampleMarkus Mittendrein2020-04-231-1/+1
|
* Rework group savingMarkus Mittendrein2020-04-205-5/+12
| | | | | | | 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 more error reporting in examplesMarkus Mittendrein2020-04-202-2/+2
|
* Fix error message of c4addMarkus Mittendrein2020-04-201-1/+1
|
* Allow the maker to be set by the environment variable CC4GROUP_MAKER for c4copyMarkus Mittendrein2019-09-081-0/+10
|
* Make c4touch non-lazy. it has to read everything anywayMarkus Mittendrein2019-08-311-0/+1
|
* Fix indentation in c4touchMarkus Mittendrein2019-08-311-1/+1
|
* Add cc4group.addFromDisk with according cc4group.AllowEntryTypesMarkus Mittendrein2019-08-191-0/+42
|
* He made cc4group lazy and he saw that it was goodMarkus Mittendrein2019-04-216-4/+9
|
* Add custom memory management strategies to cppc4groupMarkus Mittendrein2019-04-201-0/+51
|
* Add openAsChild, currently without writing supportMarkus Mittendrein2019-03-202-0/+179
|
* Much documentation (I consider it to be quite complete)Markus Mittendrein2019-03-203-0/+6
|
* Remove the extra argument from cc4group_mmap and cc4group_munmap as its ↵Markus Mittendrein2019-03-181-3/+2
| | | | actually not needed
* Fix size formatting of c4ls and c4ls_bufferMarkus Mittendrein2019-03-162-2/+2
|
* Fix c4ls_buffer and reading from stdin file "-" on windowsMarkus Mittendrein2019-03-161-0/+3
|
* Add openFd, openFilePointer and openWithReadCallback methodsMarkus Mittendrein2019-03-161-2/+1
|
* Add openMemory method with an exampleMarkus Mittendrein2019-03-161-0/+130
|
* Windows support (hopefully!)Markus Mittendrein2019-03-082-7/+8
|
* Make c4mkdir actually create a directory (not delete)Markus Mittendrein2019-03-081-11/+4
|
* Refactor code into a library and implement basic file management methodsMarkus Mittendrein2018-08-159-0/+646