From 010490ed2c687fe3fd4444c497392384fa59b2b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kolding-S=C3=B8rensen?= Date: Wed, 8 Apr 2015 10:55:45 +0200 Subject: [PATCH 1/3] add QuantLib and Finance section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 05d0d4d..8171805 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin - [Cryptography](#cryptography) - [Database](#database) - [Debug](#debug) + - [Finance](#finance) - [Game Engine](#game-engine) - [GUI](#gui) - [Graphics](#graphics) @@ -222,6 +223,9 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Remotery](https://github.com/Celtoys/Remotery) - Single C File Profiler with Web Viewer. [Apache2] * [UnitTest++](http://unittest-cpp.sourceforge.net/) - A lightweight unit testing framework for C++. [MIT/X Consortium license] +## Finance +* [QuantLib](http://quantlib.org/index.shtml) - A free/open-source library for quantitative finance [BSD] + ## Game Engine * [Allegro](http://alleg.sourceforge.net) - A cross-platform library mainly aimed for video games and multimedia programming. [zlib] From f11f5983d78cb44fecc20fefa7cc23320f61b946 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kolding-S=C3=B8rensen?= Date: Wed, 8 Apr 2015 11:27:31 +0200 Subject: [PATCH 2/3] change license description to modified BSD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8171805..bbfe088 100644 --- a/README.md +++ b/README.md @@ -224,7 +224,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [UnitTest++](http://unittest-cpp.sourceforge.net/) - A lightweight unit testing framework for C++. [MIT/X Consortium license] ## Finance -* [QuantLib](http://quantlib.org/index.shtml) - A free/open-source library for quantitative finance [BSD] +* [QuantLib](http://quantlib.org/index.shtml) - A free/open-source library for quantitative finance. [Modified BSD] ## Game Engine From 3bc3879e3dc5fc737546799444aedfec1f07eec5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Kolding-S=C3=B8rensen?= Date: Wed, 8 Apr 2015 17:02:48 +0200 Subject: [PATCH 3/3] remove finance section, move quantlib to math --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index bbfe088..abddd49 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin - [Cryptography](#cryptography) - [Database](#database) - [Debug](#debug) - - [Finance](#finance) - [Game Engine](#game-engine) - [GUI](#gui) - [Graphics](#graphics) @@ -223,9 +222,6 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Remotery](https://github.com/Celtoys/Remotery) - Single C File Profiler with Web Viewer. [Apache2] * [UnitTest++](http://unittest-cpp.sourceforge.net/) - A lightweight unit testing framework for C++. [MIT/X Consortium license] -## Finance -* [QuantLib](http://quantlib.org/index.shtml) - A free/open-source library for quantitative finance. [Modified BSD] - ## Game Engine * [Allegro](http://alleg.sourceforge.net) - A cross-platform library mainly aimed for video games and multimedia programming. [zlib] @@ -358,6 +354,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin * [Eigen](http://eigen.tuxfamily.org/) - A high-level C++ library of template headers for linear algebra, matrix and vector operations, numerical solvers and related algorithms. [MPL2] * [GMTL](http://ggt.sourceforge.net/) - Graphics Math Template Library is a collection of tools implementing Graphics primitives in generalized ways. [GPL2] * [GMP](https://gmplib.org/) - A C/C++ library for arbitrary precision arithmetic, operating on signed integers, rational numbers, and floating-point numbers. [LGPL3 & GPL2] +* [QuantLib](http://quantlib.org/index.shtml) - A free/open-source library for quantitative finance. [Modified BSD] ## Multimedia