coriolis/crlcore
Jean-Paul Chaput f901abe0ad * All tools:
- Library linking: there must not be "target_link_library()" for libraries,
        only when building binaries. Avoid clashes between static module
        or class variables, and strange reinitialisation of those variables.
    - Change: Boost is now always linked staticly.
  * ./crlcore:
    - Change: In System, static initialisation problem again, there seems to
        be a race between it and boost::filesystem, make the singleton creation
        "at first call" again. Triggers the System singleton creation in
        AllianceFramework to spare the user the need to explicitly doing it.
    - New: In Utilities, automatically adds the "site-packages" PYTHONPATH
        component, guessed from CORIOLIS_TOP.
2010-07-01 11:48:16 +00:00
..
cmake_modules More verbose and simpler FindOPENACCESS.cmake script 2010-06-09 19:51:16 +00:00
doc * ./crlcore: 2010-06-02 15:52:45 +00:00
etc * ./crlcore: 2010-06-25 08:37:30 +00:00
src * All tools: 2010-07-01 11:48:16 +00:00
CMakeLists.txt * All tools: 2010-07-01 11:48:16 +00:00