tahoma2d/thirdparty/glew/glew-1.9.0
Shinya Kitaoka fd19c4eedf Support Visual Studio 2015 (#544)
* Small changes, for some reason VS 2015 can't link cprintf and they added a second function std::map::count and bind couldn't resolve the function. Substituted with a lambda-expression.

* Created all 64bit version of the 3rd party libs.

* Cleanup popup opens CleanupSettings instead of CleanupSettingsPane. Not finished, panel is wrong now (also uses CleanupSettings).

* Tried to get Twain working, failed.

* When there are more then 3 peg holes create additional holes.

* When a hole touches the boundary it should still be considered a hole.

* Do not compare dot size against fixed size. Will not work in some scan resolutions. Used the same value (PERCENT * max dot size) as later in the code in compare_dots.

* When there are more than three peg holes the code looked for the best fit and used that. The problem was, that the middle hole was used as center for auto center. For three peg holes that is correct, but does not work for more than three. Now the best fit is calculated and from there the offset of the middle of the three best fit holes is calculated and applied.

* One of the last changes broke VS2015 compatibility, it chocked on a missing include.

* fix for msvs2013

* revert autopos.cpp

* apply clang-format

* use GIT-LFS
2016-07-04 17:50:30 +09:00
..
auto Add 3rd party libraries 2016-03-24 01:31:57 +09:00
bin Support Visual Studio 2015 (#544) 2016-07-04 17:50:30 +09:00
config Add 3rd party libraries 2016-03-24 01:31:57 +09:00
doc Add 3rd party libraries 2016-03-24 01:31:57 +09:00
include/GL Add 3rd party libraries 2016-03-24 01:31:57 +09:00
lib Support Visual Studio 2015 (#544) 2016-07-04 17:50:30 +09:00
src Add 3rd party libraries 2016-03-24 01:31:57 +09:00
glew.pc.in Add 3rd party libraries 2016-03-24 01:31:57 +09:00
LICENSE.txt Add 3rd party libraries 2016-03-24 01:31:57 +09:00
Makefile Add 3rd party libraries 2016-03-24 01:31:57 +09:00
README.txt Add 3rd party libraries 2016-03-24 01:31:57 +09:00
TODO.txt Add 3rd party libraries 2016-03-24 01:31:57 +09:00

See doc/index.html for more information.

If you downloaded the tarball from the GLEW website, you just need to:

    Unix:

        make

    Windows:

        use the project file in build/vc6/

If you wish to build GLEW from scratch (update the extension data from
the net or add your own extension information), you need a Unix
environment (including wget, perl, and GNU make).  The extension data
is regenerated from the top level source directory with:

        make extensions