mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2025-12-18 04:44:37 +03:00
microprofile and remotery were in a wrong category, fixed it.
This commit is contained in:
@@ -146,8 +146,6 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
|
||||
* [hiberlite](https://github.com/paulftw/hiberlite) - C++ Object-relational mapping for sqlite3.
|
||||
* [Hiredis](https://github.com/redis/hiredis) - A minimalistic C client library for the Redis database.
|
||||
* [LMDB](http://symas.com/mdb/) - Very fast embedded key/value store with full ACID semantics.
|
||||
* [microprofile](https://bitbucket.org/jonasmeyer/microprofile/overview) - Profiler with web-view for multiple platforms.
|
||||
* [Remotery](https://github.com/Celtoys/Remotery) - Single C File Profiler with Web Viewer.
|
||||
* [SQLite](http://www.sqlite.org/) - A completely embedded, full-featured relational database in a few 100k that you can include right into your project.
|
||||
|
||||
## Debug
|
||||
@@ -157,6 +155,8 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
|
||||
* [CppUnit](http://sourceforge.net/projects/cppunit/) - C++ port of JUnit.
|
||||
* [googletest](http://code.google.com/p/googletest/) - Google C++ Testing Framework.
|
||||
* [ig-debugheap](https://github.com/deplinenoise/ig-debugheap) - Multiplatform debug heap useful for tracking down memory errors.
|
||||
* [microprofile](https://bitbucket.org/jonasmeyer/microprofile/overview) - Profiler with web-view for multiple platforms.
|
||||
* [Remotery](https://github.com/Celtoys/Remotery) - Single C File Profiler with Web Viewer.
|
||||
|
||||
## Game Engine
|
||||
|
||||
|
||||
Reference in New Issue
Block a user