Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch the VS2010 static project to use the non-dll runtime library. | Ralph Giles | 2012-12-07 | 1 | -5/+5 |
| | | | | | | | | This matches what we've been doing with the opus msvc builds, but presumedly breaks the corresponding vorbis-tools projects. Those should be updated as well. svn path=/trunk/ogg/; revision=18734 | ||||
* | Fixed project configuration which referenced two CRT versions in output ↵ | Cristian Adam | 2011-01-09 | 1 | -186/+791 |
| | | | | | | binaries. svn path=/trunk/ogg/; revision=17773 | ||||
* | Migrated main development to Visual Studio 2008 (which has a better ↵ | Cristian Adam | 2010-11-20 | 1 | -78/+75 |
| | | | | | | | | | integration with Windows 7). Modified project files to have Windows CE debug builds compilable and runnable. svn path=/trunk/ogg/; revision=17638 | ||||
* | Updated Visual Studio project files. | Cristian Adam | 2010-09-23 | 1 | -186/+787 |
| | | | | svn path=/trunk/ogg/; revision=17452 | ||||
* | Added Visual Studiop 2010 project files. | Cristian Adam | 2010-09-21 | 6 | -104/+437 |
| | | | | svn path=/trunk/ogg/; revision=17409 | ||||
* | Removed Release_SSE and Release SSE2 configurations. Changed Windows Mobile ↵ | Cristian Adam | 2010-02-18 | 4 | -2176/+243 |
| | | | | | | 5.0 configuration from "Pocket PC SDK 2 (ARMV4I)" to "Pocket PC SDK (ARMV4I)", version "2" was generated by versions of Windows Mobile 5.0 SDK which are no longer available on MSDN. svn path=/trunk/ogg/; revision=16911 | ||||
* | linked statically to c runtime for windows mobile. | Cristian Adam | 2009-11-25 | 1 | -358/+1543 |
| | | | | svn path=/trunk/ogg/; revision=16732 | ||||
* | Changed the C runtime library to the default option - dynamic runtime library. | Cristian Adam | 2009-09-29 | 4 | -6289/+1472 |
| | | | | svn path=/trunk/ogg/; revision=16594 | ||||
* | Removed WholeProgramOptimization setting from static library project. | Cristian Adam | 2009-05-01 | 1 | -5/+20 |
| | | | | svn path=/trunk/ogg/; revision=15974 | ||||
* | Added Visual Studio 2008 project file | Cristian Adam | 2009-04-02 | 4 | -0/+3286 |
| | | | | svn path=/trunk/ogg/; revision=15898 | ||||
* | Used Unicode for all platforms. | Cristian Adam | 2009-01-18 | 2 | -196/+196 |
| | | | | svn path=/trunk/ogg/; revision=15624 | ||||
* | Added project configuration for Windows Mobile 6 Professional SDK (ARMV4I) | Cristian Adam | 2009-01-11 | 4 | -64/+716 |
| | | | | svn path=/trunk/ogg/; revision=15618 | ||||
* | Added support for Windows Mobile 5.0 Pocket PC SDK 2 (ARMV4I) and Windows ↵ | Cristian Adam | 2009-01-11 | 4 | -37/+1365 |
| | | | | | | Mobile 5.0 Smartphone SDK 2 (ARMV4I) in project files. svn path=/trunk/ogg/; revision=15617 | ||||
* | Fixed generation of exports in the dynamic library. | Cristian Adam | 2009-01-05 | 1 | -12/+52 |
| | | | | svn path=/trunk/ogg/; revision=15605 | ||||
* | Refactored Visual Studio 2005 project files. Added static and dynamic ↵ | Cristian Adam | 2009-01-05 | 6 | -418/+1360 |
| | | | | | | library support, and win32 and x64 platform support. svn path=/trunk/ogg/; revision=15604 | ||||
* | Moved Visual Studio 6 project files into own folder. | Cristian Adam | 2009-01-05 | 7 | -13/+13 |
| | | | | svn path=/trunk/ogg/; revision=15603 | ||||
* | 5/3 libogg: Consistent use of $(ConfigurationName) for vs2k3, SSE and SSE2 ↵ | sping | 2008-04-15 | 1 | -6/+7 |
| | | | | | | releases now have their own folders svn path=/trunk/ogg/; revision=14743 | ||||
* | 1/3 libogg: Consistent use of $(ConfigurationName) for vs2k5, SSE and SSE2 ↵ | sping | 2008-04-14 | 2 | -5/+5 |
| | | | | | | releases now have their own folders svn path=/trunk/ogg/; revision=14733 | ||||
* | Lib copy script | sping | 2008-03-11 | 1 | -0/+9 |
| | | | | svn path=/trunk/ogg/; revision=14569 | ||||
* | Move to dynamic libraries | sping | 2008-03-10 | 1 | -11/+38 |
| | | | | svn path=/trunk/ogg/; revision=14568 | ||||
* | Make VS2003 do what VS2005 already does | sping | 2007-07-28 | 2 | -7/+34 |
| | | | | svn path=/trunk/ogg/; revision=13381 | ||||
* | Visual Studio 2005 solution file added | sping | 2007-07-28 | 1 | -0/+25 |
| | | | | svn path=/trunk/ogg/; revision=13378 | ||||
* | * Make output path consistent | Zentaro Kavanagh | 2006-05-29 | 1 | -44/+9 |
| | | | | svn path=/trunk/ogg/; revision=11462 | ||||
* | * Add VS 2005 files to libogg | Zentaro Kavanagh | 2006-04-20 | 1 | -0/+416 |
| | | | | svn path=/trunk/ogg/; revision=11170 | ||||
* | remove obsolete .cvsignore files | Ralph Giles | 2006-01-28 | 1 | -12/+0 |
| | | | | svn path=/trunk/ogg/; revision=10757 | ||||
* | Remove win32/Makefile.am in favor of just including the whole dir, like | Ralph Giles | 2005-11-28 | 1 | -5/+0 |
| | | | | | | | | | | | we do for the MacOS build stuff. If there was a reason for doing it this way, I don't remember what it was. The reason we're switching is that 'make dist' doesn't pull in the new VS2003 project files, and this seems better than adding each specific file all the time. svn path=/trunk/ogg/; revision=10484 | ||||
* | * VS2003 files | Zentaro Kavanagh | 2005-10-05 | 1 | -0/+291 |
| | | | | svn path=/trunk/ogg/; revision=10119 | ||||
* | * error out on autotools failures so warnings are caught early on | Thomas Vander Stichele | 2004-07-05 | 1 | -3/+0 |
| | | | | | | | | | | | * clean up AC_OUTPUT * AUTOMAKE_OPTIONS = foreign only needs to be done toplevel (this can be verified by checking Makefile's generated in other directories and seeing that the var isn't used) svn path=/trunk/ogg/; revision=6990 | ||||
* | Set DOS line endings on MSVC project files; it can deal with unix line | Ralph Giles | 2004-04-07 | 1 | -41/+41 |
| | | | | | | | endings otherwise, but these need to be correct no matter who makes the package. svn path=/trunk/ogg/; revision=6497 | ||||
* | now linking with the Multithreaded Static Library for (hopefully) maximum ↵ | oddsock | 2003-11-16 | 1 | -5/+5 |
| | | | | | | portability svn path=/trunk/ogg/; revision=5582 | ||||
* | Correct line endings on ogg.dsw. | Ralph Giles | 2003-10-26 | 1 | -41/+41 |
| | | | | svn path=/trunk/ogg/; revision=5507 | ||||
* | Updated VC6 project files from John Edwards, mostly compiler flag | Ralph Giles | 2003-10-25 | 3 | -43/+43 |
| | | | | | | changes. There may be line ending problems with ogg.dsw. svn path=/trunk/ogg/; revision=5503 | ||||
* | Updated VC6 project files by John Edwards | carsten | 2003-10-20 | 2 | -7/+7 |
| | | | | svn path=/trunk/ogg/; revision=5491 | ||||
* | Add the new 1.1 routines (oggpackB) to the win32 dll build's exports | Ralph Giles | 2003-10-01 | 1 | -50/+78 |
| | | | | | | file, and re-arrange to match the order in ogg.h. svn path=/trunk/ogg/; revision=5388 | ||||
* | Fixed for #152 to win32 build files. | Mike Smith | 2002-07-06 | 1 | -18/+0 |
| | | | | svn path=/trunk/ogg/; revision=3534 | ||||
* | And add ogg.dsw to EXTRA_DIST | Mike Smith | 2002-07-05 | 1 | -1/+1 |
| | | | | svn path=/trunk/ogg/; revision=3528 | ||||
* | Missed adding a new file yesterday | Mike Smith | 2002-07-05 | 1 | -0/+41 |
| | | | | svn path=/trunk/ogg/; revision=3526 | ||||
* | Build file updates. | Mike Smith | 2002-07-04 | 1 | -49/+50 |
| | | | | svn path=/trunk/ogg/; revision=3516 | ||||
* | ogg_stream_reset_serialno added. | Segher Boessenkool | 2002-03-18 | 1 | -1/+2 |
| | | | | svn path=/trunk/ogg/; revision=3159 | ||||
* | huff functions removed | Jack Moffitt | 2002-01-19 | 1 | -3/+1 |
| | | | | svn path=/trunk/ogg/; revision=2961 | ||||
* | add ogg_packet_clear and sort entries | cwolf | 2001-10-23 | 1 | -38/+42 |
| | | | | svn path=/trunk/ogg/; revision=2254 | ||||
* | eliminate extra precompiler switch | cwolf | 2001-09-16 | 1 | -2/+2 |
| | | | | svn path=/trunk/ogg/; revision=2057 | ||||
* | ignore win32 build artifacts | cwolf | 2001-09-14 | 1 | -0/+3 |
| | | | | svn path=/trunk/ogg/; revision=2042 | ||||
* | fix linking problem - use MSVCRTD | cwolf | 2001-09-14 | 1 | -2/+2 |
| | | | | svn path=/trunk/ogg/; revision=2037 | ||||
* | Eliminate redundant preprocessor defines. | cwolf | 2001-09-07 | 3 | -3/+9 |
| | | | | svn path=/trunk/ogg/; revision=1985 | ||||
* | ignore win32 build artifacts | cwolf | 2001-09-04 | 1 | -0/+2 |
| | | | | svn path=/trunk/ogg/; revision=1964 | ||||
* | Now these are binary. No more complaints! :) | Jack Moffitt | 2001-08-12 | 2 | -0/+253 |
| | | | | svn path=/trunk/ogg/; revision=1763 | ||||
* | Will add these back as binary | Jack Moffitt | 2001-08-12 | 2 | -253/+0 |
| | | | | svn path=/trunk/ogg/; revision=1762 | ||||
* | Win32 Builds updates, including ingo's suggestions. | Jack Moffitt | 2001-06-18 | 7 | -8/+9 |
| | | | | svn path=/trunk/ogg/; revision=1503 | ||||
* | updated the win32 build system and corrected some missing files | Jack Moffitt | 2001-02-19 | 1 | -0/+18 |
| | | | | svn path=/trunk/ogg/; revision=1310 |