Skip to content

Commit 09d4e80

Browse files
Merge branch 'fffaraz:master' into master
2 parents 27b6ff3 + 759e5f9 commit 09d4e80

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/FUNDING.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# These are supported funding model platforms
2+
3+
github: fffaraz
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
lfx_crowdfunding: # Replace with a single LFX Crowdfunding project-name e.g., cloud-foundry
13+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
165165
* [ni-media](https://github.com/NativeInstruments/ni-media) - C++ library for reading and writing audio files. [MIT]
166166
* [Opus](http://opus-codec.org/) - A totally open, royalty-free, highly versatile audio codec. [BSD]
167167
* [PortAudio](http://www.portaudio.com/) - PortAudio is a free, cross-platform, open-source, audio I/O library. [MIT]
168+
* [rnnoise](https://github.com/xiph/rnnoise) - Recurrent neural network for audio noise reduction. [BSD-3-Clause]
168169
* [SELA](https://github.com/sahaRatul/sela) - SimplE Lossless Audio. [MIT]
169170
* [SoLoud](https://github.com/jarikomppa/soloud) - Easy, portable audio engine for games. [zlib]
170171
* [Speex](http://www.speex.org/) - A free codec for free speech. Obsoleted by Opus. [BSD]
@@ -414,12 +415,12 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
414415
* [dbg-macro](https://github.com/sharkdp/dbg-macro) - A dbg(…) macro for C++. [MIT]
415416
* [DebugViewPP](https://github.com/CobaltFusion/DebugViewPP) - Debug logging viewer. [BSL]
416417
* [Deleaker](http://www.deleaker.com) - A tool for resource leak detection, including memory, GDI and handle leaks.
418+
* [FakeIt](https://github.com/eranpeer/FakeIt) - Simple mocking framework for C++. [MIT]
417419
* [fff](https://github.com/meekrosoft/fff) - A micro-framework for creating fake C functions. [MIT]
418420
* [Google Mock](https://github.com/google/googletest/blob/master/googlemock/README.md) - A library for writing and using C++ mock classes. [BSD]
419421
* [Google Test](https://github.com/google/googletest) - Google C++ Testing Framework. [BSD]
420422
* [ig-debugheap](https://github.com/deplinenoise/ig-debugheap) - Multiplatform debug heap useful for tracking down memory errors. [BSD]
421423
* [libtap](https://github.com/zorgnax/libtap) - Write tests in C. [GPL2]
422-
* [MemTrack](http://www.almostinfinite.com/memtrack.html) - Tracking memory allocations in C++.
423424
* [microprofile](https://github.com/jonasmr/microprofile) - Profiler with web-view for multiple platforms. [Unlicense]
424425
* [MinUnit](https://github.com/siu/minunit) - A minimal unit testing framework for C self-contained in a single header file. [MIT]
425426
* [Mockator](http://www.mockator.com) - Eclipse CDT plug-in for C++ Seams and Mock Objects.
@@ -1119,6 +1120,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
11191120
* [Linticator](http://linticator.com) - Eclipse CDT integration of Pc-/FlexeLint.
11201121
* [IKOS](https://github.com/NASA-SW-VnV/ikos) - Static analyzer for C/C++ based on the theory of Abstract Interpretation. [NOSA 1.3]
11211122
* [List of tools for static code analysis](https://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis#C.2FC.2B.2B) - A list of tools for static code analysis from Wikipedia.
1123+
* [OptView2](https://github.com/OfekShilon/optview2) - Inspect missed Clang optimizations
11221124

11231125
## Coding Style Tools
11241126

0 commit comments

Comments
 (0)