Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port EXR to vs2010- #5

Closed
wants to merge 753 commits into from
Closed

Port EXR to vs2010- #5

wants to merge 753 commits into from

Conversation

meshula
Copy link
Contributor

@meshula meshula commented Jun 1, 2012

Explicitly exported all symbols. For gcc the macros need to be updated with the visibility attribute.
Added VS2010 project files.
Updated Window README files to reflect current state of build system.
Updated deploy .cmd files appropriately. Did not update VS2003/2005/2008 vcproj files! This must be done before release.
Added MSVC intermedidate files to .gitignore
BaseExc is no longer derived from std::string (because std::string is not adorned for export from the STL on MSVC)
Added operators to BaseExc to preserve string interface
Made throwErrnoExc not segfault on windows
Fixed miscellaneous precision loss warnings
Fixed zlib problems on MSVC (ZLIB_WINAPI must not be specified in EXR source code)
Fix MSVC runtime segfault in ScanLineInputFile::readPixels
Fix miscellaneous (but not all) signed/unsigned assignment warnings
Use !! instead of bool constructor
Modify IlmImfTest so that it is runnable on Windows
Repair some (but not all) 3 space tabs to 4 spaces
Note: testRgba.cpp has no functional change in the diff, only tab replacement
Added not-yet-functional con

fkainz and others added 30 commits November 7, 2006 23:49
non-zero floats that are small enough to be converted to half zeroes.
At his request, removed Luc-Eric Rousseau from AUTHORS.
in 14 instead of 12 bytes.  In most cases, image quality is the
same as before; in a few cases it is better.
exrdisplay and playexr displays OpenEXR images correctly.
Ji Hun Yu and others added 22 commits August 4, 2010 21:26
+ near() and far() in ImathFrustum are now updated to be nearPlane() and
  farPlane() to prevent conflicts with #defines on windows.  The hither()
  and yon() functions remain but can be considered deprecated.

+ ImathBox now supports infinite functions analogous to the empty functions
  (isInfinite(), makeInfinite()), and the ImathBoxAlgo transform code has
  been updated accordingly.

+ ImathBoxAlgo has an additional transform() overload that takes the result
  as the last argument.

+ ImathMatrix now has matrix minor and detriminant functions.

+ ImathMatrixAlgo now has outerProduct(), addOffset() and computeLocalFrame()
  functions.
  'near' and 'far' have been renamed to 'nearPlane' and 'farPlane' due
  to conflicts with certain windows headers.  The former alternate
  accessor names for these values on windows ('hither' and 'yon')
  remain, though should be considered deprecated.
  (David Lenihan)
* Added SVD, eigenvalue solver, and procrustes fit calculations
  to ImathMatrixAlgo.
  (Chris Twigg, Ji Hun Yu)
* Added Imath::FrustumTest for frustum visibility testing.
  (Eric Johnston)
* Fixed a stack corruption in the matrix minorOf functions.
  (Nick Rasmussen)
* Visual studio 2008 project files have been added to the vc/vc9
  directory, and several minor visual studio compile fixes have
  been applied.
  (Nick Rasmussen)
…d with the visibility attribute.

Added VS2010 project files.
Updated Window README files to reflect current state of build system.
Updated deploy .cmd files appropriately. Did not update VS2003/2005/2008 vcproj files! This must be done before release.
Added MSVC intermedidate files to .gitignore
BaseExc is no longer derived from std::string (because std::string is not adorned for export from the STL on MSVC)
Added operators to BaseExc to preserve string interface
Made throwErrnoExc not segfault on windows
Fixed miscellaneous precision loss warnings
Fixed zlib problems on MSVC (ZLIB_WINAPI must not be specified in EXR source code)
Fix MSVC runtime segfault in ScanLineInputFile::readPixels
Fix miscellaneous (but not all) signed/unsigned assignment warnings
Use !! instead of bool constructor
Modify IlmImfTest so that it is runnable on Windows
Repair some (but not all) 3 space tabs to 4 spaces
Note: testRgba.cpp has no functional change in the diff, only tab replacement
Added not-yet-functional con
@pstanczyk pstanczyk closed this Jun 3, 2012
@qflb qflb mentioned this pull request Sep 1, 2017
@cary-ilm cary-ilm mentioned this pull request Aug 10, 2020
cary-ilm pushed a commit to cary-ilm/openexr that referenced this pull request Jul 16, 2024
)

* Whitespaces and licensing

* WIP OpenEXRCore implementation

* Brand new spanking blosc build.

* Switch to single Scanline zstd compression and Single implementation

* Fixed the tests

* Undo whitespace changes

* Last touches

* Revert extra build changes
cary-ilm pushed a commit to cary-ilm/openexr that referenced this pull request Jul 16, 2024
)

* Whitespaces and licensing

* WIP OpenEXRCore implementation

* Brand new spanking blosc build.

* Switch to single Scanline zstd compression and Single implementation

* Fixed the tests

* Undo whitespace changes

* Last touches

* Revert extra build changes

Signed-off-by: Vlad-Andrei Lazar <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants