Home
last modified time | relevance | path

Searched refs:tinyxml2 (Results 1 – 20 of 20) sorted by relevance

/external/tinyxml2/
DCMakeLists.txt14 project(tinyxml2) project
51 add_library(tinyxml2 tinyxml2.cpp tinyxml2.h) target
53 set_target_properties(tinyxml2 PROPERTIES
58 target_compile_definitions(tinyxml2 PUBLIC $<$<CONFIG:Debug>:TINYXML2_DEBUG>)
61 target_include_directories(tinyxml2 PUBLIC
66 target_compile_definitions(tinyxml2 PUBLIC -D_CRT_SECURE_NO_WARNINGS)
77 export(TARGETS tinyxml2
80 install(TARGETS tinyxml2
94 add_dependencies(xmltest tinyxml2)
95 target_link_libraries(xmltest tinyxml2)
[all …]
D.gitignore6 tinyxml2/tinyxml2-cbp/bin/
7 tinyxml2/tinyxml2-cbp/obj/
8 tinyxml2/bin/
9 tinyxml2/temp/
DMakefile35 -Wno-unused-parameter -Weffc++ xmltest.cpp tinyxml2.cpp -o xmltest
53 libtinyxml2.a: tinyxml2.o
57 tinyxml2.o: tinyxml2.cpp tinyxml2.h
68 $(INSTALL_DATA) tinyxml2.h $(DESTDIR)$(includedir)/tinyxml2.h
74 $(RM) $(DESTDIR)$(includedir)/tinyxml2.h
DAndroid.bp47 srcs: ["tinyxml2.cpp"],
53 // tinyxml2.cpp line 436, 441, 446 have -Wimplicit-fallthrough.
72 name: "tinyxml2-xmltest",
81 name: "tinyxml2-tests",
82 src: "run-tinyxml2-tests-on-android.sh",
83 filename: "run-tinyxml2-tests-on-android.sh",
88 target_required: ["tinyxml2-xmltest"],
DMETADATA1 name: "tinyxml2"
6 value: "https://github.com/leethomason/tinyxml2"
10 value: "https://github.com/leethomason/tinyxml2.git"
Dreadme.md4tinyxml2.svg?branch=master)](https://travis-ci.org/leethomason/tinyxml2) [![AppVeyor Status](https…
6 ![TinyXML-2 Logo](http://www.grinninglizard.com/tinyxml2/TinyXML2_small.png)
12 https://github.com/leethomason/tinyxml2
15 http://leethomason.github.io/tinyxml2/
259 * tinyxml2.cpp
260 * tinyxml2.h
279 ./vcpkg install tinyxml2
DTEST_MAPPING4 "name": "tinyxml2-tests"
Dxmltest.cpp24 using namespace tinyxml2;
2064 tinyxml2::XMLDocument doc; in main()
2065 tinyxml2::XMLElement *pRoot = doc.NewElement("Root"); in main()
2310 tinyxml2::XMLPrinter printer; in main()
Dtinyxml2.h116 namespace tinyxml2
Dtinyxml2.cpp119 namespace tinyxml2 namespace
Ddox783 INPUT = tinyxml2.h \
/external/tinyxml2/tinyxml2/tinyxml2.xcodeproj/
Dproject.pbxproj11 …03F28B53152E9B1B00D4CD90 /* tinyxml2.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 03F28B4A15…
17 …2E9B1B00D4CD90 /* tinyxml2.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
18 …B152E9B1B00D4CD90 /* tinyxml2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
57 03F28AD7152E9B1B00D4CD90 /* tinyxml2 */ = {
60 03F28B4A152E9B1B00D4CD90 /* tinyxml2.cpp */,
61 03F28B4B152E9B1B00D4CD90 /* tinyxml2.h */,
63 name = tinyxml2;
70 03F28AD7152E9B1B00D4CD90 /* tinyxml2 */,
90 productName = tinyxml2;
102 …figurationList = 037AE05B151CCC5200E0F29F /* Build configuration list for PBXProject "tinyxml2" */;
[all …]
/external/oss-fuzz/projects/tinyxml2/
DDockerfile19 RUN git clone --depth 1 https://github.com/leethomason/tinyxml2
20 WORKDIR tinyxml2
Dbuild.sh21 $LIB_FUZZING_ENGINE $SRC/tinyxml2/libtinyxml2.a
Dxmltest.cpp23 using namespace tinyxml2;
/external/tinyxml2/tinyxml2/tinyxml2-cbp/
DREADME3 executes all tests provided for tinyxml2 in the xmltest.cpp file.
/external/oss-fuzz/projects/fast-dds/
Dbuild.sh20 cd ../tinyxml2
DDockerfile19 RUN git clone --depth 1 https://github.com/leethomason/tinyxml2
/external/tinyxml2/contrib/
Dhtml5-printer.cpp50 using namespace tinyxml2;
/external/tinyxml2/tinyxml2/
Dtinyxml2.sln4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tinyxml2", "tinyxml2.vcxproj", "{D1C528B6-AA02…