Age | Commit message (Expand) | Author | Files | Lines |
2011-05-19 | Update waf (don't crash on waf test when lcov is unavailable) | David Robillard | 1 | -0/+0 |
2011-05-19 | Express inlining information via statement flags rather than node types. | David Robillard | 3 | -142/+159 |
2011-05-18 | Add test to ensure blank node IDs don't clash with generated IDs. | David Robillard | 8 | -80/+286 |
2011-05-16 | Mention - for stdin in help message. | David Robillard | 1 | -1/+2 |
2011-05-16 | Align configuration output precisely per-project | David Robillard | 1 | -1/+1 |
2011-05-15 | Remove dead code found by clang static analyser. | David Robillard | 2 | -8/+8 |
2011-05-15 | Print (stdin) as file in error messages when reading stdin | David Robillard | 1 | -1/+1 |
2011-05-13 | Use standard waf variable names for compiler flags so both independent and re... | David Robillard | 2 | -9/+7 |
2011-05-12 | Fix out of bounds array indexing. | David Robillard | 1 | -1/+1 |
2011-05-12 | Fix URI resolution off-by-one. | David Robillard | 1 | -1/+1 |
2011-05-12 | Abort when given an invalid base URI. | David Robillard | 1 | -0/+1 |
2011-05-12 | Use conventional string lengths not including NULL terminator | David Robillard | 5 | -59/+59 |
2011-05-12 | Only abbreviate rdf:type to "a" in predicate position. | David Robillard | 1 | -12/+13 |
2011-05-12 | Tidy. | David Robillard | 1 | -2/+2 |
2011-05-12 | Print newline after @prefix statements. | David Robillard | 1 | -0/+5 |
2011-05-12 | Correctly abbreviate repeated inline blank node objects ("] , ["). | David Robillard | 1 | -6/+19 |
2011-05-11 | Fix crash when setting an identical namespace prefix. | David Robillard | 2 | -2/+3 |
2011-05-11 | Create SerdNodeFlags typedef for flags. | David Robillard | 4 | -49/+61 |
2011-05-11 | Record whether strings contains quotes or newlines for smart selection of lon... | David Robillard | 6 | -82/+125 |
2011-05-09 | Update man page. | David Robillard | 1 | -1/+8 |
2011-05-09 | Improve documentation and const-correctness. | David Robillard | 2 | -12/+11 |
2011-05-06 | Make writer methods directly compatible with reader callbacks. | David Robillard | 3 | -74/+45 |
2011-05-06 | Merge SerdEnv and SerdReadState. | David Robillard | 4 | -188/+126 |
2011-05-06 | Improve documentation. | David Robillard | 1 | -23/+24 |
2011-05-05 | Tidy. | David Robillard | 5 | -30/+30 |
2011-05-05 | Remove datatype and lang from internal Node struct (use less stack space). | David Robillard | 1 | -58/+76 |
2011-05-05 | Replace strlen of string constants with sizeof. | David Robillard | 1 | -3/+3 |
2011-05-05 | Fix comments mangled by search/replace. | David Robillard | 1 | -3/+3 |
2011-05-05 | Make serd_read_state_get_base_uri return a pointer. | David Robillard | 3 | -13/+15 |
2011-05-04 | Fix too-short buffer. | David Robillard | 1 | -1/+1 |
2011-05-02 | Define SERD_CFLAGS and SERD_LIBS in environment (for recursive project buildi... | David Robillard | 2 | -3/+10 |
2011-04-30 | Use descriptive return codes instead of bool | David Robillard | 7 | -99/+100 |
2011-04-30 | Fix indentation. | David Robillard | 1 | -17/+17 |
2011-04-30 | Consistent error messages | David Robillard | 4 | -14/+14 |
2011-04-28 | Support parallel installation of different major versions | David Robillard | 3 | -7/+10 |
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 |