Salome HOME
Add copyright header according to request of CEA from 06.06.2017
[modules/shaper.git] / src / ConstructionAPI /
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