declude Code
Status: Planning
Brought to you by:
mordante
File | Date | Author | Commit |
---|---|---|---|
cmake | 2011-06-02 |
![]() |
[9f4091] Initial commit. |
doc | 2011-06-04 |
![]() |
[e757e6] Strip trailing whitespace. |
src | 2011-08-17 |
![]() |
[e8e90e] Add initial thread pool implementation. |
.gitignore | 2011-06-04 |
![]() |
[215e4e] Add .gitignore file. |
CMakeLists.txt | 2011-07-19 |
![]() |
[2c3830] Add some more strictness to the compiler. |
COPYING | 2011-06-02 |
![]() |
[9f4091] Initial commit. |
Doxyfile | 2011-06-04 |
![]() |
[006f6a] Add doxygen support. |
INSTALL | 2011-07-15 |
![]() |
[3b4f1d] Officially make the minimal gcc version 4.6. |
README | 2011-06-02 |
![]() |
[9f4091] Initial commit. |
changelog | 2011-06-02 |
![]() |
[9f4091] Initial commit. |
This programme tries to decrease the number of includes in other software projects to a minimum. This programme is licensed under the GPL v2.0. The license can be found in COPYING. See INSTALL for instructions on how to build the programme. The programme is written to get familiar with the C++0x standard and uses several of the new features it offers, partly by using the latest compilers, partly by using the boost libraries.