summaryrefslogtreecommitdiff
path: root/src/raptor.h
Commit message (Expand)AuthorAgeFilesLines
* Switch to raptor2.h as main header. raptor.h includes itDave Beckett2011-04-261-0/+1
* (raptor_new_world): Turn into a macro around the internal raptor_new_world_in...Dave Beckett2010-11-211-1892/+0
* Removed raptor_term_as_counted_string() and raptor_term_as_string() replaced ...Dave Beckett2010-11-071-4/+0
* (raptor_stringbuffer_append_uri_escaped_counted_string): AddedDave Beckett2010-10-181-8/+9
* (raptor_stringbuffer_append_hexadecimal): AddedDave Beckett2010-10-181-0/+2
* Lets assume OSX GCC precompiled headers are working after many yearsDave Beckett2010-10-101-5/+0
* raptor_log_message: autodocsDave Beckett2010-10-011-4/+4
* Deprecated raptor_term_as_..._string() for _to_...string formDave Beckett2010-09-121-1/+5
* Remove newline so raptor_log_message gets scanned by gtk-doc\!Dave Beckett2010-08-151-2/+1
* wsDave Beckett2010-08-151-1/+1
* Revert raptor_locator_uri_string to raptor_locator_uri to protect Reland SWIG...Dave Beckett2010-08-091-1/+1
* Move generate ID code from raptor_parser to raptor_world classDave Beckett2010-08-041-25/+10
* Added raptor_new_term_from_counted_blank for term with counted lengthDave Beckett2010-06-021-0/+2
* Added raptor_new_term_from_counted_literal for constructing from strings with...Dave Beckett2010-06-021-0/+2
* (raptor_statement_ntriples_write): Add flag to decide whether to write graph ...Dave Beckett2010-05-251-1/+1
* (raptor_statement_equals): Added to public APIDave Beckett2010-05-241-0/+2
* Add raptor_statement_copy to public APIDave Beckett2010-05-241-0/+2
* Add new public funciton raptor_statement_clearDave Beckett2010-05-241-0/+2
* Export raptor_new_statement, raptor_new_statement_from_nodes and raptor_state...Dave Beckett2010-05-241-0/+5
* raptor_term blank is now a new typedef raptor_term_blank_value with length fi...Dave Beckett2010-05-161-1/+15
* raptor_term_literal_value gains string_len and language_len fieldsDave Beckett2010-05-161-1/+7
* Adjust raptor_term_type so enum values match librdf_node_typeDave Beckett2010-05-071-5/+8
* (raptor_avltree_print): Gains an int return status like other print functionsDave Beckett2010-05-041-1/+1
* (raptor_locator_print): Gains an int return status like other print functionsDave Beckett2010-05-041-1/+1
* fix prototype for raptor_term_equals to match codeDave Beckett2010-05-041-1/+1
* Move raptor_term_compare and raptor_term_equals to public APIDave Beckett2010-05-041-0/+4
* Renamed typedefs ending in _function to _handler.Dave Beckett2010-05-021-64/+58
* autodocsDave Beckett2010-05-021-2/+4
* raptor_data_free_handler autodocsDave Beckett2010-05-021-1/+1
* (raptor_serializer_flush): AddedDave Beckett2010-04-301-0/+2
* Add typedef raptor_data_malloc_functionDave Beckett2010-04-301-3/+16
* Move raptor_avltree_dump and raptor_avltree_check debug prototypes to interna...Dave Beckett2010-04-301-5/+0
* Add RAPTOR_OPTION_STRICT for parser with bool valueDave Beckett2010-04-281-3/+3
* raptor_syntax_description docsDave Beckett2010-04-171-2/+2
* raptor_syntax_description need_base_uri now raptor_syntax_bitflags enum.Dave Beckett2010-04-171-3/+14
* Removed writable static data.Lauri Aalto2010-04-061-1/+1
* (raptor_world_get_parser_description,raptor_world_get_serializer_description)...Lauri Aalto2010-04-061-2/+2
* Added raptor_parser_parse_iostream() to parse from an iostreamDave Beckett2010-03-271-0/+2
* Added raptor_parser_get_graph() and factory methodDave Beckett2010-03-271-0/+2
* Rename raptor_namespace_copy to raptor_namespace_stack_start_namespaceDave Beckett2010-03-271-1/+1
* Updated graph mark handler mechanism in a stream of triplesDave Beckett2010-03-271-7/+28
* Add extra typedefs for union to help gtkdocDave Beckett2010-03-261-14/+36
* autodocsDave Beckett2010-03-261-1/+1
* Syntax description replaces serializer enumeration and get desc methods.Dave Beckett2010-03-261-1/+3
* Syntax description replaces parser enumeration and get desc methods.Dave Beckett2010-03-261-6/+3
* group public typedefs (code style)Dave Beckett2010-03-261-43/+41
* Added raptor_type_q and raptor_syntax_description types to public API.Dave Beckett2010-03-261-0/+43
* Remove raptor_option_get_value_type() - can use option description to get thi...Dave Beckett2010-03-211-2/+0
* raptor_option_description reformatting for autodocsDave Beckett2010-03-201-2/+2
* Remove all raptor_world_enumerate_CLASS_options functions.Dave Beckett2010-03-201-8/+0