-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangeLog
More file actions
130 lines (87 loc) · 4.02 KB
/
ChangeLog
File metadata and controls
130 lines (87 loc) · 4.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
2011-08-04 Thomas Krennwallner <tkren@kr.tuwien.ac.at>
* doxygen.am: Use dlvhex-common.
* doxygen.cfg: Likewise.
* m4/boost.m4: Likewise.
* m4/doxygen.m4: Likewise.
* include/xpathatom.hpp: Add copyright info.
* include/xpathplugin.hpp: Likewise.
* src/xpathatom.cpp: Likewise.
* src/xpathplugin.cpp: Likewise.
* testsuite/xpath-unittest.cpp: Likewise.
* NEWS: Describe changes.
* AUTHORS: Fix email.
2011-08-03 Thomas Krennwallner <tkren@kr.tuwien.ac.at>
* testsuite/xpath-unittest.cpp: Fix TOP_SRCDIR.
* configure.ac: Autogenerate HEX-files.
* examples/nobelprice.hex.in: Likewise.
* examples/scientists.hex.in: Likewise.
* examples/keywords.hex.in: Likewise.
* testsuite/Makefile.am (EXTRA_DIST): Use dlvhex-common for run-dlvhex-tests.sh.
(TESTS_ENVIRONMENT): Add EXAMPLESDIR, TESTDIR, and DLVHEX.
* examples/Makefile.am: Likewise.
* Makefile.am: Likewise.
2011-05-30 Peter Schueller <ps@kr.tuwien.ac.at>
* testsuite/Makefile.am: Added missing flags.
2011-04-22 Thomas Krennwallner <tkren@kr.tuwien.ac.at>
* testsuite/Makefile.am (EXTRA_DIST): Fix answerset_compare.py.
* testsuite/Makefile.am (LIBS): Link unit tests with LIBCURL.
* configure.ac: Likewise.
2011-04-19 Juergen Weinberger <gamsta@gmx.net>
* converted run-dlvhex-test.sh to refactored version.
* added answerset_compare.py.
* renamed static lib for unittests, conflicted with name convention.
2011-04-10 Juergen Weinberger <gamsta@gmx.net>
* added boost unittests
2011-04-09 Juergen Weinberger <gamsta@gmx.net>
* examples/tests moved to testsuite/tests
* run-dlvhex-tests.sh updated for new test dir
* testsuite/Makefile.am updated for new test dir
2010-09-28 Thomas Krennwallner <tkren@kr.tuwien.ac.at>
* testsuite/Makefile.am: Setup Boost.Test environment.
* testsuite/xpath-unittest.cpp: Likewise.
* examples/Makefile.am: Likewise.
* src/xpathplugin.cpp: Move PLUGINIMPORTFUNCTION here.
* include/xpathatom.hpp: Add include guards.
* include/xpathplugin.hpp: Likewise.
* configure.ac: Check for Boost.Test library.
* Makefile.am (SUBDIRS): Add testsuite.
* src/Makefile.am (AM_CPPFLAGS): Add BOOST_CPPFLAGS.
(noinst_LTLIBRARIES): Build a non-module libdlvhexxpath-test.la library.
2010-09-09 Thomas Krennwallner <tkren@kr.tuwien.ac.at>
* src/Makefile.am: Add LIBXML2_CFLAGS and LIBXML2_LIBS.
2010-09-09 Juergen Weinberger <gamsta@gmx.net>
* MyErrorhandler.cpp/.hpp: Removed no longer needed
* include/xpathatom.hpp: Removed xerces and xalan; added xmllib; refactored
* src/xpathatom.cpp: Removed xerces and xalan; added xmllib; refactored
* examples/: Moved the tests and the xml file to the example directory
* examples/tests: Moved the testscript and the answer files to the tests directory
* examples/Makefile.am: added makefile.am
* testsuit/: Removed
* Makefile.am: Xerces and Xalan dependencies removed and xmllib added; updated
* configure.ac: updated
2010-09-02 Juergen Weinberger <gamsta@gmx.net>
* include/: Seperated the classes into cpp and header files
* include/Makefile.am: Added
* include/xpathatom.hpp: Seperated the xpathatom in it's own file
* src/xpathatom.cpp: Seperated the xpathatom in it's own file
* src/xpathplugin.cpp: Refactored to work with the plugin interface again (boost::shared_ptr added)
* Makefile.am: Updated to use the include dir
* testsuit/run-dlvhex-test.sh: modified to work again
2010-07-01 Thomas Krennwallner <tkren@kr.tuwien.ac.at>
* m4/boost.m4: Updating to version currently used in dlvhex trunk.
* bootstrap.sh: Likewise.
* configure.ac (AC_INIT): Bump version to 1.7.0.
(BOOST_REQUIRE): Require boost >= 1.41.
Require libxml2 >= 0.25.
* README: Update.
* NEWS: Likewise.
* COPYING: New file.
* COPYING.LESSER: Likewise.
* AUTHORS: Add Juergen Weinberger.
2010-04-24 Thomas Krennwallner <tkren@kr.tuwien.ac.at>
* AUTHORS: Add necessary file.
* NEWS: Likewise.
2010-04-23 Thomas Krennwallner <tkren@kr.tuwien.ac.at>
* src/Makefile.am (AUTOMAKE_OPTIONS): Remove.
* testsuite/Makefile.am: Likewise.
* Makefile.am (AUTOMAKE_OPTIONS): Use gnu option.