Revision 8d2a6df6d7b3799636ae198542ebfd57b71a93b3 authored by Jonas Rembser on 12 June 2024, 16:22:23 UTC, committed by Jonas Rembser on 13 June 2024, 19:51:16 UTC
Synchronizes with this upstream commit and directly makes use of the new
API to avoid a patch:
https://github.com/wlav/CPyCppyy/commit/993b17bce2f43516a85931b40035ac7252e2ab7e
1 parent b5619f7
Raw File
.gitignore
# roottest & rootbench are their own repos
roottest
rootbench

# MacOS Xcode
xcuserdata
project.xcworkspace

# MacOS metadata
.DS_Store

# VS Code
.vs/
.vscode
.build

# CLion
.idea/*
cmake-build*/

# QtCreator
CMakeLists.txt.user
*.autosave

# Eclipse
.settings/*
.cproject
.project
.externalToolBuilders
.pydevproject

# Vim
*.swp

# Other Stuff
tags
*.d
.cache
.gdb_history
compile_commands.json

# Doxygen
documentation/doxygen/*.eps
documentation/doxygen/*.pcm
documentation/doxygen/*.jpg

# Pycache
.github/workflows/root-ci-config/__pycache__
back to top