[oce] annotated tag upstream/0.14.1 created (now 43d159d)

Denis Barbier barbier-guest at moszumanska.debian.org
Mon Feb 10 08:32:01 UTC 2014


This is an automated email from the git hooks/post-receive script.

barbier-guest pushed a change to annotated tag upstream/0.14.1
in repository oce.

        at  43d159d   (tag)
   tagging  499244400b52251154dd79b8aea93fe556b13218 (commit)
  replaces  upstream/0.13
 tagged by  Denis Barbier
        on  Sat Jan 11 10:40:53 2014 +0100

- Log -----------------------------------------------------------------
Upstream version 0.14.1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)

iD8DBQBS0RGm8Ri1lR4WGvsRAl0tAJ0b86n4xblmCtqDVRlRxe2aABC/UgCdGIZt
Rrgc3A/HdJW+hVoYfOyBjsI=
=u83Y
-----END PGP SIGNATURE-----

Benjamin Bihler (10):
      Modified code to make it compileable with MinGw64
      Enabled compilation with MinGw 64
      Made assembly of library names in source code (prefix, name, postfix, extension, version) configurable with CMake
      Reinserted correct definition of OCE_DEFAULT_CSF_GraphicShr
      Fixed CMake warnings
      Corrected debug library postfix typo
      Corrected assembly of OCE_DEFAULT_CSF_GraphicShr variable for MSVC
      Enabled setting of CMAKE_ARCHIVE_OUTPUT_DIRECTORY variable also for MSVC
      Removed lib path string from OCE_DEFAULT_CSF_GraphicShr variable for MinGw
      Fully removed lib path string from OCE_DEFAULT_CSF_GraphicShr variable (since it is unnecessary and potentially harmful)

Daniel Sommer (2):
      Modified CMakeLists.txt to smoothen compilation with MinGW-w64
      Added small textfile on how to build OCE with MinGW-w64

David Sankel (3):
      Break header file installation into individual install commands.
      Made OCE_BUILD_TYPE initialize to CMAKE_BUILD_TYPE if available.
      Add custom build step to set up integrated build include directory.

Denis Barbier (36):
      Bumped version number to 0.14-dev
      Merge pull request #406 from tpaviot/review/MinGWcompilerWarningFixes
      Merge pull request #403 from tpaviot/review/WunusedresultFixes
      Merge pull request #412 from GregoryEAllen/db/mac-opengl-dylib
      Merge pull request #414 from tpaviot/review/CompilerWarningFixes
      Add CMake checks to detect duplicate types
      Merge pull request #415 from tpaviot/review/template-issue-on-hpux
      Add detection of atomic.h in CMakeLists.txt
      Merge pull request #417 from tpaviot/fs/hpux11iv1-3-ia64-parisc-port
      Merge pull request #419 from tpaviot/review/hpux-bug-fixes
      Take CSF_GraphicShr environment variable into account
      Merge pull request #421 from tpaviot/review/hpux-fixes-take2
      Remove Xmu, nothing depends on it
      Merge pull request #423 from tpaviot/review/remove-Xmu-depends
      Merge pull request #424 from tpaviot/review/CSF_GraphicShr
      Merge pull request #426 from tpaviot/review/intel-compiler-support
      Remove GLcharARB and GLhandleARB definitions
      Revert f32f5d3, atomic operations are mandatory in multithread
      Merge pull request #428 from tpaviot/review/osx-maverick-fixes
      Merge pull request #429 from tpaviot/review/gtest-1.7.0
      Merge pull request #432 from tpaviot/review/multithread-requires-atomic
      Merge pull request #434 from jobermayr/master
      Merge pull request #437 from camio/individual-header-installs
      Merge pull request #438 from camio/allow-cmake-build-type
      Fix writing of XML CAF documents
      Merge pull request #440 from tpaviot/review/mingw64-port
      Replace if(MSVC) by if(CMAKE_CONFIGURATION_TYPES OR NMAKE)
      Add a test case for issue #441
      Merge pull request #443 from tpaviot/review/mingw64-port
      Add an OCE_COPY_HEADERS_BUILD option to enable this feature
      Merge pull request #439 from camio/include-install-build-time
      Merge pull request #441 from tpaviot/review/fix-writing-XCAF
      Fix Debug build on MSVC
      Update NEWS and set release number to 0.14.1
      Merge branch 'db/fix-OCE-0.14'
      Imported Upstream version 0.14.1

Fotios Sioutis (17):
      HPUX template issue fix.
      Added inttypes.h for aCC on hpux
      hpux posix timers fix
      preprocessor #error fix
      preprocessor fixes for hpux
      missing stdint in hpux (aCC)
      GL extensions under hpux
      aCC needs c++ files to end with newline
      RLIM_INFINITY may be predefined on hpux
      removal of old & deprecate SegvHandler on hpux
      template needs instantiation parameters
      hpux compiler error on template function
      removal of template parameter
      Implement HPUX platform specific atomic API
      heap corruption under hpux
      HPUX is big endian also
      heap corruption under HPUX

Gregory Allen (1):
      Fix libTKOpenGL versioning name on Apple

Jacob Abel (31):
      Capture any system call errors
      [clang-warning-fix][op-precedence]
      [intel-warning-fix][invalid-narrowing-conversion]
      [clang-warning-fix][undefined-macro]
      [mingw-warning-fix][unknown-pragma]
      [mingw-warning-fix][old-declarators]
      [clang-warning-fix][invalid-narrowing-conversion]
      [clang-warning-fix][ambiguous-else]
      [mingw-warning-fix][ambiguous-else]
      [mingw-warning-fix][op-precedence]
      [mingw-warning-fix][delete-void-pointer]
      [mingw-warning-fix][unknown-format-specifier]
      Define OCE_NULL_Aspect_Handle for use in V3d_View.hxx
      Change default of Print hPrnDC argument to OCE_NULL_Aspect_Handle
      [mingw-warning-fix][implicit-null-conversion]
      Add initial CMake support for Intel Linux compiler
      [mingw-warning-fix][unknown-pragma]
      [mingw-warning-fix][unknown-pragma]
      [mingw-warning-fix][unknown-pragma]
      [mingw-warning-fix][unknown-pragma]
      [mingw-warning-fix][unknown-pragma]
      -wd option is deprecated, replace with -diag-disable and add more meaningless warnings/remarks to ignore
      [intel-warning-fix][format-specifier-mismatch]
      [intel-warning-fix][old-declarators]
      [intel-warning-fix][old-declarators]
      [intel-warning-fix][old-declarators]
      [intel-warning-fix][old-declarators]
      [intel-warning-fix][format-specifier-mismatch]
      [intel-warning-fix][old-declarators]
      Add __BORLANDC__ check for pragma comment
      Add __BORLANDC__ check for pragma comment

Jake (13):
      Avoid using NULL in pointer arithmetic (-Wpointer-arith)
      Avoid using NULL in pointer arithmetic (-Wpointer-arith)
      Avoid redefinition of M_SQRT2
      Move finite check outside of if (NOT WIN32) block
      Change OSD_WNT_KEY to use LPCTSTR, change _int64 to int64_t
      Change MB_DESC to use const _TCHAR*
      Capture any fgets results/errors
      Capture any fgets results/errors
      Capture any fgets results/errors
      Capture any fscanf errors
      Capture any system errors for print call
      Capture any fread errors
      Capture all fscanf/fgets/fread errors/results

Johannes Obermayr (2):
      Don't set OCE's RPATHs if it isn't required.
      Don't prepend CMAKE_INSTALL_PREFIX to absolute OCE_INSTALL_DATA_DIR.

Thomas Paviot (3):
      Merge pull request #436 from tpaviot/review/clang-shift-sanitizer-fix
      Merge pull request #431 from tpaviot/review/osx-maverick-warning-fixes
      Merge pull request #444 from tpaviot/review/release-0.14

tpaviot (10):
      Upgrade to gtest-1.7.0
      Changed aCode type to fix clang shift sanitizer issue report (see Issue #435)
      [osx-maverick-warning-fix][deprecated-declaration] Use isfinite rather than finite
      [osx-maverick-fix][unsequenced-modifications] Removed the SQR macro
      [osx-maverick-warning-fix][switch] Fixes enumeration values not handled in switch
      [osx-maverick-warning-fix][switch-condition-boolean]
      [osx-maverick-warning-fix][dangling-else] Added missing brakcets
      [osx-maverick-warning-fix][condition-always-true] Bugfix unreached code
      Set version number to 0.14
      Add release notes for OCE-0.14

-----------------------------------------------------------------------

No new revisions were added by this update.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/oce.git



More information about the debian-science-commits mailing list