lp://staging/speech-dispatcher
- Get this branch:
- bzr branch lp://staging/speech-dispatcher
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.freebsoft.org/git/speechd.
Last successful import was .
Recent revisions
- 2980. By Colomban Wendling
-
Add baratinoo support (Voxygen TTS)
Reviewed-by: Samuel Thibault <email address hidden>
Reviewed-by: Luke Yelavich <email address hidden> - 2978. By Colomban Wendling
-
server: Fix a small memory leak when failing to load speech symbols file
Reviewed-by: Luke Yelavich <email address hidden>
- 2977. By Colomban Wendling
-
server: Use singly-linked lists
We don't need a doubly linked list, and a singly linked list is more
space efficient.Reviewed-by: Luke Yelavich <email address hidden>
- 2976. By Colomban Wendling
-
server: Improve a few comments
Reviewed-by: Luke Yelavich <email address hidden>
- 2975. By Colomban Wendling
-
server: Optimize list building
GLib lists are nodes alone, referenced by the a pointer to the first
node. This means that to append to a list, it has to walk the whole
set of nodes to find the last one. This is heavily inefficient when
adding several items, so instead use the common idiom of adding at the
start and then reverse the list.Reviewed-by: Luke Yelavich <email address hidden>
- 2974. By Colomban Wendling
-
server: Fix a fully theoretical out-of-bounds access
This is fully theoretical as the only way to have less than 1 element
in `parts` would be an empty line, and those are already filtered.
However, it's safer in the event this would change in any point in the
future.Reviewed-by: Luke Yelavich <email address hidden>
- 2973. By Colomban Wendling
-
server: Add overview documentation to the symbols pre-processing module
Reviewed-by: Luke Yelavich <email address hidden>
- 2972. By Colomban Wendling
-
config: Add a config option controlling server-side symbols pre-processing
Reviewed-by: Luke Yelavich <email address hidden>
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)