New Environment core class
authorEduardo Ramos Testillano <eduardo.ramos.testillano@gmail.com>
Tue, 25 Jun 2013 01:12:45 +0000 (03:12 +0200)
committerEduardo Ramos Testillano <eduardo.ramos.testillano@gmail.com>
Tue, 25 Jun 2013 01:12:45 +0000 (03:12 +0200)
commitbebea4009ed5a273fbf9ed3644a2140a8f477f99
tree549aeaff71b6d610fab0cf4e52ddfcc5ecc418f7
parenta6974c96b83e3c9056574010a40a7eaa391e23d9
New Environment core class
12 files changed:
SConstruct
include/anna/app/Application.hpp
include/anna/core/Configuration.hpp [deleted file]
include/anna/core/util/Configuration.hpp [new file with mode: 0644]
include/anna/core/util/Environment.hpp [new file with mode: 0644]
include/anna/core/util/defines.hpp
source/core/util/Configuration.cpp
source/core/util/Environment.cpp [new file with mode: 0644]
test/core/SConscript
test/core/example.cnf [new file with mode: 0644]
test/core/main.cpp
test/time/main.cpp