OCCT Git - occt.git/atom - src/TKMeshVS/CMakeLists.txt history Open CASCADE Technology repository http://git.dev.opencascade.org/gitweb/?p=occt.git static/git-favicon.png static/git-logo.png 2015-11-23T10:39:47Z gitweb 0026880: Configuration, CMake - platform dependent code is not generated 2015-11-12T12:28:34Z ibs ibs@opencascade.com bugmaster bugmaster@opencascade.com 2015-11-12T12:28:34Z http://git.dev.opencascade.org/gitweb/?p=occt.git;a=commitdiff;h=fb3267c7b87614ca860f3469ab9fbe8b43ee6fc2
0026880: Configuration, CMake - platform dependent code is not generated

several misprints fixed (upper case, sorting of empty list, empty parent directory)

CMake should consider CSF_ variables from EXTERNLIB file for each toolkit

CSF_ variables are defined in occt_csf for each OS
redundant CSF removed

Conflicts:
src/TKG3d/CMakeLists.txt
  • [DB] src/TKMeshVS/CMakeLists.txt
0026591: Header collecting in CMake configuration process does not consider 'patch... 2015-08-06T17:59:26Z ibs ibs@opencascade.com bugmaster bugmaster@opencascade.com 2015-08-06T17:59:26Z http://git.dev.opencascade.org/gitweb/?p=occt.git;a=commitdiff;h=f2e9c853a2e96ff7c30ff398dc6a6f13977b0b80
0026591: Header collecting in CMake configuration process does not consider 'patch' dir

"patch" functionality fixed (except mfc samples)
CMake variable descriptions updated and their width realigned
  • [DB] src/TKMeshVS/CMakeLists.txt
0026529: CMake offers rebuilding of platform dependent code unclear for an user 2015-08-20T13:24:50Z ibs ibs@opencascade.com ski ski@opencascade.com 2015-08-20T13:24:50Z http://git.dev.opencascade.org/gitweb/?p=occt.git;a=commitdiff;h=316d77d9813b02630f8c3122237d25c7b47b7f12
0026529: CMake offers rebuilding of platform dependent code unclear for an user

Fix for building with GCC and CLang

CMake variable descriptions updated
"Building with CMake" article updated

BuildToolkit.cmake cleaned up and renamed
"TestCases" project and all relating variables removed; custom script added for building environment
DrawAppliInit is copied from occt root to CMake binary dir if the file exists

rebuild platform dependent code by cmake cleaned up
Flex & Bison compiler flags added

RelWithDebInfo OCCT libraries are moved to libi folder; the binary is moved to bini one

CMAKE_BUILD_TYPE is set as Release by-default for a single-configuration generator

env.bat in installation folder has default value of CASDEB that equals to the build type of the last installed OCCT libraries

"building with CMake" article updated
  • [DB] src/TKMeshVS/CMakeLists.txt
0025114: CMake-based build tools for OCCT 7.0 2015-07-02T15:17:54Z ibs ibs@opencascade.com abv abv@opencascade.com 2015-07-02T15:17:54Z http://git.dev.opencascade.org/gitweb/?p=occt.git;a=commitdiff;h=19286d7cf7e697e0ea70ff1bbfa3765c9b429a4f
0025114: CMake-based build tools for OCCT 7.0

All CMake meta-projects for OCCT are put to OCCT code (including fragments previously generated by WOK).

"/bigobj" compiler flag added to TKQADraw because of the size of its object file

[GeomToStep & Graphic3d] private headers are included from current dir of including source file
  • [DB] src/TKMeshVS/CMakeLists.txt