1959 Commits

Author SHA1 Message Date
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
Ruja Awal
08521b2a93 Added C Playground where you can write, edit, and run code online (#1539) 2024-05-15 19:55:57 -07:00
toge
deb43b12c7 Add happly (PLY file parser) (#1537) 2024-04-28 23:50:26 +09:00
toge
c4ce750e35 Add TinyTIFF (tiff library) (#1536) 2024-04-27 15:13:27 +09:00
toge
7658e092e8 Add webui (GUI library using any web browser) (#1535) 2024-04-17 01:13:47 +09:00
André David
d4bab61710 Update README.md (#1533)
Correct typo
2024-04-14 12:06:51 -07:00
toge
2e9f197c0f Add neco (concurrency library for C) (#1534) 2024-04-14 22:08:58 +09:00
toge
12839dcec5 Add wildcard (header-only wildcards matching library) (#1532) 2024-04-12 16:58:17 +09:00
Jeremy Rifkin
b5b007efaf Add libassert (#1527) 2024-04-10 19:33:32 -07:00
Sergey S
0a2bf91d5f Remove mention of Clara CLI library from the list as it's not longer maintained (#1529) 2024-04-10 19:32:37 -07:00
toge
01be2ee52c Add mgclient (memgraph client library) (#1531) 2024-04-10 01:28:54 +09:00
toge
43508470e1 Add wagyu (geometry library) (#1530) 2024-04-07 12:52:29 -07:00
toge
fb52755cca Add cpp-dump (debugging library) (#1528) 2024-04-07 01:41:51 +09:00
Everett Pompeii
f1612de3c9 Add Bencher (#1305)
https://github.com/bencherdev/bencher
2024-04-04 17:57:19 -07:00
Kaido Kert
1211b254f1 Add Sccache compiler cache (#1524)
Adding link to Mozilla sccache, a ccache-like ( #1520 ) compiler cache.
2024-03-28 18:16:10 -07:00
toge
ef5cf4e9cf Add cpp-lazy (lazy evaluation library) (#1523) 2024-03-25 17:21:08 +09:00
Arnaud Kleinpeter
2514fe66e6 Add Ccache to the build systems (#1520) 2024-03-23 20:08:36 -07:00
toge
36855fbf2a dynamic_bitset: update description, add website (#1522) 2024-03-23 20:30:51 +09:00
toge
b526e885be Add fast_io (faster input/output library) (#1521) 2024-03-22 16:05:44 +09:00
toge
2d34a68bf3 Add libfork (tasking library with coroutine) (#1518) 2024-03-20 00:39:10 -07:00
toge
472a1957af Add fixed-containers (constexpr containers) (#1517)
* Add fixed-containers

* add description
2024-03-13 19:20:17 +09:00
Matheus Werny
bd4fccd147 Added mailio (#1516) 2024-03-10 13:10:57 -07:00
Navid Jalili
110f7aba22 Add SPICE Toolkit to the Robotics section (#1515) 2024-03-09 20:24:55 -08:00
Stjepan Jureković
182d81798c Added 100 C++ Mistakes and How to Avoid Them (#1512)
Hi,

Stjepan from Manning here. I thought this tile might be a good match for your list. Thank you for considering it.

Best,
2024-03-08 17:49:33 -08:00
toge
ad5e46fefb Add RapidFuzz (Levenshtein Distance library) (#1513) 2024-03-07 23:51:00 +09:00
toge
e36131502f Add frozen (constexpr container library) (#1511) 2024-03-06 00:44:25 +09:00
toge
9cc00cb9d7 Add SaneCppLibraries (platform abstraction libraries) (#1510) 2024-03-03 23:39:00 +09:00