]> git.sesse.net Git - xml-template/shortlog
xml-template
2017-08-17 Steinar H.... Update the PHP SWIG version to PHP 7, with various... master
2017-08-17 Steinar H.... Fix some use-after-frees in the C++11 version.
2017-08-17 Steinar H.... Add Python 3 support.
2016-02-17 Steinar H.... Update email address.
2011-11-03 sgunderson... Fix a segfaulting bug in the PHP5 SWIG version; we...
2011-11-03 sgunderson... Implement prettyprinting in the PHP5 SWIG version.
2011-09-24 sgunderson... In the C++11 version, fix a bug with node removal that...
2011-09-23 sgunderson... Make the php5-swig XML_Template_process function mutati...
2011-09-23 sgunderson... In the C++11 version, we would set the wrong key on...
2011-09-23 sgunderson... In php5-swig, handle NULLs as empty strings instead...
2011-09-23 sgunderson... Slightly more idiomatic shared_ptr usage.
2011-09-23 sgunderson... In php5-swig, add a function to process a preparsed...
2011-09-23 sgunderson... In php5-swig, take in std::string as filename parameter...
2011-09-23 sgunderson... In php5-swig, replace the output_by_fd() hack with...
2011-09-23 sgunderson... Add a proper wrapper for php5-swig, which also makes...
2011-09-23 sgunderson... Do weird dances to get php5-swig garbage collection...
2011-09-22 sgunderson... Support includes in php5-swig.
2011-09-22 sgunderson... Fix some errors in the include test for php5-swig.
2011-09-22 sgunderson... Microscopic optimization to the C++11 code.
2011-09-22 sgunderson... Fix a possible use-after-free in the C++11 version...
2011-09-22 sgunderson... Fix a missing dependency from php5-swig.
2011-09-22 sgunderson... Leak a little less memory in php5-swig.
2011-09-22 sgunderson... Handle NULL values in php5-swig.
2011-09-22 sgunderson... Add most of the remaining php5-swig tests. Most succeed...
2011-09-22 sgunderson... Implement cloning in php5-swig.
2011-09-22 sgunderson... Fix is_associative_array() in php5-swig.
2011-09-22 sgunderson... Add clone test for php5-swig. Fails.
2011-09-22 sgunderson... Add passthru test to PHP5-SWIG (passes).
2011-09-22 sgunderson... Start a PHP5-to-C++11 SWIG layer (!).
2011-09-22 sgunderson... Rename C++0x port to C++11, since that will be the...
2011-09-22 sgunderson... Document that we have a C++0x version.
2011-09-22 sgunderson... Merge.
2011-09-22 sgunderson... Fix a Valgrind hit; we cannot take c_str() of a tempora...
2011-09-22 sgunderson... Add all and clean targets to C++0x makefile.
2011-09-22 sgunderson... Add include support, and unit test, to C++0x version...
2011-09-21 sgunderson... Tweak C++0x API a bit, to prepare for include. Also...
2011-09-21 sgunderson... Add attribute-empty test for C++0x, which passes.
2011-09-21 sgunderson... Make Clone and Alternate in C++0x handle embedded NULL...
2011-09-21 sgunderson... Add Alternate support to C++0x version, and correspondi...
2011-09-21 sgunderson... Add structure test for C++0x. Passes.
2011-09-21 sgunderson... Add namespace2 test for C++0x. Passes.
2011-09-21 sgunderson... In C++0x, handle that attr->ns is NULL. Makes namespace...
2011-09-21 sgunderson... Add namespace test for C++0x. Segfaults currently.
2011-09-21 sgunderson... Implement attribute handling in C++0x.
2011-09-21 sgunderson... Fix an error in the attribute test.
2011-09-21 sgunderson... Add a C++0x attribute test. Does not pass yet.
2011-09-21 sgunderson... Fix the last memory leaks from the clone test.
2011-09-21 sgunderson... Fix leak of the temporary clone root elements in the...
2011-09-21 sgunderson... Fix an id buffer leak in the C++0x code. simple now...
2011-09-21 sgunderson... Fix an attribute leak in the C++0x code.
2011-09-21 sgunderson... Fix a potential bug in the C++0x cleaning.
2011-09-21 sgunderson... Fix yet more memory leaks in the C++0x version.
2011-09-21 sgunderson... Fix the worst (but not all) memory leaks in the C+...
2011-09-21 sgunderson... Some coding style consistency fixes for C++0x.
2011-09-21 sgunderson... Make the C++0x syntax a lot more concise using initiali...
2011-09-21 sgunderson... Implement <t:foo> node cleaning. clone passes!
2011-09-21 sgunderson... Implement cloning for C++0x.
2011-09-21 sgunderson... Fix a typo causing references to freed memory.
2011-09-21 sgunderson... Add a clone test for C++0x (no cloning logic yet, so...
2011-09-21 sgunderson... Implement t:id cleaning in C++0x. simple passes!
2011-09-21 sgunderson... Move the C++0x file processing logic into a shared...
2011-09-21 sgunderson... C++0x make should be silent.
2011-09-21 sgunderson... Add a passthru test for C++0x.
2011-09-21 sgunderson... Use a LDFLAGS variable.
2011-09-21 sgunderson... Add c++0x to test suite.
2011-09-21 sgunderson... Split out the C++0x library into a separate file from...
2011-09-21 sgunderson... Fix namespace support for t:id in C++0x.
2011-09-21 sgunderson... Fix #id handling in the C++0x version.
2011-09-21 sgunderson... Add a very preliminary C++0x version. It cannot even...
2011-05-01 Steinar H.... Allow the Python version to take in arbitrary list...
2009-07-05 sgunderson... Patch from xim: Fixed a bug where Unicode strings would...
2009-06-08 sgunderson... Fix a bug in Python attribute handling.
2009-02-28 sgunderson... Use getAttributeNodeNS() to kill a tiny bit of PHP5...
2008-04-26 sgunderson... Improve the HTML-entity-magic a bit for PHP5.
2008-04-26 sgunderson... Add our own clone stuff when removing dummy elements...
2008-04-26 sgunderson... Fix a bug where a cleaning run could skip over certain...
2008-04-26 sgunderson... Fix the oddest PHP5 bug in the world...
2008-04-26 sgunderson... Fix overwriting in PHP5.
2008-04-26 sgunderson... Fix a problem with older (?) PHP5 not having a childNod...
2008-04-26 sgunderson... Fix a PHP5 typo.
2008-04-21 sgunderson... Be slightly more accurate wrt. PHP's bugginess.
2008-04-21 sgunderson... Add some hairy magic for removing excess namespaces.
2008-04-21 sgunderson... Slightly less insane cross-document imports.
2008-04-21 sgunderson... Reinstate own_clone_node. All php5 tests pass!
2008-04-21 sgunderson... Fix including in php5.
2008-04-21 sgunderson... Try to get DOM insertion fixed.
2008-04-21 sgunderson... Use "real" document fragments instead of our own hacks.
2008-04-21 sgunderson... Let's see if cloneNode() is fixed after all...
2008-04-21 sgunderson... More cloning fixes. clone.xml doesn't pass, but it...
2008-04-21 sgunderson... More cloning fixes for php5.
2008-04-21 sgunderson... Slightly more insane php5 namespace cloning stuff.
2008-04-21 sgunderson... Some fixes for php5 cloning. Still doesn't work properly.
2008-04-21 sgunderson... Fix cleaning, using the first undocumented method ...
2008-04-21 sgunderson... More style fixes for php5.
2008-04-21 sgunderson... Fix php5 node iteration. passthru passes.
2008-04-21 sgunderson... First round of style changes to php5 just to make it...
2008-04-21 sgunderson... Add php5 (not working yet, just copied php4/).
2008-04-21 sgunderson... Rename php -> php4.
2008-04-21 sgunderson... Add a test for repeated t:id replacing.
2007-03-01 sgunderson... Update intro.txt for the new XML header that's needed...
next