[SCM] OCE packaging annotated tag, debian/0.9.1-1, created. debian/0.9.1-1
Adam C Powell IV
hazelsct at debian.org
Mon Feb 27 14:07:20 UTC 2012
The annotated tag, debian/0.9.1-1 has been created
at c06fc0461f8b17b698b503604398db5655fba7d8 (tag)
tagging c7f6c2d2195b302e61329bb2066732ff4d3472e1 (commit)
replaces debian/0.7.0-3
tagged by Adam C Powell IV
on Mon Feb 27 09:04:27 2012 -0500
- Shortlog ------------------------------------------------------------
Debian release 0.9.1-1
Adam C Powell IV (6):
This is for upload
Merge branch 'pristine-tar' of git+ssh://git.debian.org/git/debian-science/packages/oce into debian
Merge branch 'debian' of git+ssh://git.debian.org/git/debian-science/packages/oce into debian
Final upload build for this version
Bumped Standards version and removed source overrides no longer in lintian
Remove these obsolete files which are build system-specific
Denis Barbier (60):
Few resource files were not installed
Add test/UnitsAPI_test
pristine-tar data for oce_0.7.0.orig.tar.gz
Add support for LIB_SUFFIX to install libraries into lib64
Ensure that GLU is found when checking for OpenGL
Apply changes to CMake files to define OCE_BUILD_STATIC_LIB macro
Partially revert "Disambiguate using type casts under latest bcc32"
Fixes to allow building with cmake 2.6
OCE_MULTITHREAD_LIBRARY property can be set with CMake 2.8
Define DEB and _DEBUG when compiling in Debug mode, otherwise define NDEBUG
Merge pull request #176 from tpaviot/review/bcc32-compiler-option-fix
Merge pull request #190 from tpaviot/review/bcc-uses-stdint-stdlib
Merge pull request #169 from tpaviot/review/check-GLU
Merge pull request #167 from tpaviot/review/LIB_SUFFIX
Merge pull request #178 from tpaviot/review/change-def-build-to-shared
Merge pull request #183 from tpaviot/review/cmake-2.6
Fix handling of DEB/_DEBUG/NDEBUG symbols with MSVC
Merge pull request #184 from tpaviot/review/debug-flags
Merge pull request #186 from tpaviot/review/draw-macros-fix
Strip system paths from RPATH
Merge pull request #207 from tpaviot/review/RPATH-strip-system-paths
Bumped version to 0.8 rc1
Bump OCE_ABI_VERSION, new functions have been added
Minor changes in NEWS and add more credits
Upgrade to OCCT 6.5.2
debian/control: Add "Community Edition" to all descriptions
Update debian/changelog
Merge pull request #213 from tpaviot/review/occt652
[warning-fix][unused-local-var]
[warning-fix][unused-local-var]
pristine-tar data for oce_0.8.0.orig.tar.gz
Merge commit 'upstream/OCE-0.8.0' into debian
debian/rules: enable parallel builds
Rpath settings can be set directly to the right values with OCE 0.8.0
debian/DRAWEXE.1: Bump OCE version number
Update debian/liboce-foundation-dev.install
Update debian/changelog
Merge pull request #219 from tpaviot/review/warning/unused-local-var2
Bugfix: else clause applies to the wrong if statement because of missing braces
[warning-fix][ambiguous-else]
Merge pull request #220 from tpaviot/review/warning/ambiguous-else
Fix TBB support in Debug mode
On Windows, use stat instead of _stat to use time_t type on 32 and 64 bits
Merge pull request #224 from tpaviot/review/cmake-uninstall
Merge pull request #225 from tpaviot/review/fix-tbb-debug
Merge pull request #226 from tpaviot/review/parse-xml-files
Merge pull request #227 from tpaviot/review/syntax-error
Merge pull request #233 from tpaviot/review/QA-fixes-clean
Merge pull request #234 from tpaviot/review/embarcadero
Merge pull request #235 from tpaviot/review/use-time_t-everywhere
Merge pull request #236 from tpaviot/review/stdio-inclusion-for-older-tcl
Compile and run tests only if the needed components have been compiled
Merge pull request #240 from tpaviot/review/osx-xsputn-fix
Merge tag 'upstream/OCE-0.9.1' into debian
debian/DRAWEXE.1: Bump OCE version number
Update the list of header files in debian/liboce-*-dev.install
Bump soname, this release is not compatible with 0.8.0
Update debian/changelog
Add patch to hopefully fix FTBFS on Alpha
Update debian/changelog
Fotios Sioutis (30):
Modifications needed for correct building of oce under WOK
Removed unneeded .adm folders from /drv
Removed deprecated bcc32 project files
Moved ExprIntrp.tab.c file from drv to src folder
Renamed PPC to ppc in Plate cdl declarations.
Fixed Handle()& issue under latest bcc32
Disambiguate using type casts under latest bcc32
Fixed opengl (ftgl) font issue
Default build (no macros) should be shared lib.
Adds a dummy oce-config.h for non cmake platforms.
Resolves a possible bcc32 compiler bug.
Removal of __BORLANDC__ deprecated macros
stdint.h and stdlib.h inclusion for bcc
Bcc needs two functions declared as global
Fixed convertion from int to Handle under bcc32
Template class issue for bcc32
In placement delete not supported under bcc32
OCE_DEBUG_POSTFIX undefined in non cmake envs.
Macro fixes in Draw package
revert-wok-regression-move-ExprIntrp.tab.c
Corrects upstream issue with unit type
Fixed Standard_StdAllocator for bcc32
Resolved issue with local variable in singleton
atol of cstdlib must be changed to std::atol (bcc)
Bcc needs HashCode & IsEqual declared as global
Added Standard_Time cdl based class.
Modified cdl classes to use Standard_Time variable
fixed illegal character inclusion
include stdio.h for older tcl versions
removed unneeded comment & redundant tcl.h on !wnt
Jerome Robert (2):
Geom_BSplineCurve.cxx: Add explicit exception message
Let a mingw64 TKernel works in Wine
QbProg (7):
Bumbed version to 0.8.0-dev
Solves a copy-paste bug in TDataXtd_PatternStd
MSVC fixes for UnitsAPI tests
Adds an OCE_ENABLE_DEB_FLAG option to allow the building with/without the DEB define.
Adds an option to disable the bspline mesher, and reverts to OFF (not disabled) the default behavoir
NEWS for 0.8.0
NEWS file for 0.9
Thomas Paviot (37):
Merge pull request #159 from tpaviot/review/add_units_files
Merge pull request #165 from tpaviot/fs/move-ExprIntrp.tab.c-to-src
Merge pull request #164 from tpaviot/fs/wok-fixes
Merge pull request #163 from tpaviot/fs/remove-bcc-files
Merge pull request #162 from tpaviot/fs/remove-wok-folders
Merge pull request #177 from tpaviot/review/empty-oce-config-for-non-cmake
Merge pull request #172 from tpaviot/review/bcc-xe-ports
Merge pull request #180 from tpaviot/review/TCollection-test
Merge pull request #182 from tpaviot/review/IGESImport-test
Merge pull request #179 from tpaviot/review/brep-import-test
Merge pull request #191 from tpaviot/review/bcc-remove-deprecated-macro
Merge pull request #198 from tpaviot/review/fix-msvc-test-build
Merge pull request #193 from tpaviot/review/bcc-in-placement-delete
Merge pull request #192 from tpaviot/review/bcc-template-issue
Merge pull request #188 from tpaviot/review/bcc-global-functions
Merge pull request #187 from tpaviot/review/correct-debug-postfix-missing-macro
Merge pull request #189 from tpaviot/review/bcc-convert-int-to-Handle
Merge pull request #197 from tpaviot/review/fix-bug-195
Merge pull request #202 from tpaviot/review/deb-option
Merge pull request #196 from tpaviot/review/bspline-mesher-option
Merge pull request #205 from tpaviot/review/build-test-fixes
Merge pull request #173 from tpaviot/review/ftgl-zbuffer-issue
Merge pull request #208 from tpaviot/fs/wok-unit-type-issue
Merge pull request #206 from tpaviot/review/standard-stdallocator
Merge pull request #209 from tpaviot/fs/wok-regression-revert
Merge pull request #210 from tpaviot/review/0.8-news
Merge pull request #211 from tpaviot/review/update-version-number
Merge pull request #218 from tpaviot/review/warning/unused-local-var
Merge pull request #228 from jeromerobert/bspline-curve-explicit-exception
Merge pull request #231 from jeromerobert/wine-support
Merge pull request #232 from tpaviot/review/fix-out-of-bound
Merge pull request #230 from tpaviot/review/fix-standard-program-raise
Merge pull request #229 from tpaviot/review/add-Standard_Time-variable
Merge pull request #238 from tpaviot/review/run-tests-conditionnally
Merge pull request #244 from tpaviot/review/0.9-news
Merge pull request #247 from tpaviot/review/fix-missing-brackets
Merge pull request #249 from tpaviot/review/0.9.1-updates
davyw (12):
Fixes ambiguity errors on bcc32 compiler for 'BRepLib_MakeEdge'.
Fixes ambiguity errors on bcc32 compiler for 'BRepLib_MakeVertex'.
Fixes ambiguity errors on bcc32 compiler for 'BRepLib_MakeFace'.
Fixes ambiguity errors on bcc32 compiler for 'BRepLib_MakeWire'.
Fixes ambiguity errors on bcc32 compiler for 'BRepBuilderAPI_MakeVertex'.
Fixes ambiguity errors on bcc32 compiler for 'BRepBuilderAPI_MakeFace'.
Fixes ambiguity errors on bcc32 compiler for 'BRepBuilderAPI_MakeEdge'.
Fixes ambiguity errors on bcc32 compiler for 'BRepPrimAPI_MakeBox'.
Resolves a possible bcc32 compiler bug.
Fixed bcc32 compiler option -x- for version 6.40.
Added additional borland support for cmake build system.
Moved bcc32 specific scripts for TKService and TKOpenGl to their own CMakeLists.txt.
tpaviot (53):
Added sample .brep files
Added TCollection test
Added IGES samples folder
Added IGESImport test
Added test for .brep import
Replaced #ifdef DEBUG introduced in 89ada85 with #ifdef _DEBUG
Fix missing MilTol2 in debug mode
Restored DumpWhaIs required for STEP Import/Export in debug mode
Added unittest for TDataXtd_Pattern patch
IGES and STEP import test are compiled only if DataExchange is enabled
TDataXtd test is compiled only if OCAF is enabled
Added Roman Lygin's Standard_StdAllocator class
Unittest for Standard_StdAllocator class
Fixed Standard_StdAllocator class for gcc-4.2.1
Fixes in the StandardAllocator unittest
Bumped version number to 0.8.0
Bumped version to 0.9.0-dev
Added uninstall
OSX fix: moved @CMAKE_COMMAND@ to ${CMAKE_COMMAND}
Bugfix: std::streamsize replacement for int in std::streambuf::xsputn overload
Fix syntax error in OSD_FileNode.cxx
[cppcheck-error-fix][instance-destroyed-immediately]
Bugfix: out of bound
[cppcheck-error-fix][mismatch-allocation-deallocation]
[cppcheck-error-fix][mismatch-allocation-deallocation]
[cppcheck-error-fix][mismatch-allocation-deallocation][Pawel]
[cppcheck-warning-fix][mismatch-allocation-deallocation][Pawel]
[cppcheck-error-fix][mismatch-allocation-deallocation]
[cppcheck-error-fix][mismatch-allocation-deallocation]
[cppcheck-error-fix][mismatch-allocation-deallocation]
[cppcheck-error-fix][mismatch-allocation-deallocation]
[cppcheck-error-fix][memory-leak]
[cppcheck-error-fix][memory-leak]
[cppcheck-error-fix][memory-leak]
[cppcheck-error-fix][memory-leak]
[cppcheck-error-fix][memory-leak]
[cppcheck-error-fix][memory-leak]
[cppcheck-error-fix][memory-leak]
[cppcheck-error-fix][memory-leak]
[cppcheck-error-fix][memory-leak]
[cppcheck-error-fix][memory-leak]
[cppcheck-warning-fix][Redundant-assignement]
[cppcheck-error-fix][memory-leak]
[cppcheck-error-fix][unitialized-variable]
[cppcheck-error-fix][uninitialized-variable]
[cppcheck-error-fix][uninitialized-variable]
Fix OSX conflict return type in LDOM_SBuffer::xsputn overload
Bumped version to 0.9 rc1
Updated the NEWS file
Bumped version number to 0.9.0
Fix issue #246: add missing bracket to if clause
Bumped version number to 0.9.1
Updated the NEWS file
-----------------------------------------------------------------------
--
OCE packaging
More information about the debian-science-commits
mailing list