Files
hush3/doc
dan_s ab6a3a05d7 Deduplicate cJSON: consolidate 4 copies into a single canonical pair
- Compile cJSON.c as a standalone C translation unit (added stdbool.h)
- Rename hush_cJSON.c → hush_cJSON.cpp and compile as standalone C++ unit
  with forward declarations for external deps (_stripwhite, clonestr, etc.)
- Remove #include "cJSON.c" unity-build from hush_cJSON
- Change hush.h from #include "hush_cJSON.c" to #include "hush_cJSON.h"
- Add both files to libbitcoin_server_a_SOURCES in Makefile.am
- Delete cc/dapps/cJSON.c (old 2009 fork, 1201 lines removed)
- Replace cc/includes/cJSON.h with thin redirect to canonical headers
- Update dapp includes to reference canonical cJSON.c
2026-02-27 09:39:48 -06:00
..
2024-04-03 18:46:12 +00:00
2023-11-21 22:24:00 -05:00
2024-03-31 23:17:16 +02:00
2020-11-14 04:24:00 -05:00
2018-07-06 14:33:24 +03:00
2022-06-06 15:47:34 +00:00
2024-03-15 19:48:12 +00:00
2021-09-24 13:50:41 -04:00
2019-12-15 20:45:56 -05:00
2024-03-31 23:17:16 +02:00
2020-12-04 08:32:24 -05:00
2019-12-16 06:58:46 -05:00
2021-09-16 23:04:38 -04:00