Skip to content

Tags: grasph/wrapit

Tags

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Recognize `jlcxx::Array` and `jlcxx::ArrayRef` as natively supported (#…

…60)

v1.3.1

Toggle v1.3.1's commit message
Fix -DCLANG_JLL=True mode of cmake

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
TODO list update

v1.2.0

Toggle v1.2.0's commit message
fixed test cmake build on macos

v1.1.1

Toggle v1.1.1's commit message
Bug fix: automatic wrapping of types used by functions was no more

effective for *global* functions.

- The bug was introduced by commit de83cd7 and release 1.1.0.
- Added unit test for this feature, TestAutoAdd.

v1.1.0

Toggle v1.1.0's commit message
Fix inconsistencies left after adding the support of relative resource

name in the macro names used to pass the default Clang resource directory
path from build configuarion (cmake).

v1.0.0

Toggle v1.0.0's commit message
minor change in makefiles to remove a warning with new julia releases

removed few uncessary statements from demo_fit_with_jl_func_2.jl
example.

v0.1.0

Toggle v0.1.0's commit message
Features: complitation

o Does not require anymore RTTI support from the LLVM and clang librarues
  (usually shipped with this support disabled)
o Made the ROOT example Makefile more generic