Age | Commit message (Expand) | Author | Files | Lines |
2012-12-23 | Fix serd_node_new_decimal test code. | David Robillard | 1 | -6/+6 |
2012-12-21 | Fix crash when serd_node_new_decimal is called with infinity or NaN. | David Robillard | 3 | -3/+11 |
2012-12-20 | Fix crash when resolving against non-standard base URIs. | David Robillard | 2 | -5/+3 |
2012-11-14 | Fix bug that caused "a" abbreviation in non-predicate position (#862). | David Robillard | 2 | -2/+3 |
2012-09-13 | Update to r87/autowaf (Build debuggable library with PDB file under MSVC with... | David Robillard | 1 | -0/+0 |
2012-09-13 | Update to r86/autowaf (Fix pkg-config checking with --pardebug). | David Robillard | 1 | -0/+0 |
2012-09-11 | Update to r85/autowaf (Fix pkg-config dependencies when not using --pardebug). | David Robillard | 1 | -0/+0 |
2012-09-10 | Update to r83/autowaf (Fix mandatory pkg-config checks). | David Robillard | 1 | -0/+0 |
2012-09-10 | Support building against parallel debuggable libraries via pkg-config. | David Robillard | 1 | -0/+0 |
2012-09-10 | Update to r80/autowaf (Build against parallel-installable debug depdencies if... | David Robillard | 1 | -0/+0 |
2012-09-10 | Update to r79/autowaf (Add --pardebug option for parallel-installable debug l... | David Robillard | 2 | -17/+1 |
2012-09-10 | Build correct debug library names on MSVC. | David Robillard | 1 | -1/+1 |
2012-09-10 | Build correct debug library names on MSVC. | David Robillard | 1 | -5/+14 |
2012-09-10 | Use name instead of pattern mangling to add D suffix. | David Robillard | 2 | -2/+5 |
2012-09-10 | Use correct debug flags for MSVC. | David Robillard | 1 | -0/+0 |
2012-09-10 | Add missing import. | David Robillard | 1 | -0/+0 |
2012-09-10 | Add D suffix to debug library filenames with MSVC. | David Robillard | 1 | -0/+0 |
2012-09-10 | Tidy up wscript. | David Robillard | 1 | -55/+44 |
2012-09-09 | Fix clashing symbol "error" in amalgamation build. | David Robillard | 4 | -22/+23 |
2012-09-09 | Fix NEWS syntax. | David Robillard | 1 | -1/+1 |
2012-09-09 | Disable timestamps in HTML documentation for reproducible build (fix #856). | David Robillard | 2 | -1/+7 |
2012-08-23 | Serd 0.18.0 | David Robillard | 2 | -3/+3 |
2012-08-23 | Update NEWS. | David Robillard | 1 | -3/+8 |
2012-08-23 | Fix footer padding. | David Robillard | 1 | -1/+1 |
2012-08-13 | Don't use GCC only warnings flags on clang. | David Robillard | 1 | -0/+0 |
2012-08-10 | Upgrade to r75/autowaf (enable stricter compiler flags). | David Robillard | 1 | -0/+0 |
2012-08-08 | Fix lax prototype. | David Robillard | 1 | -1/+1 |
2012-08-08 | Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis... | David Robillard | 6 | -23/+22 |
2012-08-08 | Fix incorrect prototype. | David Robillard | 1 | -1/+1 |
2012-08-08 | Update to r74/autowaf (Add autowaf.set_c99_mode()). | David Robillard | 2 | -5/+1 |
2012-08-08 | Consistency. | David Robillard | 1 | -11/+11 |
2012-08-08 | Consistency. | David Robillard | 1 | -11/+11 |
2012-08-08 | Tidy up wscript. | David Robillard | 1 | -78/+78 |
2012-08-08 | Fix static build on Windows. | David Robillard | 1 | -1/+1 |
2012-08-08 | Add --no-shared configure option for doing static-only builds. | David Robillard | 1 | -23/+40 |
2012-08-06 | Update to r73/autowaf (Windows path fixes). | David Robillard | 1 | -0/+0 |
2012-08-05 | Update to waf 1.7.2. | David Robillard | 1 | -0/+0 |
2012-08-04 | Fix doxygen HTML output. | David Robillard | 1 | -2/+2 |
2012-08-04 | Update to waf 1.7.1. | David Robillard | 1 | -0/+0 |
2012-08-04 | Use more portable defines instead of -D in CFLAGS. | David Robillard | 1 | -11/+9 |
2012-08-02 | Clean up wscript. | David Robillard | 1 | -9/+6 |
2012-07-17 | Support digits at start of local names as per new grammar. | David Robillard | 4 | -1/+6 |
2012-07-09 | Update to r72/autowaf (don't run ldconfig when destdir is given as an option). | David Robillard | 1 | -0/+0 |
2012-07-09 | Improve documentation style. | David Robillard | 5 | -180/+434 |
2012-07-09 | Improve INSTALL file. | David Robillard | 1 | -17/+41 |
2012-07-08 | Update to r69/autowaf (fix Python3 compatibility). | David Robillard | 1 | -0/+0 |
2012-07-05 | Bump version. | David Robillard | 1 | -1/+1 |
2012-07-05 | Add error callback to reader and writer for custom error reporting. | David Robillard | 10 | -62/+193 |
2012-05-20 | Update to r68/autowaf. | David Robillard | 1 | -0/+0 |
2012-05-13 | Fix dead assignment. | David Robillard | 2 | -4/+6 |