Commit graph

  • 110d524d2a ignore xslt_test and xslt_test_wide return values main Jez Higgins 2024-11-06 10:58:38 +0000
  • f164faa3f1 if I'm going to maintain this, it should be my name as the contact Jez Higgins 2024-11-06 10:51:20 +0000
  • 031d9ecc75 xslt tests: reformatted 91758 reference output Jez Higgins 2024-09-10 12:32:51 +0100
  • adfc70849d xslt: flush rather than endl for messages Jez Higgins 2024-09-10 12:31:45 +0100
  • 3454ba8809 mangle: direct messages to std::cerr rather than collecting them up into a stringstream Jez Higgins 2024-09-10 12:09:36 +0100
  • bbbdcf7593 xslt: flush xsl:message output as we go Jez Higgins 2024-09-10 12:09:09 +0100
  • 8a3ca80b15 Updated the expacted fails with some new annotations Jez Higgins 2024-09-10 10:52:45 +0100
  • 952e71da02 Remove std::unary_function base class Jez Higgins 2024-09-10 09:34:42 +0100
  • 09ebc8baa3 update copyright date Jez Higgins 2024-09-09 22:19:58 +0100
  • 39b493e2e9 More test harnesses Jez Higgins 2024-09-09 22:10:57 +0100
  • 2fbdbfdb70 pulled in CTest so I can start hooking up test targets Jez Higgins 2024-09-08 21:33:26 +0100
  • 574803f9c8 Can now configure with Xerces Jez Higgins 2024-09-08 21:12:15 +0100
  • c4b21e5fee Can now properly configure build to use either Expat or libxml2 Jez Higgins 2024-09-03 15:49:31 +0100
  • 93ab4b064d Set ARABICA_USE_EXPAT flag in ArabicaConfig.hpp properly Jez Higgins 2024-09-03 10:11:47 +0100
  • 8182136f15 the CMake build isn't quite there - first small step forward Jez Higgins 2024-09-02 22:24:03 +0100
  • 0f89518961 fixup cmake build Jez Higgins 2024-09-02 21:58:45 +0100
  • 5ac36b78d4 Bin out all the automake scaffolding. Jez Higgins 2024-09-02 21:29:15 +0100
  • 25a2f36c5e bin out all the VS build files - we're going with CMake all the way Jez Higgins 2024-09-02 21:23:49 +0100
  • 2be1332e8c Update copyright date Jez Higgins 2024-09-02 21:08:07 +0100
  • 7e5dd1b966 Fix potential buffer overrun handling libxml2 error Jez Higgins 2020-08-17 09:35:31 +0100
  • 4a1eea6c74 Remove reference to XercesProperty/FeatureNames Jez Higgins 2020-08-17 09:32:51 +0100
  • d545ab3bba Reworked to avoid call to string_adaptor::append Jez Higgins 2020-06-25 16:34:37 +0100
  • 8bebc65ddc Ripped out Xerces feature and property names Jez Higgins 2020-06-25 16:33:55 +0100
  • c37d974e47 Properly parameterise PYXWriter and SAX tests on string type Jez Higgins 2020-06-25 15:09:50 +0100
  • 0f0c4e85ec
    Fixed link master Jez Higgins 2020-04-25 15:30:30 +0100
  • cd99dba691 Update README with april 2020 release Jez Higgins 2020-04-25 15:26:49 +0100
  • f89c8042d2
    Merge pull request #21 from jezhiggins/die-autoptr-die Jez Higgins 2020-04-25 12:26:17 +0100
  • c34ca2cd42 Merge branch 'master' into die-autoptr-die 2020-April Jez Higgins 2020-04-23 16:20:24 +0100
  • 7f88a649fb
    Merge pull request #12 from eburkitt/initial-clean-compile Jez Higgins 2020-04-23 16:18:57 +0100
  • 6659a9f259 Merge branch 'master' into die-autoptr-die Jez Higgins 2020-04-23 15:45:24 +0100
  • e4f582c013
    Merge pull request #13 from lukasobr/master Jez Higgins 2020-04-23 15:43:49 +0100
  • ab1c98b5a0
    Note about upcoming maintenance release. Jez Higgins 2020-04-17 13:08:17 +0100
  • f70862004d Swapped auto_ptr for unique_ptr in Xerces wrapper Jez Higgins 2020-04-17 12:06:01 +0100
  • 6bf75264de Completely removed XMLReader setProperty and getProperty member functions. Jez Higgins 2020-04-16 20:23:59 +0100
  • 18e1da2f93 Replaced auto_ptr with unique_ptr in CppUnit Jez Higgins 2020-04-16 19:43:13 +0100
  • e08ca80bb1 Remove ParserAdaptor.hpp references from build files Jez Higgins 2020-04-16 16:51:41 +0100
  • 127cc8bac1 Corrected SAX tests for std::unique_ptr change Jez Higgins 2020-04-16 00:06:30 +0100
  • c4713e9a7b Removed ParserAdaptor.hpp Jez Higgins 2020-04-15 23:55:18 +0100
  • 36b3cd8a76 Replace auto_ptr with unique_ptr in XPath compiler Jez Higgins 2020-04-15 23:20:50 +0100
  • 6674947a12 Got rid of auto_ptr in the XSLT stylesheet compiler Jez Higgins 2020-04-15 23:05:47 +0100
  • a7ff4b9a1b InputSource - Replaced use of std::auto_ptr with std::unique_ptr Jez Higgins 2020-04-15 21:01:14 +0100
  • 31fbc41873 Require C++ 14 Jez Higgins 2020-04-15 20:54:14 +0100
  • 01ada020de Use string_adaptor::empty instead of trying to call .empty on the string object Jez Higgins 2020-04-15 20:29:55 +0100
  • 7c0df3fbb5 Move version to 2020-April Jez Higgins 2020-04-15 20:29:35 +0100
  • 2705a9ffa2
    Merge pull request #20 from BenKeyFSI/master Jez Higgins 2020-03-18 10:52:50 +0000
  • 0bd386630c Ported Arabica to VS2019. 2020-February BenKeyFSI 2020-02-15 20:07:06 -0600
  • a202766827
    Merge pull request #19 from BenKeyFSI/master Jez Higgins 2018-05-14 10:31:55 +0100
  • 82bf99c015 Corrected value of VCSubDir for VS2017. Ben Key 2018-05-05 14:33:54 -0500
  • aedc6d5c14 Merge remote-tracking branch 'upstream/master' BenKeyFSI 2018-04-29 21:30:35 -0500
  • 7e43502e0f Fixed an error in Arabica.props. BenKeyFSI 2018-04-29 21:25:37 -0500
  • f47d52d598
    Merge pull request #16 from BenKeyFSI/master Jez Higgins 2018-04-07 11:02:12 +0100
  • 744a6e9133 Added support for VS2017. BenKeyFSI 2018-04-06 02:05:01 -0500
  • a5a4d4613e Resolved warnings. Ben Key 2016-04-03 06:00:29 -0500
  • 33d52bf39b Applied a change necessary for JAWS. Ben Key 2016-04-03 04:32:27 -0500
  • 99fd2cf41a Resolved 64-bit specific warnings. Ben Key 2016-04-03 04:19:09 -0500
  • 50fc53d940 Added 64-bit project configurations. Ben Key 2016-04-03 04:18:29 -0500
  • f55515f9f3 Added items to .gitignore. Ben Key 2016-04-03 02:49:48 -0500
  • 5885afe6b2 Resolved 64-bit specific warnings. Ben Key 2016-04-03 02:48:33 -0500
  • d656edc28b Added project files for VS2013 and VS2015. Ben Key 2016-04-03 01:53:39 -0500
  • ac45b99720
    Merge pull request #18 from RWTH-ACS/cmake-package Jez Higgins 2017-11-28 10:29:49 +0000
  • b939a135e3 add CPack configuration to build DEB and RPM packages Steffen Vogel 2017-11-17 11:19:44 +0100
  • afece35e60 minor cleanups Steffen Vogel 2017-11-15 17:10:02 +0100
  • c63de3b6f7 cmake: harmonization of ${PROJECT_NAME} and ${LIB_NAME} Steffen Vogel 2017-10-25 19:20:21 +0200
  • 3c28d8ccbf cmake: fix installation Steffen Vogel 2017-10-25 19:19:10 +0200
  • d3b109d073 updated BZR and Git ignores Steffen Vogel 2017-10-23 11:08:47 +0200
  • 4c9d251325 cmake: added install target Steffen Vogel 2017-10-23 10:38:35 +0200
  • 1f2ff0c605 windows: export all symbols in DLL Steffen Vogel 2017-10-23 10:37:57 +0200
  • aac23dcda8 added option to build Arabica as a shared library Steffen Vogel 2017-10-23 10:37:26 +0200
  • 94aa5510f1 Merge pull request #17 from RWTH-ACS/master Jez Higgins 2017-10-08 23:06:01 +0100
  • ec9bc8a3b6 Merge c796cf458f into b5ab1a3856 chardmeier 2017-05-16 15:35:18 +0000
  • b5ab1a3856 cp README.md README to keep both github and autoreconf happy Jez Higgins 2017-05-05 07:34:34 +0100
  • dad533c9e5 better title Jez Higgins 2017-05-04 13:35:39 +0100
  • 6fd366a323 updated copyright date Jez Higgins 2017-05-04 13:33:26 +0100
  • 7ada139151 Merge branch 'master' of github.com:jezhiggins/arabica Jez Higgins 2017-05-04 13:32:58 +0100
  • 8c85a84920 Updated README Jez Higgins 2017-05-04 13:31:41 +0100
  • 25388d9eed Merge 3c047bae33 into b3d79449b5 Quentin Fiard 2017-04-25 13:51:42 +0000
  • c5de6cacf8 Include directories and compile definitions are now target properties Daniel Knibbe 2016-11-04 16:29:01 +0100
  • 89943ec4a8 Removed duplicate cmake files Daniel Knibbe 2016-11-04 15:51:17 +0100
  • c547fd279d Rewrote generation of ArabicaConfig.hpp in CMakeLists.txt Daniel Knibbe 2016-11-04 15:36:15 +0100
  • c0d9c799fa Removed unused compile definition Daniel Knibbe 2016-11-04 10:22:35 +0100
  • 36885daf20 CMakeLists.txt - boost is now a required package Daniel Knibbe 2016-11-04 10:19:59 +0100
  • e8e5846bf2 Added #include <algorithm> for some files in order to compile with MVSC Daniel Knibbe 2016-10-28 15:21:17 +0200
  • c796cf458f Merge original jezhiggins/arabica Sebastian Schleussner 2016-07-04 14:22:14 +0200
  • b3d79449b5 Bumped date to January 2016 2016-January Jez Higgins 2016-02-14 18:49:06 +0000
  • 4ca142f145 Updated HOWTOBUILD Jez Higgins 2015-12-23 13:01:38 +0000
  • d9e671acc4 Ignore ltmain.sh Jez Higgins 2015-12-23 12:57:39 +0000
  • dc6366e5b2 Merge branch 'master' of https://github.com/jezhiggins/arabica Jez Higgins 2015-12-23 12:47:14 +0000
  • ba7ad2a013 Update configure.ac Jez Higgins 2015-12-11 19:52:10 +0000
  • 191bb651de Merge branch 'master' of https://github.com/jezhiggins/arabica Jez Higgins 2015-12-11 15:42:42 +0000
  • 13f23f7e90 Removed events Jez Higgins 2015-12-09 23:03:49 +0000
  • 6020db104a Ignore test logs Jez Higgins 2015-12-02 23:15:43 +0000
  • 478ba662c0 Removed m4 macros provided by autotools Jez Higgins 2015-12-02 22:56:40 +0000
  • 431d667fac Bring configure.ac up to date so automate doesn't complain about subdir-objects Jez Higgins 2015-12-02 22:52:09 +0000
  • 35d9913b08 added a couple more things Jez Higgins 2015-03-25 17:32:44 +0000
  • aa21fa7aa0 remove extraneous brackets Jez Higgins 2015-03-25 17:31:58 +0000
  • 941d3854c9 Prevent unnecessary rebuilds. Christian Hardmeier 2015-01-23 16:03:07 +0100
  • 7478cdb9fa Fix the CDATA start constant Lukas Obrdlik 2014-10-22 12:10:13 +0200
  • 772cd0bfe9 Fix the MS XML wrapper on W8.1 Lukas Obrdlik 2014-10-22 12:07:29 +0200
  • 998260bdfc Fix long -> unsigned long long size mismatch in function return value. Add #include <algorithm> to declare std::max for MS VS2013, at least. Evan Burkitt 2014-06-11 18:15:54 -0700
  • da1dcebe7f Quick and dirty fix to allow the unit tests to pass Quentin Fiard 2014-02-28 01:38:23 +0000