Age | Commit message (Expand) | Author | Files | Lines |
2011-04-27 | Don't hide pointers in typedefs. | David Robillard | 5 | -150/+149 |
2011-04-24 | Fix reader memory stack use and verify read_object fully clears its stack. | David Robillard | 4 | -33/+73 |
2011-04-23 | Fix stack memory leak (unbounded memory increasing per read triple, oops). | David Robillard | 1 | -3/+5 |
2011-04-23 | Improve node struct alignment | David Robillard | 3 | -8/+8 |
2011-04-23 | Fix parsing of language tags with several hyphens. | David Robillard | 3 | -2/+4 |
2011-04-23 | Tidy. | David Robillard | 8 | -8/+0 |
2011-04-23 | Fix crazy define name. | David Robillard | 1 | -5/+5 |
2011-04-22 | Fix license header (awk oops). | David Robillard | 8 | -8/+8 |
2011-04-22 | Fix Python whitespace (PEP8). | David Robillard | 1 | -204/+204 |
2011-04-22 | Upgrade to waf 1.6.4 and autowaf r43 | David Robillard | 1 | -0/+0 |
2011-04-22 | Upgrade to waf 1.6.4 | David Robillard | 1 | -0/+0 |
2011-04-22 | Switch to ISC license (legally equivalent to MIT license but with less obnoxi... | David Robillard | 10 | -181/+108 |
2011-04-20 | Remove use of Python 2.6 syntax. | David Robillard | 1 | -1/+1 |
2011-04-16 | Update copyright headers | David Robillard | 3 | -3/+2 |
2011-04-06 | Remove duplicate line. | David Robillard | 1 | -2/+0 |
2011-03-29 | Update library preprocessor boilerplate | David Robillard | 1 | -13/+13 |
2011-03-29 | Fix yelley project name in docs. | David Robillard | 1 | -1/+1 |
2011-03-28 | Update waf (use standard LV2_PATH on Windows) | David Robillard | 1 | -0/+0 |
2011-03-28 | Fix serdi on Windows (support file:///C:/... URIs) | David Robillard | 1 | -0/+5 |
2011-03-27 | Update waf (working windows version) | David Robillard | 1 | -0/+0 |
2011-03-27 | Update waf | David Robillard | 1 | -0/+0 |
2011-03-27 | Update waf. | David Robillard | 1 | -0/+0 |
2011-03-19 | Bump version number (reflecting that this is a different version than the one... | David Robillard | 1 | -1/+1 |
2011-03-19 | Fix references to old license. | David Robillard | 2 | -3/+2 |
2011-03-17 | Add waf upload_docs. | David Robillard | 1 | -3/+6 |
2011-03-17 | Add waf fixdocs to strip decorators from doxygen documentation. | David Robillard | 1 | -0/+11 |
2011-03-17 | Better documentation table style. | David Robillard | 1 | -4/+5 |
2011-03-17 | Improve documentation. | David Robillard | 3 | -47/+49 |
2011-03-15 | Add INSTALL and waf with autowaf bundled. | David Robillard | 2 | -0/+35 |
2011-03-15 | Remove INSTALL and waf (broken intermediary commit). | David Robillard | 3 | -6/+4 |
2011-03-07 | Python 2/3: Use print('') instead of print() to print blank lines. | David Robillard | 1 | -1/+1 |
2011-03-07 | Fix documentation typo. | David Robillard | 1 | -1/+1 |
2011-03-06 | Fix Doxygen warning. | David Robillard | 1 | -3/+1 |
2011-03-03 | Tweak documentation style. | David Robillard | 1 | -6/+6 |
2011-03-02 | Fix #include in amalgamation to refer to amalgamation header instead of syste... | David Robillard | 1 | -1/+4 |
2011-03-02 | Shrink. | David Robillard | 1 | -2/+0 |
2011-03-02 | Fix parsing several files/strings with the same parser. | David Robillard | 2 | -0/+36 |
2011-03-01 | Add @file comments to amalgamation to ease readability. | David Robillard | 1 | -0/+1 |
2011-03-01 | Fix amalgamation. | David Robillard | 1 | -1/+1 |
2011-02-25 | Improve documentation style (align right/left edges, more logical/consistent ... | David Robillard | 1 | -11/+21 |
2011-02-25 | Abstract common read state tracking code (SerdReadState) to make user code le... | David Robillard | 4 | -78/+183 |
2011-02-25 | Lighten up documentation a bit. | David Robillard | 1 | -10/+3 |
2011-02-25 | Tweak documentation style a bit. | David Robillard | 1 | -5/+9 |
2011-02-25 | Fix documentation. | David Robillard | 1 | -3/+3 |
2011-02-25 | Tidy. | David Robillard | 1 | -11/+13 |
2011-02-25 | Switch to 2-clause BSD license. | David Robillard | 10 | -978/+217 |
2011-02-25 | Switch to standard Javadoc/Doxygen style comments without leading asterisks. | David Robillard | 1 | -154/+296 |
2011-02-19 | Specify explicit (but relative) header sizes. | David Robillard | 1 | -4/+15 |
2011-02-16 | Make serd_writer_set_prefix return bool so it is compatible with SerdPrefixSi... | David Robillard | 3 | -13/+23 |
2011-02-16 | Add SERD_STYLE_RESOLVED option for resolving (expanding) relative URIs in out... | David Robillard | 3 | -23/+82 |