DRC
|
87768cc42c
|
Fix Windows build
|
2014-03-22 23:03:03 +00:00 |
|
DRC
|
e4552b8143
|
Fix the build of the Java classes when using MSVC 2010 and later. Something in the recesses of my brain is telling me that I tried this before and it failed under some circumstances, but it must have been a bug in an older CMake implementation. CMake 2.8.8 and later seem to work fine with this patch. This patch also updates the minimum required version to 2.8.8, because 2.8.8 fixed another issue that was preventing the SIMD code from building under MSVC 2010 and later.
|
2014-03-11 06:24:46 +00:00 |
|
DRC
|
70d3c1aeec
|
Add a Java version of TJBench and extend the TurboJPEG Java API to support it (this involved adding a polymorphic method in TJCompressor that accepts x and y offsets into a larger buffer, similar to the previous modification that had been done to TJDecompressor.)
|
2012-09-24 02:27:55 +00:00 |
|
DRC
|
5d1cec9a79
|
Add TJCustomFilter to Windows build
|
2011-09-20 05:35:31 +00:00 |
|
DRC
|
cc2cf7db19
|
Allow customization of Java compiler flags
|
2011-04-03 06:10:18 +00:00 |
|
DRC
|
90a42bb4d2
|
Slight refactor to put ScalingFactor into its own class (mainly because the $ in the class name was wreaking havoc on the build scripts, but also to add a few convenience methods to it) and to create a separate loader class so we can provide a .jar file with the MinGW distribution that loads the correct DLL
|
2011-04-02 02:09:03 +00:00 |
|
DRC
|
a391158b34
|
Include TurboJPEG/OSS Java wrapper JAR in Windows distribution packages
|
2011-04-01 11:13:11 +00:00 |
|