This website works better with JavaScript.
c38906b11c
Merge pull request #46 from pzychotic/master
Lee Thomason
2012-07-26 11:56:28 -0700
c25f3b8b2d
Merge a6dd8c66cf
into 4a69e7ec3d
Thomas Roß
2012-07-26 11:45:12 -0700
a6dd8c66cf
Fixed path to utf8testout.xml.
Thomas Roß
2012-07-26 20:42:18 +0200
4a69e7ec3d
Merge pull request #44 from cxcaixinster/master
Lee Thomason
2012-07-25 21:02:22 -0700
288bfc2bf2
Merge 385b28c1c7
into e9699e6cd2
Xiaocheng Cheng
2012-07-25 19:58:16 -0700
385b28c1c7
Fix reference to readme in visual studio project
cxcaixinster
2012-07-26 10:51:57 +0800
e9699e6cd2
fix up mkdir on win vs. *nix
Lee Thomason
2012-07-25 12:24:23 -0700
3e4fa2e99d
Merge ef1c69cf15
into f980fdcd22
Arkadiy Shapkin
2012-07-25 11:11:06 -0700
ef1c69cf15
CreateDirectory replaced by cross-platform mkdir function
Arkadiy Shapkin
2012-07-25 22:10:39 +0400
ff72d1fb82
Intermediate files added to .gitignore
Arkadiy Shapkin
2012-07-24 00:24:07 +0400
f980fdcd22
Merge pull request #42 from KindDragon/master
Lee Thomason
2012-07-21 18:15:16 -0700
980dde86c2
Merge 2204dda8fe
into c83127973d
Arkadiy Shapkin
2012-07-20 15:42:12 -0700
2204dda8fe
Readme format changed to markdown
Arkadiy Shapkin
2012-07-21 02:15:50 +0400
c83127973d
fix some compiler warnings, and fragile code, in the test output
Lee Thomason
2012-07-16 12:44:41 -0700
daec096a25
Merge e736f294c5
into 21be882810
GitHub Merge Button
2012-07-16 03:27:59 -0700
e736f294c5
XMLPrinter::accumulator is only needed if MSVC is used.
PKEuS
2012-07-16 03:27:55 -0700
c28ba3aeab
Fixed cppcheck warnings
PKEuS
2012-07-16 03:08:47 -0700
21be882810
Moving string in/out into XMLUtil. Using that across the API. Supporting text queries of primitive types.
Lee Thomason
2012-07-15 17:27:22 -0700
78a773ddd9
Fix attribute parsing to correctly handle white space
Lee Thomason
2012-07-02 10:10:19 -0700
390e978da1
Fix infinite loop bug in ShallowEqual. Fix a warning with a re-interpret cast. Up version to 1.0.4
Lee Thomason (grinliz)
2012-07-01 21:22:53 -0700
a3efec0449
clean up some warnings
Lee Thomason
2012-06-15 14:30:44 -0700
c78dc01bfd
removed extra and incorrect 'const'
Lee Thomason
2012-06-12 13:12:15 -0700
78d450b54e
increase version
Lee Thomason
2012-06-04 17:05:58 -0700
4cd8534a1e
actually add comments
Lee Thomason
2012-06-04 17:02:37 -0700
7b1b86a1c9
removed confusing getter/setter. cleaned up comments.
Lee Thomason
2012-06-04 17:01:38 -0700
6e0e38b372
Merge remote-tracking branch 'sniperbat/master'
Lee Thomason
2012-06-04 16:50:30 -0700
57a6ea8e38
Merge 2590088631
into 9a0eb46d71
GitHub Merge Button
2012-05-30 17:13:11 -0700
2590088631
Add compact mode to XMLPrinter, for printing without '\n' and space. let output file smaller. usage: //------------------------------------------------ XMLPrinter printer; printer->SetCompactMode( true ); //enable compact mode doc->Print( &printer ); SomeFunction( printer.CStr() ); //------------------------------------------------ or //------------------------------------------------ //enable at construction XMLPrinter printer( file, true ); // to file //XMLPrinter printer( NULL, true ); // to men doc->Print( &printer ); SomeFunction( printer.CStr() ); //------------------------------------------------
sniperbat
2012-05-28 17:22:07 +0800
3e332712f6
Merge 9a0eb46d71
into 48ea0bcf80
GitHub Merge Button
2012-05-26 14:56:57 -0700
9a0eb46d71
Merge git://github.com/leethomason/tinyxml2
hasufell
2012-05-26 23:51:47 +0200
48ea0bcf80
renamed function, added test case
Lee Thomason (grinliz)
2012-05-26 14:41:14 -0700
2cc75b32b5
Merge pull request #2 from hyperair/master
hasufell
2012-05-23 17:58:58 -0700
0eb8e9da08
Fix out of source installation with tinyxml2.pc
Chow Loong Jin
2012-05-24 02:44:19 +0800
abcdbd9112
Standardize style of CMakeLists.txt
Chow Loong Jin
2012-05-23 19:42:36 +0800
7c1f52a437
Merge pull request #1 from hyperair/master
hasufell
2012-05-22 15:13:20 -0700
a1beafaff8
Add pkgconfig file
Chow Loong Jin
2012-05-23 06:02:20 +0800
e9f2abaf6c
Use GNUInstallDirs for CMAKE_INSTALL_*DIR
Chow Loong Jin
2012-05-23 05:50:32 +0800
65d5bdffab
Merge e01e786883
into a2ae54e40d
GitHub Merge Button
2012-05-20 21:51:46 -0700
e01e786883
add a method to help get the size of the XML file in memory
sniperbat
2012-05-21 12:45:36 +0800
a2ae54e40d
fix a missing [] in the delete call
Lee Thomason
2012-05-18 13:47:48 -0700
b3fcf26e0e
Merge branch 'master' of https://github.com/pzychotic/tinyxml2
Lee Thomason
2012-05-15 10:31:50 -0700
aba89e3f76
Add rules for setversion.py to include CMakeLists.txt
hasufell
2012-05-14 23:59:42 +0200
72c57e074a
Merge 08bdf50076
into ee87c620c8
GitHub Merge Button
2012-05-14 09:28:35 -0700
ee87c620c8
possible missing header
Lee Thomason
2012-05-14 09:27:47 -0700
08bdf50076
Fixed typos in code documentation.
Thomas Roß
2012-05-12 14:21:23 +0200
c4ae8a9a2d
Removed unused variable from CMakeLists.txt
Thomas Roß
2012-05-12 02:02:31 +0200
d08dff9216
Fixed CMakeLists.txt for moved .xml files.
Thomas Roß
2012-05-12 02:00:40 +0200
e638a925b2
sync
Lee Thomason
2012-05-11 10:38:54 -0700
7176c9cc78
Merge 7d7a9a37bd
into a0802164d8
GitHub Merge Button
2012-05-11 10:30:23 -0700
7d7a9a37bd
fixed VS2010 x64 compiler warnings about possible loss of data
Thomas Roß
2012-05-10 00:23:19 +0200
b8249001e2
add support for soname/symlink
hasufell
2012-05-09 23:30:29 +0200
1fd8882b95
Merge a0802164d8
into f68c438ee2
GitHub Merge Button
2012-05-07 18:52:55 -0700
a0802164d8
removed files that will be generated by the xmltest.
Bruno Dias
2012-05-07 05:09:03 -0300
2553a13d0a
added resources folder for txts and xmls.
Bruno Dias
2012-05-07 05:06:37 -0300
a2d4e6e943
moving xmls and txts to the resources folder.
Bruno Dias
2012-05-07 04:58:11 -0300
73c5370d0c
rm xmltest.h from installed headers
hasufell
2012-05-05 00:32:02 +0200
0a68d002b5
Add BUILD_STATIC_LIBS option, install headers
hasufell
2012-05-05 00:18:25 +0200
f68c438ee2
added new test for BOM, and added good defaults for NewDeclaration
Lee Thomason
2012-04-28 14:37:11 -0700
0aa8a80fd7
Enough bake time. Up version to 1.0
Lee Thomason
2012-04-28 14:20:27 -0700
9708885e5e
minor cleanup to the parsing loop
Lee Thomason
2012-04-18 11:39:42 -0700
8713775d9b
Merge branch 'attribute' of github.com:leethomason/tinyxml2 into attribute
Lee Thomason
2012-04-18 11:32:11 -0700
975426752c
Merge branch 'master' of github.com:leethomason/tinyxml2
Lee Thomason
2012-04-18 11:25:01 -0700
5e3803cac3
Better attribute system. Removes redundant list searching of LinkAttribute. Faster parsing on initial read. Added badly needed missing test cases.
Lee Thomason
2012-04-16 08:57:05 -0700
d0b19df88c
fix sleazy cast causing compilation issue
Lee Thomason
2012-04-12 08:41:37 -0700
d11cd169e6
minor whitespace cleanup
Lee Thomason
2012-04-12 08:35:36 -0700
4c090ab7c6
Merge 81da1fb26b
into 8712757389
GitHub Merge Button
2012-04-09 21:39:54 -0700
81da1fb26b
Made SaveFile symmetrical with LoadFile Added overload taking a FILE pointer Return error code (if any) instead of void
Ken Miller
2012-04-09 23:32:26 -0500
8712757389
merging handles to the master
Lee Thomason (grinliz)
2012-04-07 20:56:38 -0700
8871cd8437
add xmltest.h as a place to put the example docs, so they don't pollute the main file'
Lee Thomason (grinliz)
2012-04-06 21:40:08 -0700
9f39148671
Merge cabb915d5b
into b9e791fa4e
GitHub Merge Button
2012-04-06 21:27:17 -0700
b9e791fa4e
simplify safe logic
Lee Thomason (grinliz)
2012-04-06 21:27:10 -0700
a4a36ba3c2
remove random -1 in length
Lee Thomason (grinliz)
2012-04-06 21:24:29 -0700
598c13efa8
fix the safe function behavior
Lee Thomason (grinliz)
2012-04-06 21:18:23 -0700
f14695f26b
Merge pull request #16 from diasbruno/master
Lee Thomason
2012-04-06 08:54:42 -0700
8a75c7a5a9
Merge 26e15df1e2
into 2f6e476e5f
GitHub Merge Button
2012-04-05 21:06:37 -0700
26e15df1e2
update the xcode project.
Bruno Dias
2012-04-06 00:39:48 -0300
cabb915d5b
fixed visibility issues, now I only show the examples
Juan Cardelino
2012-04-06 00:04:47 -0300
370b63e39b
example of use of the defgroup feature of doxygen to group examples into a visible place
Juan Cardelino
2012-04-05 23:59:52 -0300
2cbcac21a1
example of how to configure doxygen properly
Juan Cardelino
2012-04-05 15:39:47 -0300
2f6e476e5f
added a few notes to the readme about building
Lee Thomason
2012-04-05 08:52:07 -0700
68fd6b80cd
Merge pull request #11 from Groovounet/cmake
Lee Thomason
2012-04-05 08:45:46 -0700
d68c453f48
Merge b1ff002ba6
into c8678e2fcc
GitHub Merge Button
2012-04-04 22:06:36 -0700
ae209f6aed
added docs. basic handles tests
Lee Thomason (grinliz)
2012-04-04 22:00:07 -0700
70e9c6b6a0
Merge branch 'master' into handles
Lee Thomason (grinliz)
2012-04-04 21:38:17 -0700
8b89981989
gave up trying to be clever. split the handles into 2 classes.
Lee Thomason
2012-04-04 15:58:16 -0700
4a3c81c0f0
Merge branch 'master' of github.com:leethomason/tinyxml2
Lee Thomason
2012-04-04 15:47:19 -0700
db0bbb60a1
handles work
Lee Thomason
2012-04-04 15:47:04 -0700
c8678e2fcc
upped the version
Lee Thomason (grinliz)
2012-04-04 12:39:53 -0700
6a22be220a
Added proper examples, integrated them into xmltest, and make them part of the build.
Lee Thomason (grinliz)
2012-04-04 12:39:05 -0700
5761203084
trying to get template to work
Lee Thomason
2012-04-03 16:43:22 -0700
9764ba31ab
example loop
Juan Cardelino
2012-04-03 15:50:07 -0300
8a0975dfa7
minor warning fix
Lee Thomason (grinliz)
2012-03-31 20:09:20 -0700
c26fdc4863
clean up and ordering of the examples
Juan Cardelino
2012-03-31 03:24:06 -0300
f5bb4372f1
added simple examples to get started
Juan Cardelino
2012-03-31 03:18:30 -0300
00770d2855
handles wip. not happy with const behavior
Lee Thomason
2012-03-28 17:48:44 -0700
5708f814a6
handles wip. not happy with const behavior
Lee Thomason
2012-03-28 17:46:41 -0700
3ffdd39dbf
handles wip
Lee Thomason
2012-03-28 17:27:55 -0700
51051930cd
Merge branch 'master' of github.com:leethomason/tinyxml2
Lee Thomason
2012-03-28 16:21:58 -0700
db5efc1219
Merge pull request #8 from diasbruno/master
Lee Thomason
2012-03-26 21:00:12 -0700
24fa1c2e67
Merge 5951f880f2
into 53f745fa4f
GitHub Merge Button
2012-03-26 20:54:17 -0700