summaryrefslogtreecommitdiff
path: root/Makefile.am
Commit message (Collapse)AuthorAgeFilesLines
* old ChangeLog are not interestingDave Beckett2021-10-161-3/+0
|
* ChangeLog.14 for 2013Dave Beckett2014-03-241-1/+1
|
* fix html rules moreDave Beckett2014-01-141-2/+2
|
* fix html ruleDave Beckett2014-01-141-1/+1
|
* Build librdfa.la as a convenience libraryDave Beckett2013-11-081-1/+1
| | | | | Trying to get away from the noisy subdir-objects warnings and deprecation messages from newer automakes.
* ChangeLog.13 for 2012Dave Beckett2013-04-051-2/+2
|
* Delete win32/ subdirectoryDaniel Richard G2012-08-301-1/+2
| | | | | | | | | | | | The MSVC6 and MSVC7.1 project files in win32/ fail to build current versions of Raptor, require external projects for Curl and Expat which do not appear to be publicly available, are unlikely to get the extensive work they need in the near future due to John Barstow's busy schedule, and are redundant now that Raptor can be built on Windows using CMake. Thus, out they go. win32/README.md: Moved up to README-cmake.md, as this information is useful, and CMake build support is not limited to Win32
* CMake build framework for Raptor - win32Daniel Richard G2012-08-101-0/+1
| | | | | | | | | | | | This commit is based on the email with patch that Daniel Richard G. sent to redland-dev on 5th July 2012 http://lists.librdf.org/pipermail/redland-dev/2012-July/002502.html I lightly edited the email to fit into 80 chars and make more it markdowny and turn it into win32/README.md -- Dave Beckett
* EXTRA_DIST: Remove ChangeLog NEWS since they are in dist by defaultDave Beckett2012-06-261-2/+2
|
* Restore NEWS building to maintainer mode.Dave Beckett2012-06-261-2/+6
| | | | | Reverts 979af117bb40de4e8391656b3e18f47f7096d1fc but requires autogen.sh to touch NEWS after a GIT checkout so that automake can run.
* Restore README and NEWS building for building from GITDave Beckett2012-06-081-6/+2
|
* Added ChangeLog.12 for 2011Dave Beckett2012-06-081-1/+2
|
* Fix README and NEWS building - only for maintainerDave Beckett2012-06-071-9/+5
| | | | | | | Generate NEWS in $(srcdir) as automake won't look for it in $(builddir) Remove not needed dist-hook target since README and NEWS are copied in by the standard 'make dist' mechanism.
* Add ChangeLog.11 for 2010Dave Beckett2011-02-071-1/+1
|
* Added ChangeLog.10 for 2009Dave Beckett2010-09-191-1/+1
|
* Added UPGRADING.htmlDave Beckett2010-08-151-0/+1
|
* Move scripts and utility programs into new scripts dirDave Beckett2010-04-301-2/+1
|
* Do not toy with distdirDave Beckett2010-03-291-3/+0
|
* alter distdirDave Beckett2010-03-291-1/+2
|
* Rename raptor to raptor2Dave Beckett2010-03-291-8/+6
|
* ChangeLog.9 for 2008Dave Beckett2010-01-301-2/+2
|
* urlsDave Beckett2009-06-221-1/+1
|
* Added RDFA support via a copy of librdfa linked inside RaptorDave Beckett2008-05-151-1/+1
| | | | | | | | | | | | | | | | | | librdfa/ directory contains a copy of (part of) librdfa http://rdfa.digitalbazaar.com/librdfa/ by Manu Sporny "librdfa is licensed under the GNU Lesser General Public License v2.1 (or newer), GNU General Public License v2.0 (or newer), or the Apache 2.0 License (or newer). Each license is an alternative, and if you select one license, that one alone applies." (same license as raptor) The sources were taken from GIT at http://rdfa.digitalbazaar.com/librdfa.git and patched to work inside raptor. src/raptor_librdfa.c: New raptor parser 'rdfa'
* Added ChangeLog.8 for 2007 changesDave Beckett2008-04-141-1/+1
|
* ChangeLog.7Dave Beckett2007-04-271-1/+1
|
* ChangeLog.6Dave Beckett2006-11-271-0/+1
|
* deleted obsolete deb ruleDave Beckett2006-03-201-5/+0
|
* Remove RCS ID. Copyright 2006Dave Beckett2006-01-081-3/+1
|
* Write rpm release as 1 (with --enable-release) or SNAP otherwise.Dave Beckett2005-12-211-0/+4
|
* ILRT/UB link updatesDave Beckett2005-12-201-3/+2
|
* Enable gtk doc with make distcheckDave Beckett2005-08-191-0/+2
|
* Reorganise sources - libraptor is in src, man pages in docs, rapper in utilsDave Beckett2005-07-311-242/+5
|
* Add n3_lexer_test, n3_parser_test for maintainerDave Beckett2005-07-271-0/+9
|
* Use RAPTOR_SERIALIZER_RSS_1_0 for new separate rss serializer.Dave Beckett2005-07-241-4/+10
| | | | Use RAPTOR_RSS_COMMON when either rss parser or serializer is needed.
* Added raptor_guess.cDave Beckett2005-07-181-0/+3
|
* Add parsedate.y to EXTRA_DISTDave Beckett2005-06-111-0/+1
|
* Add parsedate.c if PARSEDATE definedDave Beckett2005-06-111-0/+12
| | | | Build parsedate.c from parsedate.y
* Added ChangeLog.[2-5]Dave Beckett2005-06-011-1/+2
|
* Added conditionally included RAPTOR_SERIALIZER_RDFXML_ABBREVDave Beckett2005-05-191-1/+6
|
* Added grddl if RAPTOR_PARSER_GRDDLDave Beckett2005-03-251-4/+3
|
* Added bodge raptor_xslt_testDave Beckett2005-03-241-0/+3
|
* Add n3_lexer.l n3_parser.y to EXTRA_DIST otherwise building withDave Beckett2005-02-081-0/+1
| | | | --enable-maintainer-mode from tarball will fail.
* clean rdfdiffDave Beckett2005-02-011-1/+1
|
* rdfdiff to EXTRA_PROGRAMS for nowDave Beckett2005-02-011-1/+4
|
* Import rdf/xml with abbreviations serializer 'rdfxml-abbrev' written by ↵Dave Beckett2005-02-011-4/+10
| | | | Steve Shepard
* Update Notation3 code with later Turtle improvements.Dave Beckett2005-01-261-0/+17
| | | | Built it with maintainer mode only.
* Add ChangeLog.2 ChangeLog.3 ChangeLog.4Dave Beckett2005-01-151-1/+1
|
* Link libraptor.la for URI tests, to get the namespace URI stringDave Beckett2005-01-031-4/+4
| | | | constants.
* Added raptor_xml_writer_testDave Beckett2004-11-291-1/+4
|
* Added raptor_feature.cDave Beckett2004-11-061-1/+2
|