summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* - Updated header information on source / header filesDenton Woods2016-12-31137-228/+229
|
* - More updated Visual Studio example projectsDenton Woods2016-12-313-0/+204
|
* - Visual Studio example projectsDenton Woods2016-12-319-0/+1377
|
* Merge branch 'bcampbell-master'Denton Woods2016-12-313-24/+31
|\
| * Merge branch 'master' of git://github.com/bcampbell/DevIL into bcampbell-masterDenton Woods2016-12-313-24/+31
| |\ |/ /
| * normalize line endingsBen Campbell2016-12-1965-12106/+12106
| |
| * xpm: fixed bad memcpy sizesBen Campbell2016-12-191-2/+2
| | | | | | | | | | Was using a sizeof(*byte) instead of sizeof(byte[4]). Would be fine on 32bit machines but with 64bit pointers it'd overrun 4 extra bytes.
| * il_stack: hide internal workingsBen Campbell2016-12-192-11/+15
| |
| * tighten up scoping of some stack.c vars and fnsBen Campbell2016-12-192-13/+16
| | | | | | | | | | clarifing which things are global to whole lib, and which are private to stack.c
* | Unicode fix for Windows TIFFDenton Woods2016-12-312-5/+5
| |
* | Merge pull request #46 from ChaosCat/patch-1Denton Woods2016-12-301-0/+0
|\ \ | | | | | | Rename README to README.md
| * | Rename README to README.mdElian Kamal2016-12-291-0/+0
| | | | | | | | | In order to make the markdown parse correctly and not as plain text
* | | - Miscellaneous warning fixes under WindowsDenton Woods2016-12-305-10/+10
| | |
* | | - Fixed string constant warnings under LinuxDenton Woods2016-12-308-31/+31
| | |
* | | - Updated CMake files with a cleaner way to assign output foldersDenton Woods2016-12-303-69/+33
| | |
* | | - Putting builds in lib foldersDenton Woods2016-12-303-27/+105
| | |
* | | - Updating Windows resource filesDenton Woods2016-12-2918-25/+936
| | | | | | | | | | | | - More customization of CMake files for Windows
* | | - Fixed CMake for VC++ to have includes and resources in IL projectDenton Woods2016-12-2816-90/+93
|/ / | | | | | | - Switched ILUT to C++ source files
* | - Updates for Windows CMakeDenton Woods2016-12-283-5/+5
| |
* | - Updating version numbers to 1.8.0Denton Woods2016-12-2810-151/+149
| |
* | - Fixed C++ compilation problem under WindowsDenton Woods2016-12-281-0/+8
| |
* | - More changes to compile properly under Linux with C++ source filesDenton Woods2016-12-282-5/+5
| |
* | - Fixes for C++ changesDenton Woods2016-12-2815-46/+60
| |
* | - More source changes to C++Denton Woods2016-12-2874-0/+0
| |
* | - Linux strangeness with line endingsDenton Woods2016-12-2865-12106/+12106
| |
* | - Adding ILU and ILUT support for C++ source filesDenton Woods2016-12-282-4/+4
| |
* | - Changing ILU to C++ sourceDenton Woods2016-12-2816-0/+0
| |
* | - Updating CMake file for WindowsDenton Woods2016-12-284-7/+16
|/ | | | - Starting change to C++ source files
* - Fixed other compilation errors from pullDenton Woods2016-12-171-0/+3
|
* - Fixed #endif issueDenton Woods2016-12-171-2/+0
|
* Merge branch 'ms-llvm' of git://github.com/mikaelsundell/DevILDenton Woods2016-12-174-543/+491
|\
| * Various fixed for llvmMikael Sundell2016-02-019-501/+505
| |
* | Github patchesDenton Woods2016-12-1715-233/+980
| |
* | Merge branch 'master' of https://github.com/DentonW/DevILDenton Woods2016-12-171-1/+1
|\ \
| * \ Merge pull request #43 from Agadoul/masterDenton Woods2016-12-171-1/+1
| |\ \ | | | | | | | | fix visual studio 2012 compilation
| | * | fix visual studio 2012 compilationagadoul2016-12-131-1/+1
| |/ /
* | | TestDenton Woods2016-11-276-515/+515
|/ /
* | Merge pull request #42 from s-ludwig/patch-1Denton Woods2016-11-271-0/+504
|\ \ | | | | | | Add license declaration
| * | Add license declarationSönke Ludwig2016-11-231-0/+504
| | | | | | | | | This uses the same LGPL v2.1 license as used on SF.
* | | Merge pull request #40 from bcampbell/cmake_cleanupDenton Woods2016-11-27248-95478/+370
|\ \ \ | | | | | | | | Cmake cleanup
| * | | jp2: remove use of uchar define from older jasPerBen Campbell2016-11-161-28/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | fixes #41 jasPer now defines jas_uchar instead of uchar, but it's a moot point since the offending code in DevIL was never executed and could be removed.
| * | | add some notes on building under visual studioBen Campbell2016-11-131-11/+44
| | | |
| * | | windows buld: disable .def file (for now)Ben Campbell2016-11-133-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Symbol exports were being exported both by the .def file, and by __declspec() markers in the code. The result was some ugly LNK4197 multiple export warnings.
| * | | disable pragma lib linking in ilut (for now)Ben Campbell2016-11-131-1/+1
| | | |
| * | | re-enable ILU and ILUT in cmake buildBen Campbell2016-11-1042-13156/+119
| | | |
| * | | fix to build shared libraries by defaultBen Campbell2016-11-101-1/+1
| | | |
| * | | windows: disable pragma-based linker hints for nowBen Campbell2016-11-091-1/+1
| | | |
| * | | Turn src-IL into a self-contained cmake projectBen Campbell2016-11-099-114/+133
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Top-level cmake project is now just a container for it's sub-projects. Previously, src-IL relied on the parent project for configuration, even though all those settings were specific to src-IL. This commit also rolls in some changes to generate and install pkg-config support.
| * | | cmake cruft removalBen Campbell2016-11-085-148/+3
| | | |
| * | | IL: make config.h local to core il libBen Campbell2016-11-084-30/+7
| | | |