Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-12-24 | Move headers to a conventional "include" directory | David Robillard | 1 | -714/+0 | |
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 | 1 | -8/+10 | |
2020-08-03 | Fix deprecated-copy-dtor warnings | David Robillard | 1 | -0/+10 | |
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 | |
2016-10-03 | Avoid unnecessary node copying | David Robillard | 1 | -3/+1 | |
2016-07-07 | Remove unused variable | David Robillard | 1 | -2/+1 | |
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 | |||||
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 | 1 | -5/+5 | |
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 | 1 | -1/+1 | |
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 | 1 | -0/+16 | |
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-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 | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@216 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 | 1 | -2/+9 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@204 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2012-01-14 | Lint. | David Robillard | 1 | -11/+17 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@186 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2011-12-23 | Use serd_file_sink. | David Robillard | 1 | -8/+1 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@184 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2011-12-21 | Remove locale kludges. | David Robillard | 1 | -12/+4 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@183 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2011-12-09 | Fix URI <=> filename conversion. | David Robillard | 1 | -1/+6 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@179 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2011-09-24 | Fix memory leak | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@161 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2011-09-01 | Don't leak open file descriptors in Model::write_to_file (which was causing ↵ | David Robillard | 1 | -0/+2 | |
empty files to be written). git-svn-id: http://svn.drobilla.net/sord/trunk@159 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2011-08-31 | Fix Sord::Namespaces::qualify which was chopping the last character from the ↵ | David Robillard | 1 | -1/+1 | |
prefix name. git-svn-id: http://svn.drobilla.net/sord/trunk@156 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2011-05-24 | Cleaner serialisation API. | David Robillard | 1 | -18/+90 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@130 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2011-05-20 | Fix string_to_node incorrect string length | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@124 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2011-05-18 | Add sordi-i option to select input syntax. | David Robillard | 1 | -28/+23 | |
Add syntax parameter to sord_write_string and sord_write_file. Remove read functions in favour of sord_new_reader and direct use of SerdReader API. Bump version to 0.3.0. git-svn-id: http://svn.drobilla.net/sord/trunk@121 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2011-05-12 | Add base_uri parameter to sord_read_file. | David Robillard | 1 | -5/+10 | |
Add sord_write_writer. Use command line base URI in sordi if given. Use correct output style options for output syntax in sordi. Use sord_write_writer in sordi instead of manual writing code. Abbreviate serialised model output for Turtle. Preserve UTF-8 length information for nodes from Serd. Use string lengths not including terminator (match new Serd). Add test suite. git-svn-id: http://svn.drobilla.net/sord/trunk@111 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2011-05-11 | Pass environment to sord write methods for CURIE abbreviation. | David Robillard | 1 | -5/+8 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@108 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2011-05-11 | Preserve serd node flags for pretty serialisation. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@107 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2011-05-06 | Update for new Serd API | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@106 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2011-04-30 | Update for new Serd API | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@102 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2011-04-28 | Const-correct node API. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/sord/trunk@98 3d64ff67-21c5-427c-a301-fe4f08042e5a | |||||
2011-04-27 | Remove boost and glibmm dependencies from sordmm.hpp. | David Robillard | 1 | -19/+28 | |
Add C++ (sordmm.hpp) compilation test. Fix utilities only building with --test. git-svn-id: http://svn.drobilla.net/sord/trunk@92 3d64ff67-21c5-427c-a301-fe4f08042e5a |