Salome HOME
Fix tests using unittest (failed cases were not reported by ctest).
[modules/shaper.git] / src / ConstructionAPI /
2018-10-01 mznFix tests using unittest (failed cases were not reporte...
2018-08-27 mznMigration to OpenCASCADE CMake configuration.
2018-08-20 mznMerge branch 'master' of https://codev-tuleap.cea.fr...
2018-08-20 dbvAdded to Python API creation of point by vertex selection.
2018-08-20 mznPorting to SALOME 9.1.0.
2018-07-11 mpvFix the point by XYZ coordinates python export/dump
2018-07-10 vsvCode standard issues
2018-07-09 mpvMerge branch 'BR_EDF_2018_Lot1'
2018-07-02 vsvMerging of points interface
2018-07-02 vsvImplementation of point 2.3.1 of CEA specification
2018-06-29 dbv2.3.5 Point creation: by geometrical property
2018-06-28 dbv2.3.4 Point creation: by intersection
2018-06-27 dbvSome improvements in GUI
2018-06-27 dbv2.3.3.1 Point creation by projection of another point...
2018-06-27 dbv2.3.3.2 Point creation by projection of another point...
2018-06-23 dbv2.3.2 Point creation: on a line
2018-02-27 mpvIssue #2431 - remove application exit from unit tests
2017-10-04 ndsMerge branch 'Dev_2.8.0'
2017-09-21 azvMerge remote-tracking branch 'remotes/origin/master...
2017-09-07 mpvIssue #2209 : New option of creation of construction...
2017-06-30 Clarisse GenraultMerge branch 'master' into cgt/devCEA
2017-06-22 azvMerge branch 'Pre_2.8.0_development'
2017-06-07 Vitaly SMETANNIKOVAdd copyright header according to request of CEA from...
2017-06-07 Vitaly SMETANNIKOVAdd copyright header according to request of CEA from...
2017-06-07 Vitaly SMETANNIKOVAdd copyright header according to request of CEA from...
2017-01-04 Clarisse GenraultMerge branch 'master' into cgt/devCEA
2016-12-23 dbvIssue #803: Put all the python modules in the same...
2016-11-11 mpvFixed the crash on moving Group down and edit it in...
2016-11-10 Vitaly SMETANNIKOVIssue #1860: fix end lines with spaces
2016-11-09 vsvIssue #1834: Fix length of lines
2016-09-08 dbvFix for Axis dump
2016-08-24 dbvMerge remote-tracking branch 'remotes/origin/HighLevelDump'
2016-08-23 azvExplicitly call execute for nested features before...
2016-08-18 dbvIssue #1648: Dump Python in the High Level Parameterize...
2016-08-12 mpvAdded python dump checking for every unit test where...
2016-08-08 dbvIssue #1648: Dump Python in the High Level Parameterize...
2016-08-05 azvDump Python in the High Level Parameterized Geometry...
2016-08-03 dbvIssue #1649: Added CPP High API for Plane feature;
2016-08-03 dbvIssue #1650: Added CPP High API for feature Axis;
2016-08-01 dbvCommented options in Point feature;
2016-07-20 ndsTemporary commented modifications for point
2016-07-14 dbvTests fix.
2016-07-14 dbvIssue #1649: Added options to create plane by three...
2016-07-12 dbvAdded option to create Construction Point by intersecti...
2016-07-07 Clarisse GenraultCompletion of the parametric API high level for the...
2016-07-04 dbvAdded option to create Construction Point by projection...
2016-07-01 dbvAdded option to create Construction Point by distance...
2016-06-17 spoMerge branch 'CPPHighAPI'
2016-06-17 spoRemove some TODOs
2016-06-17 spoRemove GTest tests for C++ High API
2016-06-17 dbvCompilation fix
2016-06-17 spoAdd ConstructionAPI_Axis
2016-06-17 spoAdd support for RefAttr attribute, create setCoincedent...
2016-06-17 spoUse not only ModelAPI_Attribute* in INTERFACE_N
2016-06-17 spoUse full attribute type name in INTERFACE_N
2016-06-17 spoUse fillAttribute in *API interfaces
2016-06-17 spoAdd INRERFACE_1 and small code improvements
2016-06-17 spoUse headers from *Plugin in C++ High API *API
2016-06-17 dbvFix compilation on Windows
2016-06-17 spoUse ID() static functions of ConstructionAPI_Plane...
2016-06-17 spoAdd ModelHighAPI_Selection & ConstructionAPI_Plane
2016-06-17 spoCleare Macros for easy atribute initialization in C...
2016-06-17 spoUse doxy2swig for C++HighAPI documentation
2016-06-17 spoAdd test for HighModelAPI_Double
2016-06-17 spoImprove documentation
2016-06-17 spoImproce CMake files
2016-06-17 spoMove Mock files from src/ConstructionAPI/Test to src...
2016-06-17 spoFormatting CMakeLists.txt for ConstructionAPI & ModelHi...
2016-06-17 spoImprove CMakeLists.txt files for ModelHighAPI & Constru...
2016-06-17 spoAdd GTest.cmake & PythonAPI.cmake and use it in CMakeLi...
2016-06-17 spoAdd documentation for C++HighAPI
2016-06-17 spoCode improvements
2016-06-17 spoFix memory leak with shared_ptr in HighModelAPI and...
2016-06-17 spoTest ConstructionAPI_Point by old PythonAPI tests
2016-06-17 spoTest addPoint
2016-06-17 spoAdd ModelHighAPI & ConstructionAPI pachages