dbertoni2003/02/10 15:43:54
Modified:c/src/XPath XPath.cpp
Log:
Removed extraneous code.
Revision ChangesPath
1.90 +0 -2 xml-xalan/c/src/XPath/XPath.cpp
Index: XPath.cpp
===
RCS file: /home
dbertoni2003/01/22 18:23:11
Modified:c/src/XPath XPath.cpp
Log:
Fix for bug 16276.
Revision ChangesPath
1.89 +34 -1 xml-xalan/c/src/XPath/XPath.cpp
Index: XPath.cpp
===
RCS file: /home/cvs/x
dbertoni2003/01/13 17:17:15
Modified:c/src/XPath XPath.cpp
Log:
Fix for bug 15983. Make sure findNamespace() returns nodes in the proper order.
Revision ChangesPath
1.88 +7 -3 xml-xalan/c/src/XPath/XPath.cpp
Index: XPath.cpp
=
dbertoni2003/01/06 16:40:30
Modified:c/src/XPath XPath.cpp XPath.hpp XPathExpression.cpp
XPathExpression.hpp
Log:
New code to "inline" more XPath functions.
Revision ChangesPath
1.87 +66 -0 xml-xalan/c/src/XPath/XPath.cpp
Index: XPath
dbertoni2003/01/03 13:46:35
Modified:c/src/XPath XPath.cpp XPath.hpp XPathProcessorImpl.cpp
Log:
Implemented another "inline" function.
Revision ChangesPath
1.86 +72 -6 xml-xalan/c/src/XPath/XPath.cpp
Index: XPath.cpp
==
dbertoni2003/01/03 00:04:25
Modified:c/src/XPath XPath.cpp XPath.hpp XPathExpression.cpp
XPathExpression.hpp XPathProcessorImpl.cpp
XPathProcessorImpl.hpp
Log:
New code to "inline" more XPath functions.
Revision ChangesPath
dbertoni2002/12/20 16:56:38
Modified:c/src/XPath XPath.cpp
Log:
Experimental code to avoid using getPreviousSibling(). This code is not active.
Revision ChangesPath
1.83 +42 -0 xml-xalan/c/src/XPath/XPath.cpp
Index: XPath.cpp
=
dbertoni2002/12/04 17:43:29
Modified:c/src/XPath XPath.cpp XPathExecutionContextDefault.cpp
XPathProcessorImpl.cpp XPathProcessorImpl.hpp
Log:
Remove use of exception throwing for last() in match pattern.
Revision ChangesPath
1.82 +6 -2 x
dbertoni2002/11/25 18:11:26
Modified:c/src/XPath XPath.cpp
Log:
Replaced use of equals() function with operator==.
Revision ChangesPath
1.81 +16 -17xml-xalan/c/src/XPath/XPath.cpp
Index: XPath.cpp
===
dbertoni2002/11/20 10:42:21
Modified:c/src/XPath XPath.cpp
Log:
Removed obsolete forward declaration.
Revision ChangesPath
1.79 +0 -1 xml-xalan/c/src/XPath/XPath.cpp
Index: XPath.cpp
===
RC
dbertoni2002/10/10 18:57:46
Modified:c/src/XPath XPath.cpp
Log:
Added some asserts.
Revision ChangesPath
1.78 +14 -0 xml-xalan/c/src/XPath/XPath.cpp
Index: XPath.cpp
===
RCS file: /home/cvs
dbertoni2002/09/25 22:12:34
Modified:c/src/XPath XPath.cpp XPath.hpp
Log:
New overoads and inlines.
Revision ChangesPath
1.77 +0 -27 xml-xalan/c/src/XPath/XPath.cpp
Index: XPath.cpp
===
RCS
dbertoni2002/09/25 21:04:44
Modified:c/src/XPath XPath.cpp
Log:
Make sure document order is set properly.
Revision ChangesPath
1.76 +2 -0 xml-xalan/c/src/XPath/XPath.cpp
Index: XPath.cpp
===
dbertoni2002/09/25 16:35:28
Modified:c/src/XPath XPath.cpp
Log:
Make sure nodes are always added in document order.
Revision ChangesPath
1.75 +3 -1 xml-xalan/c/src/XPath/XPath.cpp
Index: XPath.cpp
=
dbertoni2002/09/18 22:19:31
Modified:c/src/XPath XPath.cpp
Log:
Use local name instead of value for matching namespaces.
Revision ChangesPath
1.74 +2 -2 xml-xalan/c/src/XPath/XPath.cpp
Index: XPath.cpp
dbertoni2002/09/04 18:38:03
Modified:c/src/XPath XPath.cpp XPath.hpp XPathInit.cpp
XPathProcessorImpl.cpp XPathProcessorImpl.hpp
Log:
Reduce start-up dynamic memory utilization.
Revision ChangesPath
1.73 +83 -50xml-xalan/c/src/XPath/XPath
dbertoni2002/07/10 17:29:11
Modified:c/src/XPath XPath.cpp XPath.hpp
Log:
New overload for getMatchScore() and new optimization for positional predicates in
match patterns.
Revision ChangesPath
1.72 +79 -23xml-xalan/c/src/XPath/XPath.cpp
Index: XPath.cpp
dbertoni2002/06/26 23:16:04
Modified:c/src/XPath XPath.cpp
Log:
More efficient implementation of predicates. Cleaned up unnecessary temporaries.
Revision ChangesPath
1.71 +152 -203 xml-xalan/c/src/XPath/XPath.cpp
Index: XPath.cpp
===
dbertoni02/04/16 22:33:43
Modified:c/src/XPath XPath.cpp
Log:
Added pragma for Microsoft to prevent inlining.
Revision ChangesPath
1.69 +5 -0 xml-xalan/c/src/XPath/XPath.cpp
Index: XPath.cpp
===
dbertoni02/04/02 21:13:10
Modified:c/src/XPath XPath.cpp XPathExpression.cpp
XPathExpression.hpp XPathProcessorImpl.cpp
XPathProcessorImpl.hpp
Log:
Experimental implementation that encodes information about position predicates in
matc
dbertoni01/11/30 14:11:21
Modified:c/src/XPath XPath.cpp
Log:
Added node list optimizations.
Revision ChangesPath
1.66 +41 -1 xml-xalan/c/src/XPath/XPath.cpp
Index: XPath.cpp
===
RCS file:
dbertoni01/07/17 21:23:34
Modified:c/src/XPath XPath.cpp
Log:
Don't make extra copy of the XObjectPtr returned from running and extension function.
Revision ChangesPath
1.59 +3 -6 xml-xalan/c/src/XPath/XPath.cpp
Index: XPath.cpp
=
dbertoni01/07/11 21:35:58
Modified:c/src/XPath XPath.cpp XPath.hpp XPathException.cpp
XPathException.hpp XPathParserException.cpp
XPathParserException.hpp XPathProcessor.hpp
XPathProcessorImpl.cpp XPathProcessorImpl
dbertoni01/06/27 11:26:12
Modified:c/src/XPath XPath.cpp XPath.hpp
Log:
Map node() to different pseudo-names.
Revision ChangesPath
1.55 +6 -2 xml-xalan/c/src/XPath/XPath.cpp
Index: XPath.cpp
===
dbertoni01/06/25 08:16:23
Modified:c/src/XPath XPath.cpp
Log:
Removed try/catch block now that an exception is being thrown by getVariable().
Revision ChangesPath
1.54 +1 -14 xml-xalan/c/src/XPath/XPath.cpp
Index: XPath.cpp
===
25 matches
Mail list logo