Initial project's hierarchy
commitd96d71f2a5620495e078dc1dad0230431582719f
authorSven Suursoho <sven.suursoho@gmail.com>
Tue, 20 May 2008 19:03:39 +0000 (20 22:03 +0300)
committerSven Suursoho <sven.suursoho@gmail.com>
Tue, 20 May 2008 19:03:39 +0000 (20 22:03 +0300)
tree00ce9e43bd519db94ed55168e6f355552c7e4962
parentf897800cdc35c509a1702fdba66184db6c2bc4eb
Initial project's hierarchy

* sol/ hosts all sources (headers, sources, tests)
* docs/ hosts documentation
20 files changed:
AUTHORS [new file with mode: 0644]
INSTALL [new file with mode: 0644]
README [new file with mode: 0644]
VERSION [new file with mode: 0644]
sol/config.cpp [new file with mode: 0644]
sol/config.hpp [new file with mode: 0644]
sol/config/arch.hpp [new file with mode: 0644]
sol/config/arch/ppc.hpp [new file with mode: 0644]
sol/config/arch/x86.hpp [new file with mode: 0644]
sol/config/arch/x86_64.hpp [new file with mode: 0644]
sol/config/compiler.hpp [new file with mode: 0644]
sol/config/compiler/gcc.hpp [new file with mode: 0644]
sol/config/compiler/icc.hpp [new file with mode: 0644]
sol/config/compiler/sunpro.hpp [new file with mode: 0644]
sol/config/os.hpp [new file with mode: 0644]
sol/config/os/darwin.hpp [new file with mode: 0644]
sol/config/os/freebsd.hpp [new file with mode: 0644]
sol/config/os/linux.hpp [new file with mode: 0644]
sol/config/user.hpp [new file with mode: 0644]
sol/version.hpp [new file with mode: 0644]