summaryrefslogtreecommitdiff
path: root/HACKING.md
Commit message (Collapse)AuthorAgeFilesLines
* HACKING.md: Add note about printf(3) fmt strings using "%m"Hans Ulrich Niedermann2021-11-031-0/+5
| | | | | | The printf(3) format string character "%m" is available on Linux/glibc and FreeBSD, but not on MacOSX. So using "%m" should be limited to system specific code.
* HACKING.md: Update with C99 being our requirementHans Ulrich Niedermann2021-10-311-8/+9
| | | | | | | We have been requiring at least parts of C99 like stdint.h for some time now, but HACKING.md has not reflected that until now. Closes: https://github.com/gphoto/libgphoto2/issues/724
* HACKING.md: Misc small improvements (grammar, whitespace, etc.)Hans Ulrich Niedermann2021-10-311-8/+8
|
* HACKING.md: Update include guard macro nameHans Ulrich Niedermann2021-10-091-3/+6
|
* Document using GP_CAMLIB_SET on make command lineHans Ulrich Niedermann2021-08-271-2/+5
| | | | | | | | Documents the use of GP_CAMLIB_SET on the make command line. Setting CAMLIBS= on the make command line to specify the set of camlibs to be built and installed has not worked at least since the introduction of GP_CAMLIB_SET.
* Remove stdint.h shim (#625)Zeranoe2021-02-221-13/+12
| | | stdint.h has wide adoption at this point, so it should be safe to use.
* HACKING.md: Add basic source code repository structureHans Ulrich Niedermann2019-10-141-0/+34
|
* Move HACKING over to markdown markupHans Ulrich Niedermann2019-10-141-0/+318