Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
fyywhy
/
tinyxml2
Public
forked from
leethomason/tinyxml2
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
tinyxml2
tinyxml2.cpp
on
master
User selector
All users
All time
Commit history
Commits on Aug 11, 2016
Merge pull request #466 from Dmitry-Me/makeCommentMoreConcise
Show description for 0bb5901
leethomason
authored
0bb5901
View commit details
Copy full SHA for 0bb5901
View code at this point
Browse repository at this point
Commits on Aug 10, 2016
Make comment more concise
Dmitry-Me
committed
caa72a6
View commit details
Copy full SHA for caa72a6
View code at this point
Browse repository at this point
Unify node deletion
Dmitry-Me
committed
4de7abb
View commit details
Copy full SHA for 4de7abb
View code at this point
Browse repository at this point
Commits on Aug 5, 2016
Merge pull request #459 from Elbrasch/master
Show description for 75c8f40
leethomason
authored
75c8f40
View commit details
Copy full SHA for 75c8f40
View code at this point
Browse repository at this point
Commits on Aug 4, 2016
Pointer assertion for contract clarity
Dmitry-Me
committed
db02b21
View commit details
Copy full SHA for db02b21
View code at this point
Browse repository at this point
Added void XMLPrinter::PushText( int64_t value ), which was declared but not implemented.
Stefan Asbeck
committed
e1a82c1
View commit details
Copy full SHA for e1a82c1
View code at this point
Browse repository at this point
Commits on Jul 18, 2016
try to fix the lld issue
leethomason
committed
5bf60e9
View commit details
Copy full SHA for 5bf60e9
View code at this point
Browse repository at this point
support user data
leethomason
committed
af9bce1
View commit details
Copy full SHA for af9bce1
View code at this point
Browse repository at this point
Merge branch 'master' into int64support
leethomason
committed
536a4cd
View commit details
Copy full SHA for 536a4cd
View code at this point
Browse repository at this point
Commits on Jul 11, 2016
Fixes issue #425
morinim
committed
0f45b24
View commit details
Copy full SHA for 0f45b24
View code at this point
Browse repository at this point
Commits on Jun 5, 2016
add int64 support
leethomason
committed
51c1271
View commit details
Copy full SHA for 51c1271
View code at this point
Browse repository at this point
one successful return type. simplify build on vs2015
leethomason
committed
8553625
View commit details
Copy full SHA for 8553625
View code at this point
Browse repository at this point
Commits on Mar 25, 2016
Merge pull request #428 from wvvelzen/WarningsFix
Show description for 97837e7
leethomason
committed
97837e7
View commit details
Copy full SHA for 97837e7
View code at this point
Browse repository at this point
Fix 2 "Condition is always true" compiler warnings.
Wilfred van Velzen
committed
0aeac18
View commit details
Copy full SHA for 0aeac18
View code at this point
Browse repository at this point
Fix for Borland C++ Builder 6
Wilfred van Velzen
committed
67abee5
View commit details
Copy full SHA for 67abee5
View code at this point
Browse repository at this point
Commits on Feb 9, 2016
Assert to ensure ftell() behaves as expected by later code
Dmitry-Me
committed
96b110d
View commit details
Copy full SHA for 96b110d
View code at this point
Browse repository at this point
Commits on Dec 27, 2015
Error fix DeleteChild
Show description for 81abfd6
JarleStrand
committed
81abfd6
View commit details
Copy full SHA for 81abfd6
View code at this point
Browse repository at this point
Commits on Dec 9, 2015
Assertion in StrPair::SetStr()
Dmitry-Me
committed
0515fa9
View commit details
Copy full SHA for 0515fa9
View code at this point
Browse repository at this point
Commits on Sep 25, 2015
Get rid of -Wtype-limits warning
Dmitry-Me
committed
901fed5
View commit details
Copy full SHA for 901fed5
View code at this point
Browse repository at this point
Commits on Aug 15, 2015
Declared *PRINTF wrappers as static
PKEuS
committed
cac7578
View commit details
Copy full SHA for cac7578
View code at this point
Browse repository at this point
Commits on Aug 10, 2015
Asserts to ensure old buffer is not leaked when allocating a new one
Dmitry-Me
committed
96f38cc
View commit details
Copy full SHA for 96f38cc
View code at this point
Browse repository at this point
Commits on Aug 7, 2015
Merge pull request #364 from PKEuS/master
Show description for bb8fd3c
leethomason
committed
bb8fd3c
View commit details
Copy full SHA for bb8fd3c
View code at this point
Browse repository at this point
Commits on Jul 30, 2015
Moved include of <cstdarg> to cpp file
PKEuS
committed
358202c
View commit details
Copy full SHA for 358202c
View code at this point
Browse repository at this point
Commits on Jul 27, 2015
Asserts for formatted output length
Dmitry-Me
committed
1d32e58
View commit details
Copy full SHA for 1d32e58
View code at this point
Browse repository at this point
Commits on Jul 24, 2015
Merge pull request #361 from RossBencina/master
Show description for 78fca3d
leethomason
committed
78fca3d
View commit details
Copy full SHA for 78fca3d
View code at this point
Browse repository at this point
Commits on Jul 22, 2015
Use "name" for element name
Dmitry-Me
committed
886ad97
View commit details
Copy full SHA for 886ad97
View code at this point
Browse repository at this point
fix compiler warning (XCode 4.6.1 x86_64) tinyxml2.cpp:2146:77: Implicit conversion loses integer precision: 'const size_t' (aka 'const unsigned long') to 'const int'
RossBencina
committed
e7fa0e1
View commit details
Copy full SHA for e7fa0e1
View code at this point
Browse repository at this point
Commits on Jul 2, 2015
Better document warning suppression code
Dmitry-Me
committed
8dd493b
View commit details
Copy full SHA for 8dd493b
View code at this point
Browse repository at this point
Commits on Jul 1, 2015
Merge pull request #343 from Dmitry-Me/checkEntityWasPrinted
Show description for 4824e95
leethomason
committed
4824e95
View commit details
Copy full SHA for 4824e95
View code at this point
Browse repository at this point
Commits on Jun 22, 2015
Proper capitalize Visual Studio in comment
Dmitry-Me
committed
1ca593c
View commit details
Copy full SHA for 1ca593c
View code at this point
Browse repository at this point
Commits on Jun 19, 2015
fix a macro version check
Lee Thomason
committed
aa8566b
View commit details
Copy full SHA for aa8566b
View code at this point
Browse repository at this point
Commits on Jun 12, 2015
move to cpp file.
leethomason
committed
53db4a6
View commit details
Copy full SHA for 53db4a6
View code at this point
Browse repository at this point
Commits on Jun 9, 2015
Patch for Visual Studio 2003 and earlier.
Show description for 1527cf4
pffang
committed
1527cf4
View commit details
Copy full SHA for 1527cf4
View code at this point
Browse repository at this point
Commits on Jun 8, 2015
Don't use -1 as buffer length
Dmitry-Me
committed
687bf82
View commit details
Copy full SHA for 687bf82
View code at this point
Browse repository at this point
Commits on May 28, 2015
Ensure proper pattern was found and printed
Dmitry-Me
committed
39c399a
View commit details
Copy full SHA for 39c399a
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.