chimera-project:macos_llvm10

Last commit made on 2020-04-04
Get this branch:
git clone -b macos_llvm10 https://git.launchpad.net/chimera-project

Branch merges

Branch information

Name:
macos_llvm10
Repository:
lp:chimera-project

Recent commits

48a4b26... by Jeongseok Lee <email address hidden>

Add build with LLVM 10 on macOS

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

Workaround for segfault with LLVM >= 7 (#264)

* Add build with LLVM 8 and LLVM 9 -- expecting test failures

* Possible workaround for LLVM >= 7

* Fix LLVM version number format

* Workaround for LLVM >= 7.0.0

52ad2a7... by Jeongseok Lee <email address hidden>

Update CI reflecting recent OS updates (#263)

9e6b866... by Jeongseok Lee <email address hidden>

Reflect upstream update of cling_utils_AST (#261)

447fa52... by Jeongseok Lee <email address hidden>

Exclude unnamed namespace and class from scope (#259)

7b41187... by Jeongseok Lee <email address hidden>

Update README.md

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

Fix inability to override methods (#257)

* Remove undefined member function (CXXRecord::heldType())

* Fix inability to override methods

88c0931... by Jeongseok Lee <email address hidden>

Remove undefined member function (CXXRecord::heldType()) (#256)

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

Put pre/postcontent into function body (#254)

558d00d... by Jeongseok Lee <email address hidden>

Make pybind11 test optional (#253)

This is necessary to build Chimera on PRL PPA. The pybind11 versions on Ubuntu package server (except Disco) are too old for Chimera.