d-led
17dd58b78c
endlines again?
2012-10-04 21:21:14 +02:00
d-led
3466f66e54
Merge branch 'initial'
2012-10-03 21:08:38 +02:00
d-led
3bc04b2032
ready for the first version tag
...
interface intended for use with 1-byte encodings and mostly default
parameters in the methods. No full documentation yet. To see the api,
consult the register_pugilua procedure
2012-10-03 21:07:07 +02:00
d-led
347ac65743
printing to string -> node.text
2012-10-03 19:14:08 +02:00
d-led
3e8bdc9a22
path and node selection
2012-10-03 19:11:09 +02:00
d-led
d8c65911ce
child removal and search by attribute
2012-10-03 18:57:55 +02:00
d-led
8d8de7da84
extended node addition
...
removed name clash with attribute addition
2012-10-03 18:45:44 +02:00
d-led
0c5b52744c
xml_node addition by type
2012-10-03 18:34:07 +02:00
d-led
98fe35ff0c
prototype attribute addition
2012-10-03 18:25:10 +02:00
d-led
578ed3c98a
attribute addition by name
2012-10-03 18:20:26 +02:00
d-led
bdeb57221b
xml_node navigation
2012-10-03 18:02:49 +02:00
d-led
3d2d6d4f67
attributes of xml_nodes traversable
2012-10-03 17:46:10 +02:00
d-led
07944e48c6
lxml_document not implementing lxml_node
...
returns root as xml_node instead
2012-10-03 17:18:41 +02:00
d-led
c19c128c9f
lxml_parse_result ok
2012-10-03 17:06:18 +02:00
d-led
442bcedaeb
update test
2012-10-03 13:28:37 +02:00
d-led
3ebc8b043a
lxml_attribute interface ok
2012-10-03 13:28:01 +02:00
d-led
44e2d0a334
lxpath_node and lxpath_node_set
2012-10-03 12:58:34 +02:00
d-led
9d169706de
started wrapping xml_xpath_node_set
2012-10-02 20:20:53 +02:00
d-led
135ff898e2
normalization with .gitattributes
2012-10-02 19:34:47 +02:00
Dmitry Ledentsov
dc0922d024
Update README.md
2012-10-02 10:00:24 +03:00
Dmitry Ledentsov
7b6300707b
Update README.md
2012-10-02 10:00:10 +03:00
d-led
d20b9b5a96
missing valid methods, README
2012-10-02 06:49:35 +02:00
d-led
d3f972a073
valid, child and name methods
...
right now the bound classes for document and node do not have
inheritance; some methods have to be repeated, hence.
2012-10-01 23:36:48 +02:00
d-led
0ac3e01d56
moved to contrib directory
2012-10-01 22:46:52 +02:00
d-led
ee4625d394
initial commit
2012-10-01 22:42:05 +02:00
d-led
2801660de8
lua wrapper for pugixml using luabridge\n todo: proper project description
2012-10-01 22:39:56 +02:00
arseny.kapoulkine@gmail.com
2876af6773
Fix find_child_by_attribute assertion for attributes with null name/value.
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@920 99668b35-9821-0410-8761-19e4c4f06640
2012-09-29 06:36:29 +00:00
arseny.kapoulkine@gmail.com
ff715f672f
Add xml_object_range::iterator to work around Boost.ForEach errors without BOOST_FOREACH_RUN_TIME_CONST_RVALUE_DETECTION feature (i.e. SunCC 12). Fixes issue 164.
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@919 99668b35-9821-0410-8761-19e4c4f06640
2012-08-02 09:22:43 +00:00
arseny.kapoulkine@gmail.com
1c82e0cf7d
scripts: Allow to customize library install location for CMake
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@918 99668b35-9821-0410-8761-19e4c4f06640
2012-07-03 15:04:48 +00:00
arseny.kapoulkine@gmail.com
215ecbcff6
Add PUGIXML_CLASS to xml_named_node_iterator to make dllexport possible. Fixes issue 161.
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@917 99668b35-9821-0410-8761-19e4c4f06640
2012-06-28 15:36:58 +00:00
arseny.kapoulkine@gmail.com
a9a537ad40
Iterator improvements: safety assertions in xml_named_node_iterator, const_cast workaround for BCC32 bug
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@915 99668b35-9821-0410-8761-19e4c4f06640
2012-05-02 15:38:09 +00:00
arseny.kapoulkine@gmail.com
a50f47f805
docs: Regenerated HTML documentation
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@910 99668b35-9821-0410-8761-19e4c4f06640
2012-04-30 15:37:36 +00:00
arseny.kapoulkine@gmail.com
22a999f7e4
docs: Several typo fixes
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@909 99668b35-9821-0410-8761-19e4c4f06640
2012-04-30 15:37:08 +00:00
arseny.kapoulkine@gmail.com
7e71534577
docs: Regenerated HTML documentation
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@908 99668b35-9821-0410-8761-19e4c4f06640
2012-04-29 22:51:21 +00:00
arseny.kapoulkine@gmail.com
a1f4ff0467
docs: Added xml_text documentation
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@907 99668b35-9821-0410-8761-19e4c4f06640
2012-04-29 22:50:43 +00:00
arseny.kapoulkine@gmail.com
fadead179c
docs: Documented adding custom declaration node. Fixes issue 155.
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@906 99668b35-9821-0410-8761-19e4c4f06640
2012-04-29 21:13:08 +00:00
arseny.kapoulkine@gmail.com
879f3bd954
docs: Included range-based for information in quickstart, other minor tweaks
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@905 99668b35-9821-0410-8761-19e4c4f06640
2012-04-29 18:06:12 +00:00
arseny.kapoulkine@gmail.com
9b57b1bdd7
docs: Added range-based for documentation and sample
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@904 99668b35-9821-0410-8761-19e4c4f06640
2012-04-29 17:58:05 +00:00
arseny.kapoulkine@gmail.com
420a6fe9d5
docs: Added header-only mode documentation
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@903 99668b35-9821-0410-8761-19e4c4f06640
2012-04-29 17:29:50 +00:00
arseny.kapoulkine@gmail.com
89cde98e20
docs: Updated changelog, documented xml_attribute::as_string and customizable default value for xml_attribute::as_*
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@902 99668b35-9821-0410-8761-19e4c4f06640
2012-04-28 20:27:30 +00:00
arseny.kapoulkine@gmail.com
b1a1eef0c8
Removed diag_push for SNC since the warning bug is not fixed even in the latest version
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@901 99668b35-9821-0410-8761-19e4c4f06640
2012-04-12 03:28:02 +00:00
arseny.kapoulkine@gmail.com
78f8662d33
scripts: Updated CMakeLists.txt to match the Gentoo distribution version more closely (install header files into include/ - this is how Fedora's distribution is set up too)
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@900 99668b35-9821-0410-8761-19e4c4f06640
2012-04-09 06:08:12 +00:00
arseny.kapoulkine@gmail.com
593e90e22c
docs: Updated copyright year
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@899 99668b35-9821-0410-8761-19e4c4f06640
2012-04-04 02:01:50 +00:00
arseny.kapoulkine@gmail.com
4a2d398a07
tests: Fixed PUGIXML_NO_STL compilation
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@898 99668b35-9821-0410-8761-19e4c4f06640
2012-04-04 02:01:22 +00:00
arseny.kapoulkine@gmail.com
bda8e935e9
Updated version number and copyright year everywhere
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@897 99668b35-9821-0410-8761-19e4c4f06640
2012-04-03 05:04:07 +00:00
arseny.kapoulkine@gmail.com
7d18b33292
Whitespace-only change: set noexpandtab & retab!
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@896 99668b35-9821-0410-8761-19e4c4f06640
2012-04-03 04:58:11 +00:00
arseny.kapoulkine@gmail.com
cb1d83d32a
Fixed xml_named_node_iterator category for MSVC6/7, IC8 and SunCC
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@895 99668b35-9821-0410-8761-19e4c4f06640
2012-04-03 04:47:14 +00:00
arseny.kapoulkine@gmail.com
a47bd44953
tests: Added tests for as_string and default values in as_*
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@894 99668b35-9821-0410-8761-19e4c4f06640
2012-04-03 04:44:54 +00:00
arseny.kapoulkine@gmail.com
40777b2ce1
Added xml_attribute::as_string and xml_text::as_string, added default value to all as_* member functions
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@893 99668b35-9821-0410-8761-19e4c4f06640
2012-04-03 04:44:36 +00:00
arseny.kapoulkine@gmail.com
f4ac43c549
tests: Added xml_named_node_iterator tests
...
git-svn-id: http://pugixml.googlecode.com/svn/trunk@892 99668b35-9821-0410-8761-19e4c4f06640
2012-03-27 05:46:44 +00:00