Put all thirdparty code into a separate subdirectory.
authorJosé Fonseca <jfonseca@vmware.com>
Thu, 30 Jun 2011 12:28:42 +0000 (13:28 +0100)
committerJosé Fonseca <jfonseca@vmware.com>
Thu, 30 Jun 2011 12:28:42 +0000 (13:28 +0100)
commita3c7e4179469c6194890ad11c64f51ced48f0177
tree86ff81003299b8af7c5f5910aeff1052ee2eb346
parentd5b95b3be2e2232624ec84f6774042a389a88213
Put all thirdparty code into a separate subdirectory.
63 files changed:
CMakeLists.txt
thirdparty/glext/glext.h [moved from glext/glext.h with 100% similarity]
thirdparty/glext/glxext.h [moved from glext/glxext.h with 100% similarity]
thirdparty/glext/wglext.h [moved from glext/wglext.h with 100% similarity]
thirdparty/libpng/ANNOUNCE [moved from libpng/ANNOUNCE with 100% similarity]
thirdparty/libpng/CHANGES [moved from libpng/CHANGES with 100% similarity]
thirdparty/libpng/CMakeLists.txt [moved from libpng/CMakeLists.txt with 100% similarity]
thirdparty/libpng/LICENSE [moved from libpng/LICENSE with 100% similarity]
thirdparty/libpng/README [moved from libpng/README with 100% similarity]
thirdparty/libpng/TODO [moved from libpng/TODO with 100% similarity]
thirdparty/libpng/libpng.txt [moved from libpng/libpng.txt with 100% similarity]
thirdparty/libpng/png.c [moved from libpng/png.c with 100% similarity]
thirdparty/libpng/png.h [moved from libpng/png.h with 100% similarity]
thirdparty/libpng/pngconf.h [moved from libpng/pngconf.h with 100% similarity]
thirdparty/libpng/pngdebug.h [moved from libpng/pngdebug.h with 100% similarity]
thirdparty/libpng/pngerror.c [moved from libpng/pngerror.c with 100% similarity]
thirdparty/libpng/pngget.c [moved from libpng/pngget.c with 100% similarity]
thirdparty/libpng/pnginfo.h [moved from libpng/pnginfo.h with 100% similarity]
thirdparty/libpng/pnglibconf.h [moved from libpng/pnglibconf.h with 100% similarity]
thirdparty/libpng/pngmem.c [moved from libpng/pngmem.c with 100% similarity]
thirdparty/libpng/pngpread.c [moved from libpng/pngpread.c with 100% similarity]
thirdparty/libpng/pngpriv.h [moved from libpng/pngpriv.h with 100% similarity]
thirdparty/libpng/pngread.c [moved from libpng/pngread.c with 100% similarity]
thirdparty/libpng/pngrio.c [moved from libpng/pngrio.c with 100% similarity]
thirdparty/libpng/pngrtran.c [moved from libpng/pngrtran.c with 100% similarity]
thirdparty/libpng/pngrutil.c [moved from libpng/pngrutil.c with 100% similarity]
thirdparty/libpng/pngset.c [moved from libpng/pngset.c with 100% similarity]
thirdparty/libpng/pngstruct.h [moved from libpng/pngstruct.h with 100% similarity]
thirdparty/libpng/pngtrans.c [moved from libpng/pngtrans.c with 100% similarity]
thirdparty/libpng/pngwio.c [moved from libpng/pngwio.c with 100% similarity]
thirdparty/libpng/pngwrite.c [moved from libpng/pngwrite.c with 100% similarity]
thirdparty/libpng/pngwtran.c [moved from libpng/pngwtran.c with 100% similarity]
thirdparty/libpng/pngwutil.c [moved from libpng/pngwutil.c with 100% similarity]
thirdparty/msvc/inttypes.h [moved from msvc/inttypes.h with 100% similarity]
thirdparty/msvc/stdbool.h [moved from msvc/stdbool.h with 100% similarity]
thirdparty/msvc/stdint.h [moved from msvc/stdint.h with 100% similarity]
thirdparty/zlib/CMakeLists.txt [moved from zlib/CMakeLists.txt with 100% similarity]
thirdparty/zlib/ChangeLog [moved from zlib/ChangeLog with 100% similarity]
thirdparty/zlib/README [moved from zlib/README with 100% similarity]
thirdparty/zlib/adler32.c [moved from zlib/adler32.c with 100% similarity]
thirdparty/zlib/compress.c [moved from zlib/compress.c with 100% similarity]
thirdparty/zlib/crc32.c [moved from zlib/crc32.c with 100% similarity]
thirdparty/zlib/crc32.h [moved from zlib/crc32.h with 100% similarity]
thirdparty/zlib/deflate.c [moved from zlib/deflate.c with 100% similarity]
thirdparty/zlib/deflate.h [moved from zlib/deflate.h with 100% similarity]
thirdparty/zlib/example.c [moved from zlib/example.c with 100% similarity]
thirdparty/zlib/gzio.c [moved from zlib/gzio.c with 100% similarity]
thirdparty/zlib/infback.c [moved from zlib/infback.c with 100% similarity]
thirdparty/zlib/inffast.c [moved from zlib/inffast.c with 100% similarity]
thirdparty/zlib/inffast.h [moved from zlib/inffast.h with 100% similarity]
thirdparty/zlib/inffixed.h [moved from zlib/inffixed.h with 100% similarity]
thirdparty/zlib/inflate.c [moved from zlib/inflate.c with 100% similarity]
thirdparty/zlib/inflate.h [moved from zlib/inflate.h with 100% similarity]
thirdparty/zlib/inftrees.c [moved from zlib/inftrees.c with 100% similarity]
thirdparty/zlib/inftrees.h [moved from zlib/inftrees.h with 100% similarity]
thirdparty/zlib/minigzip.c [moved from zlib/minigzip.c with 100% similarity]
thirdparty/zlib/trees.c [moved from zlib/trees.c with 100% similarity]
thirdparty/zlib/trees.h [moved from zlib/trees.h with 100% similarity]
thirdparty/zlib/uncompr.c [moved from zlib/uncompr.c with 100% similarity]
thirdparty/zlib/zconf.h [moved from zlib/zconf.h with 100% similarity]
thirdparty/zlib/zlib.h [moved from zlib/zlib.h with 100% similarity]
thirdparty/zlib/zutil.c [moved from zlib/zutil.c with 100% similarity]
thirdparty/zlib/zutil.h [moved from zlib/zutil.h with 100% similarity]