Commit Graph

1885 Commits

Author SHA1 Message Date
toge
205c7b0f15 Add TidesDB (embedded kvs library) (#1611)
* Add TidesDB (embedded kvs library)

* remove space

* fix category
2024-12-18 18:39:21 -08:00
toge
6a967834c2 Add tiny::optional (#1610) 2024-12-13 15:14:16 +09:00
toge
f18403c4c5 Add Vectorscan (#1609) 2024-12-03 18:39:37 -08:00
toge
9c5286a8e2 Add QuarkPhysics (soft body physics engine) (#1608) 2024-12-03 20:11:02 +09:00
toge
be81d17949 Add Protocol Puffers (protobuf compatible C++20 library) (#1607) 2024-11-28 03:32:16 +09:00
xcelerit-squad
71c3bf1ac6 Update README.md (#1606)
Added powerful tool for automatic differentiation in C++ under the Math heading
2024-11-24 20:48:21 -08:00
AndrewChan
8d3e35a0bb Add fast_float to Miscellaneous (#1604) 2024-11-24 20:46:14 -08:00
toge
ac64c0f271 Add reproc (process library) (#1603) 2024-11-20 03:57:08 +09:00
toge
e6e3262aa2 Add uv-cpp (libuv wrapper) (#1602) 2024-11-18 23:26:08 +09:00
toge
633d5fa37a Add json.cpp (json library) (#1601) 2024-11-17 23:10:30 +09:00
Stefano Mandelli
c50feba8d2 avcpp lib has just been added (#1596)
Modern C++ wrapper around FFmpeg

Co-authored-by: Stefano Mandelli <smandelli@marchnetworks.com>
2024-11-09 20:22:49 -08:00
toge
b188e7800d Add kuzu (embedded database library) (#1595)
* Add kuzu (embedded database library)

* remove space
2024-11-04 12:55:31 +09:00
toge
91e219ef0c Add curlpp (libcurl C++ wrapper) (#1593) 2024-11-01 01:37:08 +09:00
toge
fae0d013b5 Add Pipes (pipelines for collections) (#1592) 2024-10-31 21:40:11 +09:00
toge
442d7272e9 Add barkeep (console animation library) (#1591) 2024-10-30 15:34:03 +09:00
toge
76beed6252 Add jpegli (jpeg library) (#1590) 2024-10-29 17:42:41 +09:00
Evgeny Kislov
40975de1b9 Add Ctrl+C (Ctrl+C handler library) (#1589) 2024-10-27 23:45:48 -07:00
toge
6f534674bd Add tuibox (TUI library) (#1588) 2024-10-27 23:59:20 +09:00
toge
1ceacc079b DuckDB add website (#1587)
* DuckDB add website

* make https
2024-10-23 11:31:36 +09:00
toge
f6258fd9d4 Add CrossDB (embedded RDBMS) (#1586) 2024-10-23 11:28:35 +09:00
toge
cecc82ea3c fix typo (#1585) 2024-10-23 00:01:47 +09:00
toge
c9e951e464 Add Saucer (webview library) (#1584) 2024-10-22 23:53:43 +09:00
toge
cc924675e2 Add Trilogy (mysql client library) (#1583) 2024-10-21 11:28:11 +09:00
nirlivne
1c72d59332 Added ThreadPool and BS::thread_pool (corrected) (#1582)
* Added ThreadPool and BS::thread_pool

* Update README.md

* Update README.md

Fix incorrect link for BS::thread_pool

---------

Co-authored-by: Nir Livne <nirl@inuitive-tech.com>
2024-10-18 21:58:12 -07:00
toge
c4034ae68f Add MPH (hash function library) (#1574) 2024-10-01 23:48:08 +09:00
toge
9811b69820 Add QOI (image format library) (#1573) 2024-09-30 14:20:11 +09:00
healerfighter
fe2c640490 fixed typo error (#1571) 2024-09-29 15:57:39 -07:00
toge
17be50a30b Add Wirehair (Fountain Code library) (#1572) 2024-09-29 18:56:35 +09:00
toge
199f5b918c Add HighwayHash (#1570) 2024-09-29 00:25:53 +09:00
toge
2a3c5d84c3 Add coros (coroutine library) (#1569)
* Add coros (coroutine library)

* capitalize
2024-09-27 14:55:58 +09:00
toge
bc625c8d36 Add FastLZ (LZ77 compression library) (#1568) 2024-09-25 23:39:49 +09:00
toge
f2bd50e89d Add REFLECT (reflection library) (#1567) 2024-09-24 17:39:07 +09:00
toge
9d4c94b047 Add BqLog (logging library) (#1566) 2024-09-24 09:55:57 +09:00
toge
9341d15e59 Add wxCharts (wxWidgets charts library) (#1565)
* Add wxCharts (wxWidgets charts library)

* reorder
2024-09-21 13:47:59 -07:00
toge
d4da57cd40 Add rapidhash (hash function library) (#1564) 2024-09-20 23:57:34 +09:00
Matthew Reome
48f9045728 Update Cutelyst License (#1562)
Cutelyst was re-licensed to BSD-3-Clause
2024-08-22 18:52:02 -07:00
Juan Cruz Viotti
67cf8c61cf List JSON Toolkit (#1560) 2024-08-10 22:24:06 -07:00
toge
302dee69d6 Add FTP client for C++ (#1559) 2024-07-31 23:59:17 +09:00
toge
26b78e504b Add simple_enum(enum support library) (#1558)
* Add simple_enum(enum support library)

* remove space
2024-07-31 16:25:56 +09:00
Igor Bogoslavskyi
a0125e5a40 Add cpp-for-yourself links (#1554) 2024-07-13 12:32:43 -07:00
Chip Hogg
b6ab20babb Add Au(C++14-compatible units and quantities lib) (#1553) 2024-07-03 19:55:17 -07:00
toge
15a4d1ade7 Add libpg_query (sql parser library) (#1552) 2024-06-30 22:57:06 +09:00
Sijie Yang
339809d5c2 Add TQUIC (quic protocol library) (#1551) 2024-06-29 13:20:46 -07:00
toge
e321cde974 Add TinyDNG(DNG TIFF loader/writer library) (#1550) 2024-06-24 23:46:43 +09:00
toge
8efbce7c5e Add txiki.js(JavaScript engine) (#1548) 2024-06-22 23:59:16 +09:00
Ibrahim Ahmad (feyroozecode)
03097865e5 Update books.md (#1546)
the old link from : https://www.planetpdf.com/codecuts/pdfs/ooc.pdf it dosn't work properly
2024-06-20 22:08:32 -07:00
toge
35b0e2d6f7 Add rpp (Rust-inspired STL replacement) (#1545) 2024-06-19 23:56:51 +09:00
Michael Filion
8f69809f7e Updating link to Pistache (#1544)
Addresses #1543
2024-06-17 19:46:48 -07:00
toge
2819cbb0e8 add Kanzi (compression library) (#1542) 2024-06-12 19:56:19 +09:00
iAndyHD3
5ae127744b Add Axmol Engine (#1540) 2024-05-17 21:05:58 -07:00