コミット履歴

作者 SHA1 メッセージ 日付
  Lee Thomason 2e6912bf8a Merge pull request #816 from a-lunkov/master 5 年 前
  Lee Thomason 1578df3bf8 Merge pull request #811 from hyperair/fix-first-line-indentation 5 年 前
  Lee Thomason 18468b8cc4 minor changes to hex parsing 5 年 前
  Lee Thomason c9c9d8cdfa Merge branch 'master' of https://github.com/netcan/tinyxml2 into netcan-master 5 年 前
  a-lunkov a953b9565d Suppress UndefinedBehaviorSanitizer warnings 5 年 前
  Lee Thomason bfbcc0333d Merge pull request #809 from a-lunkov/patch-1 6 年 前
  Chow Loong Jin 6a514399c2 XMLPrinter: Fix first line indentation 6 年 前
  a-lunkov 63fb154ad3 Update tinyxml2.cpp 6 年 前
  John Senneker 1fdee25d11 Sharpened check for 64-bit Unix when defining fseek/ftell macros. 6 年 前
  Lee Thomason 67271b1fd2 Merge pull request #787 from jsenn/feature/large-file-support 6 年 前
  John Senneker a9f29b74d9 Fixed warning caused by sloppy conversion between signed/unsigned types. 6 年 前
  netcan dfb45cb73b support IntText(),UnsignedText(),Int64Text() for hex value 6 年 前
  Lee Thomason bbbb8c9a90 Merge branch 'master' of github.com:leethomason/tinyxml2 6 年 前
  Lee Thomason e444268103 add convenience methods 6 年 前
  Lee Thomason 6ac05b2b9a Merge branch 'push' of https://github.com/ngc92/tinyxml2 into ngc92-push 6 年 前
  Lee Thomason 655b15c078 Merge pull request #781 from daniel347x/patch-1 6 年 前
  Lee Thomason 20f2d5eec7 Merge pull request #773 from Alanscut/fix_issue712 6 年 前
  ngc92 e620245043 PushNewChild* family of convenience functions 6 年 前
  John Senneker d58436c4bd Fixed bug caused by type checking code in `LoadFile`. 6 年 前
  John Senneker bf59a2d4c8 Added support for files larger than ~2GB. 6 年 前
  Dan Nissenbaum d7455034ea Change constants used in 'ToBool' to support MSVC 6 年 前
  Alanscut ad7bdf9ed2 fix issue#712 6 年 前
  orbitcowboy 73f5409b62 Improved const correctness. There are no functional changes intended. 6 年 前
  Lee Thomason 5bf58f0d1f Merge pull request #753 from orbitcowboy/master 6 年 前
  Lee Thomason c3601c62f6 Merge branch 'cugone-master' 6 年 前
  Lee Thomason effdf95f8c add test cases 6 年 前
  Lee Thomason 7fd646a8a2 support more bool options 6 年 前
  aaronkirkham07@gmail.com c341cea501 add missing uint64_t methods to XMLPrinter 6 年 前
  orbitcowboy 710a3324f4 Fixed -Wold-style-cast warnings from g++. 6 年 前
  cugone 1dbfe31858 Missing uint64_t XMLElement::Unsigned64Text(uint64_t defaultValue) implementation 6 年 前