Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-16 | C++: Suppress clang-tidy warning in header | David Robillard | 1 | -1/+1 | |
2020-12-16 | C++: Use "auto" to avoid redundancy | David Robillard | 1 | -1/+1 | |
2020-12-16 | C++: Remove meaningless const qualifiers | David Robillard | 1 | -3/+3 | |
2020-12-16 | C++: Intialize variable | David Robillard | 1 | -1/+1 | |
2020-12-16 | C++: Use faster std::string::find overload | David Robillard | 1 | -1/+1 | |
2020-12-16 | C++: Avoid parameter copy overhead | David Robillard | 1 | -1/+1 | |
2020-12-16 | C++: Fix const correctness | David Robillard | 1 | -13/+14 | |
2020-12-16 | C++: Modernize special member functions | David Robillard | 1 | -9/+12 | |
2020-12-16 | Clean up includes | David Robillard | 2 | -11/+12 | |
2020-08-03 | Fix deprecated-copy-dtor warnings | David Robillard | 1 | -0/+10 | |
2020-07-21 | Always include stdbool.h | David Robillard | 1 | -2/+1 | |
This was a workaround for ancient versions of MSVC that are no longer supported. | |||||
2020-07-18 | Use modern casts in C++ bindings | David Robillard | 1 | -43/+74 | |
2020-07-18 | Use nullptr in C++ bindings | David Robillard | 1 | -19/+28 | |
2020-07-17 | Fix potential exception throw in a C context | David Robillard | 1 | -3/+11 | |
2018-09-17 | Remove unused parameter names | David Robillard | 1 | -4/+4 | |
2018-07-22 | Use serd_free | David Robillard | 1 | -3/+3 | |
2018-01-22 | Make Node::to_serd_node() const | David Robillard | 1 | -1/+1 | |
2017-12-29 | Fix inconsistent parameter names | David Robillard | 1 | -4/+4 | |
2016-10-03 | Avoid unnecessary node copying | David Robillard | 1 | -3/+1 | |
2016-09-18 | Update copyright dates | David Robillard | 1 | -1/+1 | |
2016-09-10 | Fix cross-links in documentation | David Robillard | 1 | -8/+8 | |
2016-07-09 | Fix Doxygen warning | David Robillard | 1 | -0/+1 | |
2016-07-07 | Remove unused variable | David Robillard | 1 | -2/+1 | |
2016-03-17 | Return NULL from sord_iter_get for end iterators | David Robillard | 1 | -0/+2 | |
2016-03-15 | Make sord_node_get_counted return byte count | David Robillard | 1 | -2/+12 | |
Also clarify formerly ambiguous documentation, and add sord_node_get_string_measured to get both byte and character counts. Technically, this breaks behaviour, but most (if not all) existing code that uses this function was actually expecting a byte count. This is unsurprising since a UTF-8 character count is almost always useless. This approach causes less problems in reality, since it fixes broken behaviour in the wild without requiring any changes in user code. | |||||
2015-02-21 | More extensive validation support in sord_validate. | David Robillard | 1 | -1/+0 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@324 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2015-02-08 | Set base URI when serializing to string. | David Robillard | 1 | -0/+4 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@323 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-09-27 | Clarify sord_contains() return value. | David Robillard | 1 | -0/+2 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@313 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-09-27 | Clarify sord_add() return value. | David Robillard | 1 | -0/+2 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@312 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-09-24 | Add sord_erase() for erasing statements via an iterator. | David Robillard | 1 | -1/+16 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@310 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 1 | -27/+27 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@301 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@300 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2013-08-20 | Remove unused members | David Robillard | 1 | -5/+2 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@289 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2013-02-18 | Fix reference counting semantics of sord_get(). | David Robillard | 2 | -6/+7 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@286 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2013-02-18 | Update copyright year where appropriate. | David Robillard | 2 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@285 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2013-01-14 | Add sord_node_get() for easily getting single property values. | David Robillard | 2 | -0/+29 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@280 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2013-01-14 | Add Node::to_serd_node(). | David Robillard | 1 | -0/+4 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@279 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2013-01-14 | Don't automatically add RDF namespace prefix to world. | David Robillard | 1 | -1/+0 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@278 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2013-01-14 | Add convenient numeric constructors for decimal and integer literals. | David Robillard | 1 | -1/+33 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@276 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2012-07-05 | Add error callback to world for custom error reporting. | David Robillard | 1 | -0/+12 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@226 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2012-05-13 | Correctly handle Sord::Node self-assignment. | David Robillard | 1 | -5/+7 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@223 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2012-05-12 | sordmm.hpp: Add indices and graphs parameters to Model constructor. | David Robillard | 1 | -8/+10 | |
sordmm.hpp: Remove overzealous URI scheme assertion. git-svn-id: http://svn.drobilla.net/sord/trunk@222 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2012-04-17 | Update copyright dates. | David Robillard | 2 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@216 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2012-03-30 | Add convenient sord_search(), sord_ask(), and sord_count(). | David Robillard | 1 | -1/+35 | |
Add sord_validate tool for validating data against RDF/OWL schemas. git-svn-id: http://svn.drobilla.net/sord/trunk@211 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2012-03-18 | Add SordInserter for writing to a model via Serd sink functions. | David Robillard | 1 | -0/+67 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@209 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2012-03-10 | Use proper URI <=> path conversion. | David Robillard | 1 | -11/+9 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@205 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2012-03-09 | Add sord_new_relative_uri(). | David Robillard | 2 | -3/+19 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@204 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2012-03-03 | Add sord_iter_get_node(). | David Robillard | 1 | -0/+7 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@201 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2012-01-16 | Support compilation as C++ under MSVC++. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@194 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2012-01-16 | Use correct WIN32 define. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@192 3d64ff67-21c5-427c-a301-fe4f08042e5a |