- Feb 20, 2025
-
- Feb 18, 2025
-
-
Petter Reinholdtsen authored
This make it explicit which version should be used, and avoid a build problem on Debian where 'python' is assumed to be Python 2.
-
Mark Harris authored
Ensure that valgrind is run on the test program and not the shell, and fail the test if valgrind reports any errors. Signed-off-by:
Mark Harris <mark.hsj@gmail.com>
-
Petter Reinholdtsen authored
-
Petter Reinholdtsen authored
-
Petter Reinholdtsen authored
-
Mark Harris authored
Signed-off-by:
Mark Harris <mark.hsj@gmail.com>
-
Mark Harris authored
The namespace test was passing on 64-bit builds but was only actually checking symbols on 32-bit builds. It now checks symbols regardless of address size. Signed-off-by:
Mark Harris <mark.hsj@gmail.com>
-
Mark Harris authored
As of automake 1.13 (2012) the parallel test harness is the default. TESTS_ENVIRONMENT was being used to run tests under valgrind when configured with --enable-valgrind, however this causes the shell to be run under valgrind instead of the test, for those tests that are run under the parallel test harness test driver. It also causes these tests to fail on macOS, even when valgrind is not enabled. Fix this by running valgrind via LOG_COMPILER instead of TESTS_ENVRIONMENT for tests run under the test driver. The tests not run under the test driver use the same command as before, but can no longer reuse the TESTS_ENVIRONMENT variable. Signed-off-by:
Mark Harris <mark.hsj@gmail.com>
-
- Feb 16, 2025
-
-
This used to have a repo at git.xiph.org, but doesn't seem to have been migrated to gitlab. Link to the archived source tarballs at google instead, which is at least still online.
-
Petter Reinholdtsen authored
-
Petter Reinholdtsen authored
Doxygen version 1.9.8 report that the options HTML_TIMESTAMP, FORMULA_TRANSPARENT, LATEX_TIMESTAMP, DOT_FONTNAME, DOT_FONTSIZE and DOT_TRANSPARENT are obsolete and should be removed.
-
Petter Reinholdtsen authored
-
Petter Reinholdtsen authored
This activate the -Werror compiler option. Moved the compiler flag from AM_INIT_AUTOMAKE where they were earlier ignored. Adjusted flex setup to avoid warning about unused input() to avoid the last default compiler warning. Added gitlab CI check for this configure option.
-
Petter Reinholdtsen authored
Comment out unused static method and flag unused argument as such.
-
Petter Reinholdtsen authored
Most of the conversion was done using 2to3, with a small manual adjustment of divisions to ensure the results were integers as expected. Added CI test to ensure this builds. Fixes #123
-
Petter Reinholdtsen authored
Switched to https where possible, and drop claims that upstream is on googlecode.com. Fixes #121
-
Petter Reinholdtsen authored
Adjusted katalyzer.c and katedec.c to print warning if parse_ogg_stream() call fail.
-
Petter Reinholdtsen authored
-
Petter Reinholdtsen authored
Changed DOT_FONTNAME to Helvetica as the original FreeSans is no longer provied as a free font with doxygen. Changed PAPER_TYPE from the no longer valid value a4wide to a4.
-
Petter Reinholdtsen authored
The function is defined to return void in kate_lexer.c, and its caller should not pretend it return an int. Patch from Debian and Petter Reinholdtsen <pere@hungry.com> via <URL: http://bugs.debian.org/749444 >.
-
Petter Reinholdtsen authored
Make sure to clear structure before it is removed, not after.
-
Petter Reinholdtsen authored
This patch make sure -V do not trigger "unknown option" warning and get both -V and -h to print what they should. Patch from Debian and Petter Reinholdtsen <pere@hungry.com>.
-
Petter Reinholdtsen authored
Patch from Debian and Daniel Schepler <schepler@debian.org> via <URL: https://bugs.debian.org/702681 >.
-
Petter Reinholdtsen authored
Fix compiler warning about possible clobbering of FILE pointer. Closes #124 See merge request !14
-
Petter Reinholdtsen authored
Get rid of the following compiler warning: kpng.c: In function 'kd_read_png8': kpng.c:61:9: warning: variable 'f' might be clobbered by 'longjmp' or 'vfork' [-Wclobbered] 61 | FILE *f=NULL; | ^ Fixes #124
-
Petter Reinholdtsen authored
Adjusted build rules to get autoconf and friends working. See merge request !7
-
Petter Reinholdtsen authored
Rewrote makefiles to avoid non-POSIX features like foreach, notdir and shell. Dropped $OGGDIR / built-streams/ directory because I was unable to get it working with POSIX compatible rules. Use forced removal to make sure uninstall target do not fail when nothing is installed. Switch to newer gcc/debian setup to fix issue with autoconf flex detection. Drop use of unneeded STD_HEADERS. Updated to newer autoconf requirement using autoupdate.
- Feb 15, 2025
-
-
Petter Reinholdtsen authored
-
- Feb 14, 2025
-
-
Petter Reinholdtsen authored
Not sure if all the configure options are relevant to test.
-
Petter Reinholdtsen authored
-
- Oct 12, 2011
-
-
ogg.k.ogg.k authored
-
ogg.k.ogg.k authored
-
ogg.k.ogg.k authored
-
ogg.k.ogg.k authored
eliminate timing precision issues in writing to kate format, and ensure seconds are written with a leading 0 if less than 10
-
- Oct 10, 2011
-
-
ogg.k.ogg.k authored
-
- Oct 08, 2011
-
-
ogg.k.ogg.k authored
-
ogg.k.ogg.k authored
-
ogg.k.ogg.k authored
-