- Sep 16, 2019
-
-
Jan Ekström authored
We need a bump to be able to utilize the new license (LGPLv3) in configure checks in other projects.
-
- Feb 17, 2019
-
-
Jan Ekström authored
It seems like these are meant to be executed together when correct data is decoded. Right now it would always return one in this default case.
-
Jan Ekström authored
This way finalize_decoder() can properly be utilized as a flush function.
-
- Feb 07, 2019
-
-
xtne6f authored
-
- Feb 12, 2016
-
-
nkoriyama authored
missing libm as math.h is used
-
- Jan 15, 2016
-
-
François Cartegnie authored
-
François Cartegnie authored
-
- Nov 21, 2014
-
-
nkoriyama authored
-
- Sep 20, 2014
-
-
nkoriyama authored
-
- Aug 18, 2014
-
-
nkoriyama authored
- Aug 16, 2014
-
-
nkoriyama authored
Using valgrind and osx leaks command.
-
- Aug 15, 2014
-
- Aug 14, 2014
-
-
nkoriyama authored
fixes #4
- Aug 13, 2014
-
-
nkoriyama authored
-
nkoriyama authored
-
nkoriyama authored
Updated, with flameeyes autoconf changes
-
nkoriyama authored
-
François Cartegnie authored
This reverts commit d9f659ff.
-
i_drcs_num is used by both decoder and parser. decoder should not modify i_drcs_num. Conflicts: src/decoder.c
-
-
-
François Cartegnie authored
Build system cleanup and improvements
-
nkoriyama authored
i_drcs_num is used by both decoder and parser. decoder should not modify i_drcs_num.
-
Diego Elio Pettenò authored
-
Diego Elio Pettenò authored
-
Diego Elio Pettenò authored
-
Diego Elio Pettenò authored
-
Diego Elio Pettenò authored
-
Diego Elio Pettenò authored
This makes sure that 'make dist' works as intended and contains all the required files.
-
Diego Elio Pettenò authored
This avoids defining _GNU_SOURCE unconditionally, and instead use whichever system extensions apply to the current host.
-
Diego Elio Pettenò authored
-
Diego Elio Pettenò authored
The config.h file is too easy to misuse, and since the checks are now very limited, there is no reason not to just use CFLAGS to pass the few definitions that are actually used.
-
Diego Elio Pettenò authored
-
Diego Elio Pettenò authored
-
Diego Elio Pettenò authored
This allows to remove the 0-sized and autogenerated top-level "documentation" files that are required in the default GNU flavour.
-
Diego Elio Pettenò authored
This avoids entering a subdirectory as first thing, and is better practice with autotools.
-
Diego Elio Pettenò authored
The mode parameter is not optional when O_CREAT is passed, so pass a default of 0644 to it.
-