-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for CxxWrap 0.15.x and several improvements.
Code for CxxWrap versions 0.15.x to generate differs from code for vesions 0.14.x, due to a change in the API. Wrapping of STL vectors of object pointers do not work with version 0.15.0. More details in JuliaInterop/CxxWrap.jl#419. The unit tests and the ROOT example that use such vector are conifgure to use 0.14.x version for now. The CxxWrap version the code should be generated can be selected using the new `cxxwrap_version` configuration parameter. Several other changes: o new --get command line option to retrieve values of some parameters; o new --add-cfg command line option to configure parameter normally set in the .wit configuration file; o fixed generation of random uuid; o add check of the verions of the libcxxwrap when compiling and when running the code. o Cleanup Julia package dependencies installation and version handling; Removed project setting from runtests.jl which is not needed anymore, as each test runs within its own temporary Julia project.
- Loading branch information
Showing
49 changed files
with
617 additions
and
212 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.