1
0
mirror of https://git.dev.opencascade.org/repos/occt.git synced 2025-04-03 17:56:21 +03:00
occt/dox/dev_guides/dev_guides.md
abv d1a67b9d1b 0024816: Tool for upgrading OCCT and dependent code
A new script adm/upgrade.tcl defines a Tcl procedure occt_upgrade, to be used for upgrading code of OCCT and applications for changes introduced by OCCT 7.0.
Batch script upgrade.bat is provided for convenience.
File upgrade.dat contains data (lists of classes) required for some upgrade steps.
Details on upgrade procedure are put in dox/dev_guides/upgrade/upgrade.md.

OCCT code corrected to improve compatibility with code based on previous versions of OCCT:
- Added conversion operator of handle to bool, for use in conditional expressions.
- Forward declaration of argument class restored in macro DEFINE_STANDARD_HANDLE.
- Includes of used classes added in some headers to avoid problem of missing includes in dependent code
- Type cast operators to base curve and surface added in GC and GCE2d classes to reduce porting issues.

Added test for local reference to handle initialized by temporary handle to derived class.

WOK and CDL User Guides removed.
2015-08-19 19:03:16 +03:00

826 B

Developer Guides

The following documents provide information on OCCT building, development and testing:

  • @subpage occt_dev_guides__building "Building OCCT from sources"
  • @subpage occt_dev_guides__documentation "Documentation system"
  • @subpage occt_dev_guides__coding_rules "Coding Rules"
  • @subpage occt_dev_guides__contribution_workflow "Contribution Workflow"
  • @subpage occt_dev_guides__git_guide "Guide to installing and using Git for OCCT development"
  • @subpage occt_dev_guides__tests "Automatic Testing system"
  • @subpage occt_dev_guides__debug "Debugging tools and hints"

The following guide provides information relevant to upgrading applications developed with previous versions of OCCT, to recent one:

  • @subpage occt_dev_guides__upgrade "Upgrade from previous OCCT versions"