index
:
serd.git
1.x
absolute-base-uri
jsonld
main
master
model
python
remove-message
serd1
serd1-meson
serd1-warnings
serd1-world-log
test-performance
windows
Serd RDF serialisation library
d@drobilla.net
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
serdi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-02
Replace serd_reader_set_strict() with SerdReaderFlags
David Robillard
1
-5
/
+4
2023-12-02
Add empty syntax type for suppressing output
David Robillard
1
-6
/
+10
2023-12-02
Use a simple type-safe stack in writer
David Robillard
1
-1
/
+3
2023-12-02
Add a set of limits to the world
David Robillard
1
-1
/
+4
2023-12-02
Replace SERD_WRITE_STRICT flag with SERD_WRITE_LAX
David Robillard
1
-2
/
+2
2023-12-02
Add support for writing terse output with minimal newlines
David Robillard
1
-0
/
+3
2023-12-02
Simplify writer style options and write UTF-8 by default
David Robillard
1
-56
/
+17
2023-12-02
Add SerdCaret
David Robillard
1
-4
/
+8
2023-12-02
Add SerdWorld for shared library state
David Robillard
1
-8
/
+10
2023-12-02
Move syntax name/extension utilities to public API
David Robillard
1
-50
/
+6
2023-12-02
Use a fixed-size reader stack
David Robillard
1
-1
/
+18
2023-12-02
Simplify reader interface
David Robillard
1
-64
/
+25
2023-12-02
Add SerdSink interface and hide implementations
David Robillard
1
-8
/
+1
2023-12-02
Bring read/write interface closer to the C standard
David Robillard
1
-2
/
+3
2023-12-02
Simplify node construction API
David Robillard
1
-11
/
+14
2023-12-02
Simplify URI API and implementation
David Robillard
1
-2
/
+3
2023-12-02
Make nodes opaque
David Robillard
1
-6
/
+7
2023-12-02
Shorten node constructor names
David Robillard
1
-2
/
+2
2023-12-02
Use more human-readable status codes
David Robillard
1
-1
/
+1
2023-12-02
Add version constants to public header
David Robillard
1
-1
/
+7
2023-12-02
Split up public API header
David Robillard
1
-1
/
+10
2023-12-02
Rename function types for consistency
David Robillard
1
-4
/
+4
2023-12-02
Rename SerdStyle to SerdWriterFlags
David Robillard
1
-12
/
+12
2023-12-02
Rename SerdURI to SerdURIView
David Robillard
1
-2
/
+2
2023-12-02
Use char* for strings in public API
David Robillard
1
-28
/
+26
2023-12-02
Remove escape parameter from serd_node_new_file_uri
David Robillard
1
-1
/
+1
2023-05-04
Fix whitespace
David Robillard
1
-2
/
+2
2023-04-30
Add long "help" and "version" options to serdi
David Robillard
1
-0
/
+8
2023-04-16
Gracefully handle errors when writing text
David Robillard
1
-3
/
+8
2023-04-06
Make URI writing stricter by default
David Robillard
1
-1
/
+1
2023-04-06
Improve help text
David Robillard
1
-2
/
+2
2023-02-06
Update year in version output
David Robillard
1
-2
/
+2
2023-02-04
Fix clang and clang-tidy warnings on Windows
David Robillard
1
-1
/
+1
2022-12-20
Avoid using ASCII grave as a quote
David Robillard
1
-1
/
+1
2022-11-24
Explicitly ignore the posix_fadvise() return value
David Robillard
1
-1
/
+2
2022-10-23
Use uppercase integer literal suffixes
David Robillard
1
-1
/
+1
2022-08-31
Adopt REUSE machine-readable licensing standard
David Robillard
1
-15
/
+2
2022-07-16
Simplify command line usage printing
David Robillard
1
-16
/
+19
2022-07-16
Remove redundant check for command line argument count
David Robillard
1
-4
/
+1
2022-07-16
Define _POSIX_C_SOURCE globally in the build system
David Robillard
1
-2
/
+0
2022-05-26
Update serdi version output
David Robillard
1
-3
/
+3
2021-05-31
Make most function parameters const
David Robillard
1
-6
/
+6
2021-05-31
Remove "static inline" for functions in implementation files
David Robillard
1
-1
/
+1
2021-04-12
Sort command line argument handling code
David Robillard
1
-7
/
+7
2021-04-11
Support combining several BSD-style command line flags in serdi
David Robillard
1
-59
/
+68
2021-01-09
Only define WIN32_LEAN_AND_MEAN for MSVC
David Robillard
1
-1
/
+3
2021-01-02
Update date in version output
David Robillard
1
-1
/
+1
2021-01-02
Use email address instead of website for attribution
David Robillard
1
-2
/
+2
2021-01-01
Remove the need for a generated configuration header
David Robillard
1
-2
/
+2
2020-12-31
Format all code with clang-format
David Robillard
1
-275
/
+277
[next]