Skip to content
Snippets Groups Projects
  1. Jun 27, 2016
  2. Jun 24, 2016
  3. Jun 23, 2016
  4. Jun 22, 2016
  5. Jun 11, 2016
    • Sam Yates's avatar
      Infrastructure for compiler-specific options · 034b17bb
      Sam Yates authored
      * Add file cmake/CompilerOptions.cmake for setting up compiler
        specific options
      * Disable 'missing-braces' warning on Clang
      * Avoid defect in g++ 4.9.2 standard library that omits move
        constructor for `stdd::ifstream`
      * Remove signed/unsigned warning in test_optional.cpp
      034b17bb
  6. Jun 09, 2016
  7. Jun 08, 2016
    • Wouter Klijn's avatar
      Remove relative includes using / · c68c630d
      Wouter Klijn authored
      Add all directories with files to include to CMakeLists.txt
      Make all linux folder based includes global (remove the folder structure)
      c68c630d
    • Sam Yates's avatar
      Use externalproject_add to manage mod->hpp depenedencies. · 4967bf30
      Sam Yates authored
      Builds modcc from modparser as an external project;
      executable will reside under BUILD/external/bin where
      BUILD is the CMake build directory.
      
      CMake hackery (see 'build_all_mods' target) should generate
      required module .hpp files from .mod files before the
      cellalgo library is built, if the header files are
      missing or out of date.
      
      This should also suffice for performing out-of-source
      builds.
      4967bf30
  8. Apr 28, 2016
  9. Mar 09, 2016
  10. Feb 03, 2016
  11. Jan 26, 2016