]> git.sesse.net Git - xml-template/history
xml-template
2017-08-17 Steinar H. GundersonUpdate the PHP SWIG version to PHP 7, with various... master
2017-08-17 Steinar H. GundersonFix some use-after-frees in the C++11 version.
2017-08-17 Steinar H. GundersonAdd Python 3 support.
2016-02-17 Steinar H. GundersonUpdate email address.
2011-11-03 sgunderson@bigfoot.comFix a segfaulting bug in the PHP5 SWIG version; we...
2011-11-03 sgunderson@bigfoot.comImplement prettyprinting in the PHP5 SWIG version.
2011-09-24 sgunderson@bigfoot.comIn the C++11 version, fix a bug with node removal that...
2011-09-23 sgunderson@bigfoot.comMake the php5-swig XML_Template_process function mutati...
2011-09-23 sgunderson@bigfoot.comIn the C++11 version, we would set the wrong key on...
2011-09-23 sgunderson@bigfoot.comIn php5-swig, handle NULLs as empty strings instead...
2011-09-23 sgunderson@bigfoot.comSlightly more idiomatic shared_ptr usage.
2011-09-23 sgunderson@bigfoot.comIn php5-swig, add a function to process a preparsed...
2011-09-23 sgunderson@bigfoot.comIn php5-swig, take in std::string as filename parameter...
2011-09-23 sgunderson@bigfoot.comIn php5-swig, replace the output_by_fd() hack with...
2011-09-23 sgunderson@bigfoot.comAdd a proper wrapper for php5-swig, which also makes...
2011-09-23 sgunderson@bigfoot.comDo weird dances to get php5-swig garbage collection...
2011-09-22 sgunderson@bigfoot.comSupport includes in php5-swig.
2011-09-22 sgunderson@bigfoot.comFix some errors in the include test for php5-swig.
2011-09-22 sgunderson@bigfoot.comMicroscopic optimization to the C++11 code.
2011-09-22 sgunderson@bigfoot.comFix a possible use-after-free in the C++11 version...
2011-09-22 sgunderson@bigfoot.comFix a missing dependency from php5-swig.
2011-09-22 sgunderson@bigfoot.comLeak a little less memory in php5-swig.
2011-09-22 sgunderson@bigfoot.comHandle NULL values in php5-swig.
2011-09-22 sgunderson@bigfoot.comAdd most of the remaining php5-swig tests. Most succeed...
2011-09-22 sgunderson@bigfoot.comImplement cloning in php5-swig.
2011-09-22 sgunderson@bigfoot.comFix is_associative_array() in php5-swig.
2011-09-22 sgunderson@bigfoot.comAdd clone test for php5-swig. Fails.
2011-09-22 sgunderson@bigfoot.comAdd passthru test to PHP5-SWIG (passes).
2011-09-22 sgunderson@bigfoot.comStart a PHP5-to-C++11 SWIG layer (!).
2011-09-22 sgunderson@bigfoot.comRename C++0x port to C++11, since that will be the...
2011-09-22 sgunderson@bigfoot.comDocument that we have a C++0x version.
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.comC++0x make should be silent.
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...
2011-05-01 Steinar H. GundersonAllow the Python version to take in arbitrary list...
2009-07-05 sgunderson@bigfoot.comPatch from xim: Fixed a bug where Unicode strings would...
2009-06-08 sgunderson@bigfoot.comFix a bug in Python attribute handling.
2009-02-28 sgunderson@bigfoot.comUse getAttributeNodeNS() to kill a tiny bit of PHP5...
2008-04-26 sgunderson@bigfoot.comImprove the HTML-entity-magic a bit for PHP5.
2008-04-26 sgunderson@bigfoot.comAdd our own clone stuff when removing dummy elements...
2008-04-26 sgunderson@bigfoot.comFix a bug where a cleaning run could skip over certain...
2008-04-26 sgunderson@bigfoot.comFix the oddest PHP5 bug in the world...
2008-04-26 sgunderson@bigfoot.comFix overwriting in PHP5.
2008-04-26 sgunderson@bigfoot.comFix a problem with older (?) PHP5 not having a childNod...
2008-04-26 sgunderson@bigfoot.comFix a PHP5 typo.
2008-04-21 sgunderson@bigfoot.comBe slightly more accurate wrt. PHP's bugginess.
2008-04-21 sgunderson@bigfoot.comAdd some hairy magic for removing excess namespaces.
2008-04-21 sgunderson@bigfoot.comSlightly less insane cross-document imports.
2008-04-21 sgunderson@bigfoot.comReinstate own_clone_node. All php5 tests pass!
2008-04-21 sgunderson@bigfoot.comFix including in php5.
2008-04-21 sgunderson@bigfoot.comTry to get DOM insertion fixed.
2008-04-21 sgunderson@bigfoot.comUse "real" document fragments instead of our own hacks.
2008-04-21 sgunderson@bigfoot.comLet's see if cloneNode() is fixed after all...
2008-04-21 sgunderson@bigfoot.comMore cloning fixes. clone.xml doesn't pass, but it...
2008-04-21 sgunderson@bigfoot.comMore cloning fixes for php5.
2008-04-21 sgunderson@bigfoot.comSlightly more insane php5 namespace cloning stuff.
2008-04-21 sgunderson@bigfoot.comSome fixes for php5 cloning. Still doesn't work properly.
2008-04-21 sgunderson@bigfoot.comFix cleaning, using the first undocumented method ...
2008-04-21 sgunderson@bigfoot.comMore style fixes for php5.
2008-04-21 sgunderson@bigfoot.comFix php5 node iteration. passthru passes.
2008-04-21 sgunderson@bigfoot.comFirst round of style changes to php5 just to make it...
2008-04-21 sgunderson@bigfoot.comAdd php5 (not working yet, just copied php4/).
2008-04-21 sgunderson@bigfoot.comRename php -> php4.
2008-04-21 sgunderson@bigfoot.comAdd a test for repeated t:id replacing.
2007-03-01 sgunderson@bigfoot.comUpdate intro.txt for the new XML header that's needed...
next