[oce] annotated tag upstream/0.15_pre1 created (now b8bc939)
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.15_pre1
in repository oce.
at b8bc939 (tag)
tagging a121365b6a7fb2dc50644e132c9e9096a1d4ffe7 (commit)
replaces upstream/0.14.1
tagged by Denis Barbier
on Sun Feb 9 22:21:14 2014 +0100
- Log -----------------------------------------------------------------
Upstream version 0.15~pre1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.15 (GNU/Linux)
iD8DBQBS9/FM8Ri1lR4WGvsRAocvAKCGO23m86EZRb/k5ejVx/i8+tnZBQCaA8PG
1pYl7b7Akkx239PMJ/l/jKQ=
=ndKG
-----END PGP SIGNATURE-----
Benjamin Bihler (2):
Made library output path absolute when using MinGw
Removed unnecessary elseif branch
Denis Barbier (68):
Apply patches from 5c79896 on OCCT 6.7.0
Remove src/Image/Image_PixelAddress.cxx
Revert an unneeded change in Plate_LinearScalarConstraint.cdl
Swap assignments to avoid compiler warnings
Fix prototype of debugCallbackWrap
[warning-fix][ignored-qualifiers]
[warning-fix][unused-local-var]
[warning-fix][unused-function]
[warning-fix][declared-but-never-defined]
[warning-fix][extra-semi]
Bump OCCT version number in README.txt
[warning-fix][unused-local-var]
Fix build failure when compiling IntAna_Curve.cxx
Fix precompiled headers, Image.hxx has been removed from OCCT 6.7.0
Fix bug introduced in 8646fb3
Merge pull request #446 from tpaviot/review/upgrade-OCCT-6.7.0
Merge tag 'OCE-0.14.1'
Replace ASSERT_EQ(bool,bool) by ASSERT_TRUE/ASSERT_FALSE(bool)
Merge pull request #447 from tpaviot/review/warning-fix-gtest.h
Merge pull request #455 from tpaviot/review/fix-deb-build
Add tests/ directory shipped by OCCT 6.7.0
Add support for OCCT tests in CMakeLists.txt
Use [info nameofexecutable] to retrieve DRAWEXE path
Fix generation of DrawLaunchTests.cmake
Add an OCE_SKIP_TESTS_DATA environment variable when running OCCT tests
Do not set CSF_TestScriptsPath environment variable
Set CSF_XCAFDefaults in DrawLaunchTests.cmake
Rename OCE_TCL_TEST_LIST option into OCE_TCL_TEST_GROUP
Fix Graphic3d::InitGraphicDriver with static linking
Remove conversion operator from NCollection_Mat4 to Element_t*
Fix OCAFExport_test in static build
Merge pull request #456 from tpaviot/qb/build-improvements
Update OpenGl_glext.h to the version shipped in OCCT 6.7.0
Revert "Fix prototype of debugCallbackWrap"
Reapply commit 9721ffd against the new OpenGl_glext.h
Reapply commit cca4bae against the new OpenGl_glext.h
Merge pull request #452 from tpaviot/review/occt-tests
Merge pull request #462 from tpaviot/review/bcc-fixes
Merge pull request #463 from tpaviot/review/opengl-static
Merge pull request #464 from tpaviot/review/fix-build-with-mesa-10
Fix commit 29e4529
Merge pull request #467 from jobermayr/master
More changes in .travis.yml
Disable testing in .travis.yml, it does not work yet
Do not compile OCAFExport_test if OCE_DISABLE_X11 is set
Reenable OCE_TESTING
Merge pull request #468 from tpaviot/review/conditional-OCAFExport_test
Enable precompiled headers to speed up builds
Enable all components in .travis.yml
Only build master and review* branches on travis-ci.org
Merge pull request #469 from tpaviot/review/improve-travis-ci
Many improvements in travis-ci usage
Merge pull request #471 from tpaviot/review/improve-travis-ci-usage
.travis.yml: Move display of tests duration into after_script
.travis.yml: Fix previous commit, .travis.yml was invalid
.travis.yml: install libfreeimage-dev
Fix tests/bugs/caf/bug21231
Also define CSF_StandardDefaults and CSF_StandardLiteDefaults when running OCCT tests
Reenable xml OCCT tests
Fix CSF_CurrentUnitsDefaults and CSF_MDTVCurrentUnitsDefaults in DrawLaunchTests.cmake
Merge pull request #472 from tpaviot/review/_osd_wnt_set_error-fix
Merge pull request #474 from tpaviot/review/fix-travis-occt-tests
Merge pull request #475 from tpaviot/review/mingw64compilation
Update CMakeLists.txt and NEWS to release OCE 0.15
Fix whitespace to follow Markdown syntax
Remove mentions of FTGL, it is not needed since OCE 0.13
Mention license in README.md
Imported Upstream version 0.15~pre1
Fotios Sioutis (19):
Hard define DUPLICATE_UINT32 for bcc & WOK
Define local acosh,asinh,atanh if missing.
Fix inttypes & stdint inclusion.
two operands must evaluate to the same type (bcc)
mem.h header for borland memset call
Added edl & EXTERNLIB for AIS package (wok)
member accesibility issue with bcc
Needed header for Standard_Import symbol
M_SQRT1_2 is not defined in bcc
edl file edit to reflect external library include
Removed const from a method in CDL
template specialization for bcc
fix of issue with operator
Added missing malloc.h for bcc
Disambiguation needed for bcc
template specialization for bcc
bcc Internal compiler error fix
Revert old library name method for non cmake build
Reapply commit 6375238 against the new OpenGl_glext.h
Jacob Abel (1):
Fix flags in FormatMessage, Wvarargs warning fix
Johannes Obermayr (2):
OpenGl_GlCore12.hxx: #undef GL_VERSION_x_y in all cases.
Improve travis-ci usage.
QbProg (9):
Small additions to main precompiled file
Added multithreaded build option for MSVC
Compilation fix for some OCE setting configurations.
Fix for TK linking in TKDraw/MSVC
PDB files are generated only for shared libraries
Removed OCE_DISABLE_TKSERVICE_FONT
Fix compilation for bundle without visualization
Respect compilation options when OCE_BUNDLE_SOURCE is active
Fixes a very bad behavior: setting the archive output dir to the install path
Thomas Paviot (1):
Merge pull request #450 from tpaviot/review/clang-warning-fixes
abv (2):
Fix new type conversion warning
Code cleaned to avoid MSVC compiler warnings on unused function arguments. Several useless pieces of code are removed. Changes in IntTools_EdgeFace.cxx, Blend_Walking_1.gxx, Bnd_BoundSortBox.cxx, ProjLib_ProjectedCurve.cxx are reverted (separated to specific issue for more in-depth analysis).
tpaviot (7):
Bumped OCE version number to 0.15-dev
[clang-warning-fix][incrementing-bool]
[clang-warning-fix][unsequenced]
[clang-warning-fix][deprecated-writable-strings]
[clang-warning-fix][tautological-compare]
[clang-warning-fix][switch] Fix missing switch value
First travis-ci yaml configuration file
-----------------------------------------------------------------------
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