Commit graph

12 commits

Author SHA1 Message Date
Jez Higgins
69f040133b execution context 2012-11-08 17:13:33 +00:00
Jez Higgins
da3143bd67 variable_impl 2012-11-06 20:27:20 +00:00
Jez Higgins
cb1e7d3f24 variable_impl 2012-11-06 20:21:39 +00:00
Jez Higgins
25e0671eb2 withparam 2012-11-06 08:14:07 +00:00
Jez Higgins
c58ae015b8 withparam 2012-11-06 08:11:27 +00:00
Jez Higgins
2a83b64cf3 genericised childelement 2012-11-04 22:34:40 +00:00
jez
db940c9b78 Pass select by const ref not by value 2009-08-18 20:42:37 +01:00
jez
9b70ca5187 rather large commit, propagating the QualifiedName changes through the NamespaceSupport and Tracker, simplifying item names in XSLT and so on. 2009-02-24 12:21:35 +00:00
jez
f610d739fe More work on rejigging precedence.
Templates are now constructed with their precedence.
Variables are too, with a tweak to allow for the immediate evaluation of non-topl-level params and vars.
The execution context now no longer needs to track variable precedence, which is good because it will be getting it wrong anyway.
Corresponding simplifications follow to compliation context.
2008-11-19 17:26:07 +00:00
jez
b187cc1667 Removed use of boost:ptr_vector. Turns out that std::vector<boost::ptr_vector<something> > won't compile.
Also see http://sourceforge.net/mailarchive/message.php?msg_name=2103b1960807291110y5f0063eaqb4c855f5aa56974e%40mail.gmail.com and discussion for bonus reason.
2008-08-06 11:48:06 +01:00
jez
adbdb31f65 passed parameters are now unpassed when they aren't needed any more, removing them from the current stack frame. that may not match you idea of what a stack frame actually is (mine too, if I'm honest) but it's a straightforward change to fix a bug 2007-10-26 23:21:21 +00:00
jez
d30bba750e merged with mangle-dev branch 2007-07-19 17:01:42 +00:00