Commit Graph

  • 29e42bb25f tests: Added more node tests arseny.kapoulkine 2009-10-11 08:39:40 +0000
  • b50199492b Fixed offset_debug for pi nodes arseny.kapoulkine 2009-10-11 07:47:43 +0000
  • e350e9553c tests: Added more node/attribute tests arseny.kapoulkine 2009-10-11 07:47:28 +0000
  • e11a81455a tests: Added more node/attribute tests arseny.kapoulkine 2009-10-11 06:49:30 +0000
  • 6ff7e79575 tests: Added more node/attribute tests arseny.kapoulkine 2009-10-10 21:58:44 +0000
  • 6db04f4320 tests: Added simple test framework, added a couple of tests arseny.kapoulkine 2009-10-10 21:36:03 +0000
  • ab28c3b45e Minor build framework fixes arseny.kapoulkine 2009-10-10 20:48:55 +0000
  • 52aa5325f3 Initial test building support along with a stub test file arseny.kapoulkine 2009-10-10 20:14:04 +0000
  • 78eddacef5 XPath: translate() function fixed arseny.kapoulkine 2009-10-10 10:12:43 +0000
  • 7209359dfe Fixed documentation changelog arseny.kapoulkine 2009-10-09 18:10:33 +0000
  • 2530e304a5 Updated changelog once more arseny.kapoulkine 2009-09-17 18:29:58 +0000
  • 27b7f61525 Updated changelog arseny.kapoulkine 2009-09-17 18:27:06 +0000
  • ca8a2a450c Updated doxygen-generated documentation arseny.kapoulkine 2009-09-17 18:20:49 +0000
  • 10b1a0c481 Changed header version arseny.kapoulkine 2009-09-17 18:19:44 +0000
  • fcce7152ac Fixed compilation warnings on BCC arseny.kapoulkine 2009-09-17 18:14:05 +0000
  • 01d8a24051 Added xml_attribute::set_value overloads arseny.kapoulkine 2009-09-17 18:02:21 +0000
  • 3a9e08becd Fixed iterator functions and xml_node::print to work correctly with empty nodes, replaced empty() with direct _root/_attr check everywhere arseny.kapoulkine 2009-08-31 14:11:23 +0000
  • bc98c9e585 Added optional PUGIXML_API, PUGIXML_CLASS and PUGIXML_FUNCTION defines to control class/function attributes (DLL export/import, calling conventions, etc.) arseny.kapoulkine 2009-08-31 13:40:20 +0000
  • 530b0dec21 Fixed xml_node::all_elements_by_name include dependencies arseny.kapoulkine 2009-08-31 12:32:21 +0000
  • 7797d49ed6 XPath fixes (now it should fail to compile incorrect queries) arseny.kapoulkine 2009-08-31 12:28:20 +0000
  • 0eb2da4686 Fix multithreaded XPath evaluation arseny.kapoulkine 2009-06-24 12:05:56 +0000
  • c95b553a81 Fixed destroying of attribute/node name/values (it now uses custom deallocation function, if any) arseny.kapoulkine 2009-04-10 10:06:47 +0000
  • 1e37455c1b Const-correctness fixes for find_child_by_attribute arseny.kapoulkine 2009-03-29 06:37:39 +0000
  • 9e3d8be0d0 Fixed compilation warning for gcc-4.3 arseny.kapoulkine 2009-03-04 22:11:06 +0000
  • e5bd53e319 Fixed compilation warning in case char type is signed arseny.kapoulkine 2009-02-28 18:00:42 +0000
  • a3ef08eed7 Updated version (source, documentation) arseny.kapoulkine 2009-02-08 07:44:14 +0000
  • af27b0937b Fixed bug in xml_buffer_writer::write arseny.kapoulkine 2009-02-08 07:39:49 +0000
  • 3579de9141 Fixed nostl mode arseny.kapoulkine 2009-01-26 06:10:36 +0000
  • c20b3a73e2 Minor documentation fix arseny.kapoulkine 2009-01-25 21:40:33 +0000
  • 208a6b4ecc Documentation updated arseny.kapoulkine 2009-01-25 20:54:00 +0000
  • 46da814b42 Added xml_node::print for stream to make migration easier arseny.kapoulkine 2009-01-25 20:49:53 +0000
  • 600c3814e9 Added proper parse errors with description, parsed offsets and stuff arseny.kapoulkine 2009-01-25 20:40:10 +0000
  • 0949bd80b6 Added invalidate_document_order, now detaching deleted nodes and setting name/value to 0 after deleting (less bugs/debugging confusion) arseny.kapoulkine 2009-01-19 11:21:49 +0000
  • bf160df125 XPath: Fixed document order comparator (wrong attributes comparison in case of added ones, buggy LCA determination) arseny.kapoulkine 2009-01-19 11:18:34 +0000
  • f57ab52894 Added offset_debug arseny.kapoulkine 2009-01-18 11:44:57 +0000
  • 9bc19368f2 Added find_child_by_attribute arseny.kapoulkine 2009-01-18 11:18:35 +0000
  • 355d0f0697 Implemented attribute and node copying arseny.kapoulkine 2009-01-08 19:30:42 +0000
  • e305a07249 Custom memory management functions implemented arseny.kapoulkine 2009-01-06 13:14:13 +0000
  • 5054325378 Added node_declaration node type for <?xml nodes, added corresponding parse_declaration and format_no_declaration flags and parsing/saving/DOM functionality arseny.kapoulkine 2009-01-06 12:20:22 +0000
  • c507d9b10e Less header dependencies, some compilation fixes for Borland/Intel/MW compilers arseny.kapoulkine 2009-01-06 00:02:42 +0000
  • 5a2fa3fe50 Unsigned integer support for attributes (as_uint, operator=) arseny.kapoulkine 2009-01-05 22:47:35 +0000
  • 81ef99a27b Regenerated documentation arseny.kapoulkine 2009-01-05 22:34:32 +0000
  • 245e26de92 Updated pugixml version arseny.kapoulkine 2009-01-05 22:33:00 +0000
  • 5012e50dc1 Minor documentation update arseny.kapoulkine 2009-01-05 22:22:52 +0000
  • 29e7b7bfd3 Node/document saving is now performed via new xml_writer interface, save_file now works without STL arseny.kapoulkine 2009-01-05 22:16:46 +0000
  • e59c153d97 Compilation fix, renamed format_write_bom to format_write_bom_utf8 arseny.kapoulkine 2009-01-05 20:44:27 +0000
  • d2443e8948 Document saving improvements - no escaping is done for ' character or for symbols in second half of ASCII table; format_utf8 is therefore gone arseny.kapoulkine 2009-01-05 20:23:14 +0000
  • e516c967f9 Fixed documentation bug (parse() sample) arseny.kapoulkine 2009-01-05 19:59:42 +0000
  • 3ba642468c Removed std::min from XPath (macro problems, it was needed only once anyway) arseny.kapoulkine 2009-01-05 19:59:14 +0000
  • 2c06637bf8 Merged 0.34 in trunk (revisions 69:84) arseny.kapoulkine 2007-10-31 17:46:35 +0000
  • faf69388f0 Fixed find_element arseny.kapoulkine 2007-02-21 22:43:29 +0000
  • b0461a939a Removed redundant tree.png arseny.kapoulkine 2007-02-21 19:49:03 +0000
  • 0a97bad660 Merged 0.3 in trunk arseny.kapoulkine 2007-02-21 19:41:31 +0000
  • 58be69c574 Removed comments (cppguru does not want them), refactored chartype_symbol parsing, documentation fixes arseny.kapoulkine 2007-01-08 16:24:53 +0000
  • 9433bd5d62 Updated copyright notice, reworked internal parsing (completely different strategy for performing text conversions (EOL, etc.) - lazy gaps, reworked character classes) arseny.kapoulkine 2007-01-08 02:51:49 +0000
  • 2777da9faa Parsing flags refactoring (removed trim flags, eol flags merged together, escapes flags merged together, removed wnorm_pcdata flag, changed wnorm_attribute flag (it's space normalization + trimming now), fixed default flags, changed documentation accordingly arseny.kapoulkine 2007-01-05 20:05:10 +0000
  • 784235c5e6 STLPort warning fixed arseny.kapoulkine 2006-12-27 15:34:16 +0000
  • fd1432df88 Fixed strconv_t (incorrect skipping of non-escape symbols) arseny.kapoulkine 2006-12-14 11:56:53 +0000
  • 33c5406641 Fixed istream parsing (again) arseny.kapoulkine 2006-12-13 20:38:38 +0000
  • 5203fa2e22 Fixed istream loading arseny.kapoulkine 2006-12-13 20:35:20 +0000
  • 688bbe9290 More gcc fixes arseny.kapoulkine 2006-12-11 14:38:03 +0000
  • 79769db47c Now should compile on gcc without errors/warnings arseny.kapoulkine 2006-12-11 14:00:37 +0000
  • 9db5197f82 Default parsing mode now does not include parsing PI and comments. arseny.kapoulkine 2006-12-11 13:04:04 +0000
  • c1b5e15b95 Minor docs correction arseny.kapoulkine 2006-12-11 11:13:23 +0000
  • 849a677f6b Minor docs correction arseny.kapoulkine 2006-12-11 11:11:50 +0000
  • cb8fa5ff62 Documentation update arseny.kapoulkine 2006-12-08 14:59:45 +0000
  • 0d7e7a54f6 Fixed memory leak, correct behavior for several parse() on one parser arseny.kapoulkine 2006-12-08 14:38:34 +0000
  • 1ea53e16dd More NO_STL fixes arseny.kapoulkine 2006-12-08 14:25:56 +0000
  • 2164a1ddb5 Path and iterator fixes arseny.kapoulkine 2006-12-08 14:21:48 +0000
  • 2fdfe430a2 PUGIXML_NO_STL mode, transfer_ownership ctor/parse function arseny.kapoulkine 2006-12-08 14:18:07 +0000
  • 89076ef2e5 Fixed comment for node_pcdata type arseny.kapoulkine 2006-12-06 12:41:06 +0000
  • 44a433ba0e Added #include <istream> arseny.kapoulkine 2006-11-22 09:13:01 +0000
  • 6e12a6a274 Moved STL includes into header file arseny.kapoulkine 2006-11-22 09:09:10 +0000
  • 6c5afb3ae1 Docs update (comparison table) arseny.kapoulkine 2006-11-07 13:41:07 +0000
  • 535d932e04 Small docs update arseny.kapoulkine 2006-11-07 13:19:44 +0000
  • 55a37382ff Updated version number arseny.kapoulkine 2006-11-06 19:03:54 +0000
  • 965ca3b6ca Name/email updated in source files. arseny.kapoulkine 2006-11-06 19:02:21 +0000
  • ef50ba81d4 Updated documentation (email, name, license information, child_value and new eol flags, etc.) arseny.kapoulkine 2006-11-06 19:01:17 +0000
  • 9a5d7f62fd Added child_value and child_value_w helpers, added more eol handling flags, optimized strconv_t, fixed warnings in MSVC (W4), some inner refactoring, fixed child_value for empty nodes arseny.kapoulkine 2006-11-06 18:38:04 +0000
  • 69cc3fcb3a pugixml 0.1: sources and documentation arseny.kapoulkine 2006-11-06 18:31:28 +0000
  • 41b24d0905 Initial directory structure. (no author) 2006-11-06 18:25:25 +0000