summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #91 from mitchblank/jasper-callback-types-fixHEADmasterDenton Woods2021-08-291-0/+19
|\ | | | | Compile against newer versions of Jasper
| * Compile against newer versions of JasperMitchell Blank Jr2020-12-101-0/+19
|/ | | | | | | jasper changed the callback API (twice!) This is the workaround that gdal used to deal with the problem (reference in the code comment) fixes #90
* Merge pull request #69 from shybovycha/patch-1Denton Woods2017-11-181-13/+15
|\ | | | | Added some fancy markup to the README
| * Added some fancy markup to the READMEArtem Szubowicz2017-11-191-13/+15
|/
* Merge pull request #55 from Alexpux/masterDenton Woods2017-02-265-7/+31
|\ | | | | Different build fixes
| * Use standart library name for mingw buildsAlexey Pavlov2017-02-021-2/+2
| |
| * ILUT need opengl and glut for linkingAlexey Pavlov2017-02-021-0/+20
| |
| * Guard compile flags for MSVCAlexey Pavlov2017-02-021-1/+3
| |
| * Fix export in ILUTAlexey Pavlov2017-02-021-3/+3
| |
| * Search openexr includes also in subfolderAlexey Pavlov2017-02-021-0/+1
| |
| * FindOpenEXR cmake module define OPENEXR_INCLUDE_DIR not OPENEXR_INCLUDE_DIRSAlexey Pavlov2017-02-021-1/+1
| |
| * Add missing export function.Alexey Pavlov2017-02-021-0/+1
|/
* Merge pull request #51 from abma/masterDenton Woods2017-01-2927-1191/+146
|\ | | | | fix linux compile + add travis-ci support
| * add missing include no. 2abma2017-01-241-0/+2
| |
| * add missing include dirabma2017-01-241-0/+1
| |
| * travis: install unittestabma2017-01-241-1/+1
| |
| * don't fail when cppunit isn't foundabma2017-01-241-3/+8
| |
| * "update" travis script to trustyabma2017-01-241-0/+2
| |
| * more cleanup / compile some testsabma2017-01-2413-596/+105
| |
| * remove .cvsignoreabma2017-01-241-5/+0
| |
| * add liblcms2-dev to travisabma2017-01-241-2/+1
| |
| * ah crap: correctly fix compile errorabma2017-01-241-2/+4
| | | | | | | | addition to 4f3a9ac4475cf7973b68dbaa6f3b94b44417ed74
| * more leftover filesabma2017-01-248-131/+0
| |
| * remove leftover fileabma2017-01-241-456/+0
| |
| * remove compile errors:abma2017-01-242-2/+2
| | | | | | | | | | _In_ macro: http://stackoverflow.com/questions/11457328/what-is-in-in-c invalid/duplicate conversation
| * fix cmake include pathsabma2017-01-241-1/+3
| |
| * add travis-ci script (currently failing) + basic .gitignore fileabma2017-01-242-0/+25
|/
* Merge branch 'master' of https://github.com/DentonW/DevILDenton Woods2017-01-222-96/+158
|\
| * Merge pull request #49 from dooglz/Cmake_fixesDenton Woods2017-01-212-96/+158
| |\ | | | | | | Add cmake options to specify dependant lib locations
| | * Add cmake options to specify dep lib locationsSam Serrels2017-01-022-96/+158
| | | | | | | | | | | | Fixed cmake Modules path
* | | - Added support for different .ktx orientationsDenton Woods2017-01-221-14/+59
| | |
* | | - Added support for uncompressed KTX mipmapsDenton Woods2017-01-213-22/+109
|/ /
* | - Added Scitex .ct supportDenton Woods2017-01-215-5/+367
| | | | | | | | - Added .blp validation checks
* | - Added support for reading .pam filesDenton Woods2017-01-216-110/+682
| | | | | | | | - Starting support for DXT10 .dds files
* | - Fixing boolean compilation errors under Linux / MacOS, issue #48 at ↵Denton Woods2017-01-071-10/+10
| | | | | | | | https://github.com/DentonW/DevIL/issues/48
* | - Fixed int to boolean conversion error under LinuxDenton Woods2017-01-031-2/+2
| |
* | Merge pull request #50 from pullmoll/masterDenton Woods2017-01-033-0/+3
|\ \ | | | | | | Add solib version number to CMakeLists.txt
| * | Add solib version number to CMakeLists.txtJuergen Buchmueller2017-01-023-0/+3
| |/
* | - Added ETC1 support to KTX readingDenton Woods2017-01-023-49/+2651
| |
* | - Added half type support to KTX readingDenton Woods2017-01-023-21/+53
|/
* - Getting things ready for the next releasev1.8.0Denton Woods2017-01-015-3/+64
|
* - Fixes for libsquishDenton Woods2017-01-012-4/+10
|
* - Added ilTexImageSurface from ↵Denton Woods2017-01-016-14/+91
| | | | https://github.com/gscept/DevIL/commit/122565d1434a95c92c3a5c60679e231e0a0c9a91
* - Cleanup of CMakeLists and fix for libSquish under LinuxDenton Woods2017-01-014-6/+2
|
* - Fix for LittleCMS under LinuxDenton Woods2016-12-312-4/+4
|
* - Fixed libmng in CMakeCacheDenton Woods2016-12-313-33/+13
| | | | - Fixed tiff warnings
* - Adding libmngDenton Woods2016-12-312-0/+32
|
* - Adding LittleCMS2 supportDenton Woods2016-12-312-7/+34
|
* - Adding support for libsquish to CMakeDenton Woods2016-12-313-5/+27
|
* - Fixed Mac OS pointer error and MSVC++ 64-bit warning ↵Denton Woods2016-12-311-1/+1
| | | | (https://github.com/DentonW/DevIL/issues/47)