- 06 Nov, 2020 2 commits
-
-
Ralph Giles authored
Makes diffs a little more clean.
-
Ozkan Sezer authored
The idea was to trigger maximum optimizations, but to date compilers only go up to -O3, so this in ambiguous. Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- 26 Oct, 2020 1 commit
-
-
evpobr authored
Properly export Ogg target when added via `add_subdirectory()`.
-
- 09 Aug, 2020 1 commit
-
-
Clément Bœsch authored
newsize is a long, but storage is an int. This means the allocation could succeed but storage would overflow. Closes #2300
-
- 25 May, 2020 2 commits
-
-
Ralph Giles authored
The link pointed to the wrong structure documentation. Looks like a cut-and-paste error.
-
thp-hatch authored
Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- 04 May, 2020 3 commits
-
-
Ralph Giles authored
Gitlab now supports a `default` section on the build description, which sets defaults which can be overridden by specific jobs. This encapsulates things a little better and avoid duplicating runner tags.
-
Ralph Giles authored
Specify an explicit version of the base container image for more repeatable results. Note that this will need to be bumped periodically.
-
Ralph Giles authored
We've moved hosting to a gitlab instance. Make use of the built-in integration testing framework to verify commits. This has parallel jobs to run the autotools and cmake builds. Note that the autotools job needs cmake because the `distcheck` target verifies that the generated source package also builds correctly with cmake, in particular to check that the necessary files are included.
-
- 03 May, 2020 2 commits
-
-
Ralph Giles authored
This description of the build is old and unmaintained. It's not useful to have untested code in the tree. Signed-off-by:
Thomas Daede <daede003@umn.edu>
-
Ralph Giles authored
This description of the build is very old, unmaintained, and not integration tested. I don't think it's useful to users, who can use the supported autotools or cmake builds, or just add the few source files directly to their own projects. Signed-off-by:
Thomas Daede <daede003@umn.edu>
-
- 25 Apr, 2020 1 commit
-
-
willson-chen authored
Close the C4244 warning while compiling under windows with cmake+msbuild. Signed-off-by:
Tristan Matthews <tmatth@videolan.org>
-
- 29 Oct, 2019 1 commit
-
-
Tristan Matthews authored
-
- 07 Sep, 2019 1 commit
-
-
Tristan Matthews authored
This effectively reverts f8ce071e which was probably broken by 6449883c.
-
- 05 Sep, 2019 2 commits
-
-
Ralph Giles authored
-
willson-chen authored
add `make test` to README.md On windows platform, building with MinGW can run 'make check' (autoconf) and 'ctest' or 'make test' (cmake), while building with MSBuild can only run 'ctest -c Release|Debug'. Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
- 31 Aug, 2019 1 commit
-
-
Ralph Giles authored
These should match http://downloads.xiph.org/releases/ogg/SHA256SUMS
-
- 30 Aug, 2019 21 commits
-
-
Ralph Giles authored
Result of running make -C doc/libogg update-doc-version.
-
Ralph Giles authored
-
Ralph Giles authored
List of significant changes since the last release tag.
-
Ralph Giles authored
Describe how to update documentation versioning. No need for sed one-liners each time.
-
Ralph Giles authored
Include everything in the cmake directory in the `make dist` target. Fixes a missing include error in the CMake build from a release tarball for `CheckSizes.cmake`. Signed-off-by:
Tristan Matthews <tmatth@videolan.org>
-
Ralph Giles authored
Verify that the CMake build works from a release tarball. This will give coverage for problems with part of the CMake build description not being included in the source package. We still consider the `make dist` output from the GNU autotools build to be canonical.
-
Ralph Giles authored
NB CMakelists was in the repo at the time of the 1.3.3 release, but didn't make it into the 1.3.3 dist target, so it can't be said to be available for that release.
-
willson-chen authored
cmake in build dir is recommand by officially. Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
Eugene Opalev authored
-
Eugene Opalev authored
-
Eugene Opalev authored
Use the correct library filename and only package the dll if the build produced one. Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
Eugene Opalev authored
The 2015 version of the project files can be opened by newer versions of Visual Studio, and we want to deprecate the project files in favour of the CMake build, so it doesn't make sense to support three different versions. Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
Eugene Opalev authored
-
Eugene Opalev authored
-
Eugene Opalev authored
-
Eugene Opalev authored
-
Eugene Opalev authored
-
Eugene Opalev authored
-
Eugene Opalev authored
-
Eugene Opalev authored
-
Eugene Opalev authored
-
- 13 Aug, 2019 2 commits
-
-
Brion Vibber authored
Use <sys/types.h> not <inttypes.h> when building for Apple platforms, as it works with modular dynamic-framework builds. Signed-off-by:
Ralph Giles <giles@thaumas.net>
-
Ralph Giles authored
Copy the struct definition from ogg.h which has better comment alignment.
-