]> git.sesse.net Git - xml-template/history - c++0x
Merge.
[xml-template] / c++0x /
2011-09-22 sgunderson@bigfoot.comMerge.
2011-09-22 sgunderson@bigfoot.comFix a Valgrind hit; we cannot take c_str() of a tempora...
2011-09-22 sgunderson@bigfoot.comAdd all and clean targets to C++0x makefile.
2011-09-22 sgunderson@bigfoot.comAdd include support, and unit test, to C++0x version...
2011-09-21 sgunderson@bigfoot.comTweak C++0x API a bit, to prepare for include. Also...
2011-09-21 sgunderson@bigfoot.comAdd attribute-empty test for C++0x, which passes.
2011-09-21 sgunderson@bigfoot.comMake Clone and Alternate in C++0x handle embedded NULL...
2011-09-21 sgunderson@bigfoot.comAdd Alternate support to C++0x version, and correspondi...
2011-09-21 sgunderson@bigfoot.comAdd structure test for C++0x. Passes.
2011-09-21 sgunderson@bigfoot.comAdd namespace2 test for C++0x. Passes.
2011-09-21 sgunderson@bigfoot.comIn C++0x, handle that attr->ns is NULL. Makes namespace...
2011-09-21 sgunderson@bigfoot.comAdd namespace test for C++0x. Segfaults currently.
2011-09-21 sgunderson@bigfoot.comImplement attribute handling in C++0x.
2011-09-21 sgunderson@bigfoot.comFix an error in the attribute test.
2011-09-21 sgunderson@bigfoot.comAdd a C++0x attribute test. Does not pass yet.
2011-09-21 sgunderson@bigfoot.comFix the last memory leaks from the clone test.
2011-09-21 sgunderson@bigfoot.comFix leak of the temporary clone root elements in the...
2011-09-21 sgunderson@bigfoot.comFix an id buffer leak in the C++0x code. simple now...
2011-09-21 sgunderson@bigfoot.comFix an attribute leak in the C++0x code.
2011-09-21 sgunderson@bigfoot.comFix a potential bug in the C++0x cleaning.
2011-09-21 sgunderson@bigfoot.comFix yet more memory leaks in the C++0x version.
2011-09-21 sgunderson@bigfoot.comFix the worst (but not all) memory leaks in the C+...
2011-09-21 sgunderson@bigfoot.comSome coding style consistency fixes for C++0x.
2011-09-21 sgunderson@bigfoot.comMake the C++0x syntax a lot more concise using initiali...
2011-09-21 sgunderson@bigfoot.comImplement <t:foo> node cleaning. clone passes!
2011-09-21 sgunderson@bigfoot.comImplement cloning for C++0x.
2011-09-21 sgunderson@bigfoot.comFix a typo causing references to freed memory.
2011-09-21 sgunderson@bigfoot.comAdd a clone test for C++0x (no cloning logic yet, so...
2011-09-21 sgunderson@bigfoot.comImplement t:id cleaning in C++0x. simple passes!
2011-09-21 sgunderson@bigfoot.comMove the C++0x file processing logic into a shared...
2011-09-21 sgunderson@bigfoot.comAdd a passthru test for C++0x.
2011-09-21 sgunderson@bigfoot.comUse a LDFLAGS variable.
2011-09-21 sgunderson@bigfoot.comAdd c++0x to test suite.
2011-09-21 sgunderson@bigfoot.comSplit out the C++0x library into a separate file from...
2011-09-21 sgunderson@bigfoot.comFix namespace support for t:id in C++0x.
2011-09-21 sgunderson@bigfoot.comFix #id handling in the C++0x version.
2011-09-21 sgunderson@bigfoot.comAdd a very preliminary C++0x version. It cannot even...