Lee Thomason
|
f657783cf2
|
merge fix for save file error
|
2015-03-26 11:18:21 -07:00 |
Lee Thomason
|
ea21390f28
|
Merge branch 'Haloric-Issue299'
|
2015-03-24 11:18:12 -07:00 |
Lee Thomason
|
3ccb1cec29
|
minor formatting cleanup
|
2015-03-24 11:17:44 -07:00 |
Ant Mitchell
|
189198f19c
|
Issue 302: clear any previous save error
|
2015-03-24 16:20:36 +00:00 |
Ant Mitchell
|
148cc1a0a5
|
Issue 299 - test for code changes
|
2015-03-24 15:12:35 +00:00 |
Ant Mitchell
|
7e744771ad
|
Issue299 - Allow Accept() to work with element trees that are not
linked in to the owning document.
|
2015-03-24 14:33:28 +00:00 |
Lee Thomason
|
32cca51ac5
|
Merge pull request #300 from davidsanfal/master
Add biicode support to TinyXML-2
|
2015-03-20 21:29:37 -07:00 |
Lee Thomason
|
01969dcde2
|
Merge remote-tracking branch 'origin/master'
|
2015-03-17 21:31:57 -07:00 |
Lee Thomason
|
1977a7258c
|
setting the version to 3.0.0
|
2015-03-17 21:30:01 -07:00 |
Lee Thomason
|
2b1e18185c
|
Merge pull request #298 from Dmitry-Me/fixCommentTypo
Fix comment typo
|
2015-03-16 11:57:38 -07:00 |
Lee Thomason
|
5ea1cf33f3
|
Merge pull request #297 from Dmitry-Me/betterAssertsInParsing
Better asserts in parsing
|
2015-03-16 11:57:13 -07:00 |
David
|
4633c3aa27
|
add biicode support
|
2015-03-16 10:41:00 +01:00 |
Dmitry-Me
|
2f465c412a
|
Fix comment typo
|
2015-03-16 11:08:23 +03:00 |
Dmitry-Me
|
3dc797b2a4
|
Better asserts in parsing
|
2015-03-16 11:06:46 +03:00 |
Lee Thomason
|
b53aaa885d
|
set the version to 2.3.0
|
2015-03-15 16:18:35 -07:00 |
Lee Thomason
|
245bee08d6
|
Merge pull request #296 from Dmitry-Me/assertForImpossibleCase
Assert for impossible case
|
2015-03-15 16:14:12 -07:00 |
Lee Thomason
|
80647bde2e
|
Merge remote-tracking branch 'origin/master'
|
2015-03-15 16:12:51 -07:00 |
Lee Thomason
|
7265b763fc
|
merge change; add extra assert
|
2015-03-15 16:11:47 -07:00 |
Lee Thomason
|
ed9aa5a48e
|
Merge pull request #293 from Dmitry-Me/resolveIssue291
Resolve crash when printing malformed entities - issue 291
|
2015-03-15 16:06:42 -07:00 |
Dmitry-Me
|
33bb764d12
|
Assert for impossible case
|
2015-03-14 17:14:00 +03:00 |
Dmitry-Me
|
bab9b6d59c
|
More asserts in numbers parsing
|
2015-03-14 16:41:46 +03:00 |
Dmitry-Me
|
6f51c803a1
|
Resolve crash when printing malformed entities - issue 291
|
2015-03-14 13:25:03 +03:00 |
Lee Thomason
|
0f922e7c9a
|
Merge pull request #289 from Dmitry-Me/fixNullPointerDereference
Fix null pointer dereference planted in PR287 and reported in PR288
|
2015-03-05 10:36:31 -08:00 |
Dmitry-Me
|
9fcb876d3b
|
Fix null pointer dereference planted in PR287 and reported in PR288
|
2015-03-05 17:53:34 +03:00 |
Lee Thomason
|
f12ece06fa
|
Merge pull request #287 from Dmitry-Me/preAndPostAssertsInIdentify
Add and make use of pre- and post-asserts in XMLDocument::Identify()
|
2015-03-04 15:38:37 -08:00 |
Dmitry-Me
|
023846628d
|
Add and make use of pre- and post-asserts in XMLDocument::Identify()
|
2015-03-03 16:02:13 +03:00 |
Lee Thomason
|
1354ffabb6
|
Merge pull request #284 from Dmitry-Me/testDocumentBeforeClearing
Test document had content to clear
|
2015-02-09 12:12:10 -08:00 |
Dmitry-Me
|
aaa4ceab5e
|
Test document had content to clear
|
2015-02-06 16:00:46 +03:00 |
Lee Thomason
|
03824c305d
|
Merge pull request #280 from Dmitry-Me/moveDeclarationToFirstUse
Move declaration to actual first use
|
2015-01-19 15:38:04 -08:00 |
Dmitry-Me
|
6acc9a5469
|
Move declaration to actual first use
|
2015-01-15 13:27:47 +03:00 |
Lee Thomason
|
b733c26bfe
|
Merge pull request #278 from Dmitry-Me/wrongBoundConstraints
Use proper constraints for int variable
|
2015-01-13 21:45:29 -08:00 |
Lee Thomason
|
2875d842de
|
Merge pull request #277 from Dmitry-Me/preAssertsToClarifyBufferUsage
Pre-asserts to clarify buffer usage
|
2015-01-13 21:44:54 -08:00 |
Lee Thomason
|
e94bde04d2
|
Merge pull request #276 from Dmitry-Me/removeRedundantParametersList
Remove redundant parameters list
|
2015-01-13 21:44:10 -08:00 |
Dmitry-Me
|
ed7a7dc985
|
Use proper constraints for int variable
|
2015-01-14 08:36:12 +03:00 |
Dmitry-Me
|
30bdc9735b
|
Pre-asserts to clarify buffer usage
|
2015-01-14 08:32:23 +03:00 |
Dmitry-Me
|
9a5a48dbd2
|
Remove redundant parameters list
|
2015-01-14 08:27:32 +03:00 |
Lee Thomason
|
38b49ae042
|
Merge pull request #275 from Dmitry-Me/moreOverflowChecks
More overflow checks
|
2015-01-13 13:40:25 -08:00 |
Lee Thomason
|
d95716bd79
|
Merge pull request #273 from Dmitry-Me/moreChecksInUtfConversion
More checks inside UTF conversion
|
2015-01-13 13:39:46 -08:00 |
Lee Thomason
|
22f34982dc
|
Merge pull request #271 from JayXon/optimizeLogo
lossless optimization on logo
|
2015-01-13 13:39:02 -08:00 |
Dmitry-Me
|
74fb870c36
|
More overflow checks
|
2015-01-13 10:27:36 +03:00 |
Lee Thomason
|
7e67bc89de
|
minor formatting changes
|
2015-01-12 14:05:12 -08:00 |
Lee Thomason
|
ba7d9df976
|
Merge pull request #272 from Dmitry-Me/properTreatStrchrPostConditions
strchr() can only find what is was asked for
|
2015-01-12 13:58:15 -08:00 |
Dmitry-Me
|
bbaf1e1498
|
More checks inside UTF conversion
|
2015-01-12 14:07:10 +03:00 |
Dmitry-Me
|
9f56e12c16
|
strchr() can only find what is was asked for
|
2015-01-12 10:07:54 +03:00 |
JayXon
|
778b391286
|
lossless optimization on logo
was
325 KB (333,465 bytes)
now
209 KB (214,977 bytes)
|
2015-01-10 01:46:26 -05:00 |
Lee Thomason
|
d15686653a
|
Merge pull request #269 from Dmitry-Me/makeFormattingConsistent
Fix formatting, get rid of useless if-else chain
|
2015-01-09 16:57:17 -08:00 |
Lee Thomason
|
f802660f7d
|
Merge pull request #268 from Dmitry-Me/avoidRepeatedComparisons
Get rid of repeated comparisons
|
2015-01-09 16:56:40 -08:00 |
Lee Thomason
|
e4fe285427
|
Merge pull request #267 from Dmitry-Me/prohibitCopyAndAssignment
Prohibit copy and assigment where they are not supported
|
2015-01-09 16:55:27 -08:00 |
Lee Thomason
|
b389252931
|
Merge pull request #264 from Dmitry-Me/makeProhibitedStuffPrivate
Prohibited operations should be declared private
|
2015-01-09 16:55:07 -08:00 |
Lee Thomason
|
e53740ec6a
|
Merge pull request #263 from Dmitry-Me/useProperConstCast
Use explicit const_cast
|
2015-01-09 14:29:05 -08:00 |