Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add linkhash accessor functions (lh_table_head(), lh_entry_next(), etc...) ↵ | Eric Haszlakiewicz | 2021-11-30 | 1 | -2/+2 |
| | | | | | | | to pave the way for making the lh_table and lh_entry structure opaque in the future. Update the docs to mark all members of those structures deprecated, and suggest what to use instead. | ||||
* | Include unistd.h to fix the build on OSX | Eric Haszlakiewicz | 2020-06-14 | 1 | -0/+1 |
| | |||||
* | clang-format the files | dota17 | 2020-04-03 | 1 | -53/+42 |
| | |||||
* | add the disabling formatting coments and adjust the partial code manuly | dota17 | 2020-04-03 | 1 | -4/+4 |
| | |||||
* | Adjust the description of json_object_iterator a bit. | Eric Haszlakiewicz | 2017-12-05 | 1 | -5/+0 |
| | |||||
* | Issue #236: Add -Wcast-qual and fix casts to retain constness. | Eric Haszlakiewicz | 2016-06-11 | 1 | -3/+3 |
| | | | | | To better distinguish between entry->k and entry->v being const within linkhash, but non-const outside, add lh_entry_v() and lh_entry_k() accessors. Make lh_entry->k const. | ||||
* | Since we already use a local json_bool type, replace any stdbool.h usage with | Eric Haszlakiewicz | 2012-04-24 | 1 | -2/+1 |
| | | | | that, since not all environments actually have a stdbool.h to use. | ||||
* | Clean up documentation and correct sample code | Keith Derrick | 2012-04-23 | 1 | -16/+16 |
| | |||||
* | Add alternative iterator implementation | Keith Derrick | 2012-04-12 | 1 | -0/+169 |