chimera-project:rebuild_target

Last commit made on 2019-02-02
Get this branch:
git clone -b rebuild_target https://git.launchpad.net/chimera-project

Branch merges

Branch information

Name:
rebuild_target
Repository:
lp:chimera-project

Recent commits

4e4aefa... by Jeongseok Lee <email address hidden>

Set DEPENDS before BUILD_COMMAND

274e8e6... by Jeongseok Lee <email address hidden>

Go back to working directory manually

6af0eab... by Jeongseok Lee <email address hidden>

Enable BUILD_IN_SOURCE to rebuild target

6e7cde8... by Jeongseok Lee

Use add_custom_target() instead of ExternalProject_Add() for rebuild target

31fc1c7... by Jeongseok Lee <email address hidden>

Strip non-copyable Eigen wrapper classes for Pybind11 (#239)

1f22636... by Jeongseok Lee <email address hidden>

Fix suppression check for function template parameter (#248)

5e168bd... by Jeongseok Lee <email address hidden>

Add CI tests for Disco (#249)

c1727da... by Jeongseok Lee <email address hidden>

Build with LLVM version equal to or greater than system version (#246)

* Build with LLVM version equal to or greater than system version

* Remove debug code

* Update LLVM versions in readme

* Set CI env var to detect CI provider

* Fix syntax error

98112f5... by Jeongseok Lee <email address hidden>

Add Eigen3 binding tests (only for Boost.Python) (#247)

For Pybind11, we need #239 or other solution.

64bc548... by Jeongseok Lee <email address hidden>

Enable to suppress template classes (#243)