Home
last modified time | relevance | path

Searched refs:tinyxml2 (Results 1 – 15 of 15) 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
88 add_dependencies(xmltest tinyxml2)
89 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.bp10 srcs: ["tinyxml2.cpp"],
16 // tinyxml2.cpp line 436, 441, 446 have -Wimplicit-fallthrough.
35 name: "tinyxml2-tests",
DMETADATA1 name: "tinyxml2"
6 value: "https://github.com/leethomason/tinyxml2"
10 value: "https://github.com/leethomason/tinyxml2/archive/7.0.1.zip"
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/
260 * tinyxml2.cpp
261 * tinyxml2.h
DREADME.version1 URL: https://github.com/leethomason/tinyxml2/releases
Dxmltest.cpp24 using namespace tinyxml2;
1876 tinyxml2::XMLDocument doc; in main()
1877 tinyxml2::XMLElement *pRoot = doc.NewElement("Root"); in main()
2122 tinyxml2::XMLPrinter printer; in main()
Dtinyxml2.h116 namespace tinyxml2
Dtinyxml2.cpp119 namespace tinyxml2 namespace
Ddox787 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/tinyxml2/tinyxml2/tinyxml2-cbp/
DREADME3 executes all tests provided for tinyxml2 in the xmltest.cpp file.
/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…