summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove symbian build files.obsoleteRalph Giles2020-05-022-74/+0
* Remove macOS XCode project files.Ralph Giles2020-05-026-401/+1
* src/framing.c: close compile warning under windows whith msbuildwillson-chen2020-04-251-1/+1
* doc: fix typoTristan Matthews2019-10-291-1/+1
* os_types: fix unsigned typedefs for MacOSTristan Matthews2019-09-071-3/+3
* README: Remove trailing whitespace.Ralph Giles2019-09-051-1/+1
* README: Add Testing sectionwillson-chen2019-09-051-0/+29
* Add release checksums for libogg-1.3.4 source packages.Ralph Giles2019-08-311-0/+3
* Update documentation version and release date for v1.3.4.v1.3.4Ralph Giles2019-08-3068-202/+202
* Update version for v1.3.4.Ralph Giles2019-08-301-2/+2
* Update CHANGES for v1.3.4.Ralph Giles2019-08-301-0/+10
* Update release checklist.Ralph Giles2019-08-301-0/+1
* Distribute the whole cmake directory.Ralph Giles2019-08-301-1/+1
* Run the cmake build as part of make distcheck.Ralph Giles2019-08-301-0/+11
* Fix a typo in CHANGES.Ralph Giles2019-08-301-1/+1
* modify cmake guide in READMEwillson-chen2019-08-301-5/+7
* Use full platform name in project fileEugene Opalev2019-08-301-16/+16
* Remove DLL configurations from appveyor.yml and fix platform name for x86Eugene Opalev2019-08-302-16/+13
* Update appveyor.yml for project changes.Eugene Opalev2019-08-301-7/+3
* Remove VS2017 and VS2019 project filesEugene Opalev2019-08-306-734/+0
* Tidy up solutions and projectsEugene Opalev2019-08-306-64/+50
* Add VS2019 projectEugene Opalev2019-08-303-0/+373
* Don't use runtime DLLs in static builds (prevents LNK4217 linker warning)Eugene Opalev2019-08-302-1/+8
* Make AppVeyor check DLL builds tooEugene Opalev2019-08-301-0/+3
* Setup proper VS output directory structureEugene Opalev2019-08-302-1/+32
* Disable minimal rebuild in VS2015 projectEugene Opalev2019-08-301-0/+8
* Update project for VS2015 and appveyor.ymlEugene Opalev2019-08-308-418/+354
* Add project for VS2017, update .gitignoreEugene Opalev2019-08-304-15/+453
* Do not include default library names in static buildEugene Opalev2019-08-301-0/+4
* Fix iOS/macOS build with current SDKs.Brion Vibber2019-08-131-1/+1
* Improve ogg_stream_state documentation formatting.Ralph Giles2019-08-131-8/+9
* Fix ogg_stream_state documentation.Ralph Giles2019-08-131-1/+1
* Fix memory leak in test_framingwillson-chen2019-08-121-0/+1
* Add a dll name to ogg.def.Ralph Giles2019-08-071-1/+1
* Don't update homebrew on macOS travis builds.Ralph Giles2019-08-072-4/+0
* Only call cpack on linux travis builds.Ralph Giles2019-08-071-1/+1
* Improve travis coverageStephen G2019-08-072-1/+12
* Add cmake as build system to AppVeyor configurationMarcel Metz2019-08-071-5/+20
* Fix documentation typo.Ralph Giles2019-07-312-2/+2
* Fix memory leak in test_framingwillson-chen2019-07-311-0/+2
* Merge remote-tracking branch 'github/master'Ralph Giles2019-07-313-3/+79
|\
| * Update the comment in config_types.h.in (#53)willson-chen2019-07-231-1/+1
| * CMakeLists.txt: Add detection of uint64_t (#52)Erik de Castro Lopo2019-07-221-0/+6
| * cmake: Remove unnessessary variables from configure_file() command (#39)evpobr2019-07-201-2/+2
| * CMake: checking type sizes (#48)Vitaly Kirsanov2019-07-202-5/+76
* | CMakeLists.txt: Add detection of uint64_tErik de Castro Lopo2019-07-221-0/+1
|/
* Fixes for CMake config-file package generation (#51)evpobr2019-06-023-12/+34
* Add CMake config-file package generationevpobr2019-04-233-20/+112
* Use %lu instead of %ld to fprintf unsigned longs.Quipyowert22019-03-181-2/+2
* Get rid of annoying C4456 warningEugene Opalev2019-03-181-3/+0