[4suite-checkins] [XPATH_OPTIMIZATIONS-branch] In 4Suite/packages,
files Xml.pkg
Jeremy Kloth
jkloth at 4suite.org
Mon Dec 4 00:56:53 MST 2006
Branch: XPATH_OPTIMIZATIONS-branch
Modified Files:
Xml.pkg
Log Message:
Preliminary optimizations for XPath. It may or may not work on others'
machines, but it is time that these optimizations see the light of day.
This will be the only way to ensure they work 100% and can be incorporated
into the trunk.
ViewCVS diff:
http://cvs.4suite.org/viewcvs/4Suite/packages/Xml.pkg.diff?r1=1.44&r2=1.44.2.1
ViewCVS view:
http://cvs.4suite.org/viewcvs/4Suite/packages/Xml.pkg?rev=1.44.2.1&content-type=text/vnd.viewcvs-markup
Index: Xml.pkg
===================================================================
RCS file: /var/local/cvsroot/4Suite/packages/Xml.pkg,v
retrieving revision 1.44
retrieving revision 1.44.2.1
diff -U2 -r1.44 -r1.44.2.1
--- Xml.pkg 27 Nov 2006 16:29:31 -0000 1.44
+++ Xml.pkg 4 Dec 2006 07:56:53 -0000 1.44.2.1
@@ -127,4 +127,20 @@
sources=['Ft/Xml/src/xmlstring.c'],
),
+ Extension('Ft.Xml.XPath.cDataTypes',
+ include_dirs=['Ft/Xml/src', 'Ft/Xml/src/domlette'],
+ sources=['Ft/Xml/XPath/src/DataTypes.c'],
+ ),
+ Extension('Ft.Xml.XPath.cAxes',
+ include_dirs=['Ft/Xml/src', 'Ft/Xml/src/domlette'],
+ sources=['Ft/Xml/XPath/src/Axes.c'],
+ ),
+ Extension('Ft.Xml.XPath.cNodeTests',
+ include_dirs=['Ft/Xml/src', 'Ft/Xml/src/domlette'],
+ sources=['Ft/Xml/XPath/src/NodeTests.c'],
+ ),
+ Extension('Ft.Xml.XPath.cPaths',
+ include_dirs=['Ft/Xml/src', 'Ft/Xml/src/domlette'],
+ sources=['Ft/Xml/XPath/src/Paths.c'],
+ ),
Extension('Ft.Xml.cDomlettec',
define_macros=[('HAVE_EXPAT_CONFIG_H', None),
More information about the 4suite-checkins
mailing list