Commit Graph

191 Commits

Author SHA1 Message Date
Sean Barrett 3734649cd4
Merge pull request #144 from jkuhlmann/add-cgltf
Add cgltf
2019-05-04 01:45:43 -07:00
Sean Barrett d0add774b0
Merge pull request #142 from rec/add-tfile
Add tfile to "files & filenames" section
2019-05-04 01:45:08 -07:00
Sean Barrett 5243526c99
Merge pull request #139 from kaidokert/master
Add TinyPngOutput
2019-05-04 01:44:42 -07:00
Sean Barrett 051047e546
Merge pull request #136 from adamyaxley/master
Add adamyaxley/Obfuscate to strings section
2019-05-04 01:42:03 -07:00
Sean Barrett 9c90162995
Merge pull request #129 from chrberger/libcluon
Suggesting PR to include libcluon for network and serialization
2019-05-04 01:39:28 -07:00
Sean Barrett 793147cb82
Merge pull request #127 from thisistherk/master
Added fast_obj.h
2019-05-04 01:38:32 -07:00
Sean Barrett 6ccde66bbd
Merge pull request #119 from DrMcCoy/dmc_unrar
Add dmc_unrar
2019-05-04 01:30:58 -07:00
Sean Barrett 69ca601915
Merge pull request #117 from henryiii/patch-1
Add CLI11
2019-05-04 01:30:34 -07:00
Sean Barrett 5d3698e3e5
Merge pull request #115 from arnavb/patch-1
Miniz is now under the MIT license
2019-05-04 01:23:24 -07:00
Sean Barrett d2282dfe6f
Merge pull request #113 from LoupVaillant/monocypher
Added Monocypher crypto library
2019-05-04 01:23:02 -07:00
Sean Barrett 1dcd319608
Merge pull request #112 from LoupVaillant/trailing-spaces
Removed trailing whitespace
2019-05-04 01:11:15 -07:00
Sean Barrett 0abf0755d6
Merge pull request #110 from corporateshark/master
Added SummedAreaTable
2019-05-04 00:50:33 -07:00
Sean Barrett 41af12d8e5
Merge branch 'master' into master 2019-04-23 00:22:25 -07:00
Sean Barrett 764c7e1af6
Merge branch 'master' into sokol-gfx 2019-04-23 00:21:10 -07:00
Sean Barrett 024ef82586
Merge pull request #104 from ronen25/master
Adding libcmdf to the library list
2019-04-23 00:20:39 -07:00
Sean Barrett 6de42fe341
Merge branch 'master' into master 2019-04-23 00:19:01 -07:00
Sean Barrett 0c5a2e4381
Merge branch 'master' into master 2019-04-23 00:17:43 -07:00
Sean Barrett 3bcbf213d3
Merge branch 'master' into master 2019-04-23 00:16:44 -07:00
Sean Barrett a29d26f947
Merge pull request #99 from sheredom/patch-1
Add process.h and utest.h to the single header list
2019-04-05 20:15:19 -07:00
Sean Barrett 5149e25115
Merge pull request #98 from hardikp/master
Adding C++ mempool
2019-04-05 20:14:58 -07:00
Sean Barrett 1d9c006232
Merge pull request #96 from campisano/csv-parsers
CSV parser libraries
2019-04-05 20:14:19 -07:00
Sean Barrett eae6818c05
Merge pull request #95 from campisano/catch-catch2
Duplication for catch, adding catch2
2019-04-05 20:13:56 -07:00
Sean Barrett cd55f45a93
Merge pull request #92 from mackron/master
Add miniaudio
2019-04-05 20:12:48 -07:00
David Reid accd1d1083
Rename mini_al to miniaudio. 2019-03-06 22:18:07 +10:00
Johannes Kuhlmann 11058eec7f
Add cgltf 2019-02-14 21:23:27 +01:00
Tom Swirly 0d073ca777 Add tfile to "files & filenames" section 2019-01-31 13:49:09 +01:00
Kert 32f4363f18 Add TinyPngOutput 2018-11-20 16:55:33 +00:00
Adam Yaxley 1d22389b8f
Add adamyaxley/Obfuscate to strings section
Guaranteed compile-time string literal obfuscation library for C++14
2018-10-30 21:46:22 +09:00
Christian Berger 1344ab5446 * PR for libcluon
Signed-off-by: Christian Berger <christian.berger@gu.se>
2018-09-02 19:40:22 +02:00
Richard Knight 27dbb4e5af Added fast_obj.h 2018-07-29 14:13:14 +01:00
Loup Vaillant 78c0214b59 Added Monocypher crypto library 2018-04-29 18:34:15 +02:00
Sven Hesse cc75626a6c Add dmc_unrar 2018-04-18 13:42:03 +02:00
Henry Schreiner babaa52752
Add CLI11 2018-04-03 20:47:24 +02:00
Arnav Borborah f4dc4cbfb3
Miniz is now under the MIT license 2018-03-27 12:28:44 -04:00
Loup Vaillant 007259da97 Removed trailing whitespace 2018-03-12 10:43:46 +01:00
Sergey Kosarevsky 290d84645e Added SummedAreaTable 2018-02-14 17:47:40 +01:00
Jimmie Bergmann 52f686f605
Added mini-yaml. 2018-02-03 21:44:45 +01:00
Andre Weissflog 3f21559661 Add sokol_gfx.h and sokol_time.h 2018-02-03 14:08:23 +01:00
Leonardo acec9123a4 add asap 2018-01-30 02:07:05 -02:00
Ronen Lapushner 3cebdb43a3
Added libcmdf 2018-01-23 20:12:22 +02:00
syrrim d5faa850ff
added missing scheme to link 2018-01-22 23:27:10 -05:00
lieff b3a6b4f1c0 add minimp3 2018-01-11 16:43:02 +03:00
Borislav Stanimirov a3facc6fd6 Added picobench 2018-01-03 21:21:54 +02:00
Neil Henning 80df6c70e6
Add process.h and utest.h to the single header list
This MR adds two of my single header libraries to the list:

* utest.h - a single header C/C++ public domain library for doing unit testing
* process.h - a single header C/C++ public domain library for interacting with processes
2017-12-24 16:55:23 +00:00
Hardik Patel 17b72a79c6
Adding C++ mempool 2017-12-20 11:22:31 -05:00
campisano 3ee3341e8f removing trailing spaces remotion, Close #94 2017-12-16 11:36:30 -02:00
campisano 04ca7bb331 removing trailing spaces remotion, Close #93 2017-12-16 11:33:40 -02:00
campisano 14c79c4115 Close #93 2017-12-16 10:14:20 -02:00
campisano e43bb9f800 Closed #94 2017-12-16 09:55:20 -02:00
David Reid 0709f1abea
Add mini_al 2017-12-08 20:25:58 +10:00