Searched refs:tinyxml2 (Results 1 – 15 of 15) sorted by relevance
14 project(tinyxml2) project51 add_library(tinyxml2 tinyxml2.cpp tinyxml2.h) target53 set_target_properties(tinyxml2 PROPERTIES58 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 tinyxml280 install(TARGETS tinyxml288 add_dependencies(xmltest tinyxml2)89 target_link_libraries(xmltest tinyxml2)[all …]
6 tinyxml2/tinyxml2-cbp/bin/7 tinyxml2/tinyxml2-cbp/obj/8 tinyxml2/bin/9 tinyxml2/temp/
35 -Wno-unused-parameter -Weffc++ xmltest.cpp tinyxml2.cpp -o xmltest53 libtinyxml2.a: tinyxml2.o57 tinyxml2.o: tinyxml2.cpp tinyxml2.h68 $(INSTALL_DATA) tinyxml2.h $(DESTDIR)$(includedir)/tinyxml2.h74 $(RM) $(DESTDIR)$(includedir)/tinyxml2.h
1 name: "tinyxml2"6 value: "https://github.com/leethomason/tinyxml2"10 value: "https://github.com/leethomason/tinyxml2/archive/7.0.1.zip"
10 srcs: ["tinyxml2.cpp"],16 // tinyxml2.cpp line 436, 441, 446 have -Wimplicit-fallthrough.35 name: "tinyxml2-tests",
4 …tinyxml2.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/tinyxml215 http://leethomason.github.io/tinyxml2/260 * tinyxml2.cpp261 * tinyxml2.h
1 URL: https://github.com/leethomason/tinyxml2/releases
24 using namespace tinyxml2;1876 tinyxml2::XMLDocument doc; in main()1877 tinyxml2::XMLElement *pRoot = doc.NewElement("Root"); in main()2122 tinyxml2::XMLPrinter printer; in main()
116 namespace tinyxml2
119 namespace tinyxml2 namespace
787 INPUT = tinyxml2.h \
11 …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 …]
3 executes all tests provided for tinyxml2 in the xmltest.cpp file.
50 using namespace tinyxml2;
4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tinyxml2", "tinyxml2.vcxproj", "{D1C528B6-AA02…