Package: castxml / 0.1+git20180702-3

Metadata

Package Version Patches format
castxml 0.1+git20180702-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 fix version test to allow text before clang.patch | (download)

test/expect/cmd.version.stdout.txt | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix version test to allow text before 'clang'

Debian clang outputs "Debian clang ...".

0002 dont install license file.patch | (download)

CMakeLists.txt | 1 0 + 1 - 0 !
1 file changed, 1 deletion(-)

 don't install license file

0003 fix dynamic linking.patch | (download)

src/CMakeLists.txt | 16 12 + 4 - 0 !
1 file changed, 12 insertions(+), 4 deletions(-)

 don't double link against certain llvm libraries


0004 llvm7.patch | (download)

README.rst | 4 3 + 1 - 0 !
share/castxml/detect_vs.c | 42 42 + 0 - 0 !
share/castxml/detect_vs.cpp | 45 45 + 0 - 0 !
src/RunClang.cxx | 13 11 + 2 - 0 !
src/Utils.cxx | 12 10 + 2 - 0 !
src/castxml.cxx | 23 17 + 6 - 0 !
test/CMakeLists.txt | 1 1 + 0 - 0 !
test/cc-msvc.c | 10 9 + 1 - 0 !
test/expect/cmd.cc-msvc-std-c++17-E.stdout.txt | 11 11 + 0 - 0 !
9 files changed, 149 insertions(+), 12 deletions(-)

---