Salome HOME
Fix #1596: export XAO
[modules/shaper.git] / src / ModelHighAPI /
2016-06-20 spoRemove dependency on boost
2016-06-17 spoMerge branch 'CPPHighAPI'
2016-06-17 spoMove functions from Python model.services to C++ ModelH... CPPHighAPI
2016-06-17 spoRemove GTest tests for C++ High API
2016-06-17 spoFix Platine test
2016-06-17 spoFix ParametersAPI
2016-06-17 spoUse Events_InfoMessage instead of Events_Error in Model...
2016-06-17 spoAdd PartSetAPI
2016-06-17 dbvAdded CPP High API for FeaturesPlugin_ExtrusionCut...
2016-06-17 spoAdd Mirror and fix tests
2016-06-17 spoFix return ModelHighAPI_Selection from list as a copy
2016-06-17 spoAdd support of ModelAPI_AttributeRefAttrList
2016-06-17 spoFix tests MakeBrick2 & MakeBrick3. Fix Box macro feature.
2016-06-17 spoAdd GeomAPI to ModelHighAPI and others
2016-06-17 spoAdd resilt() and selectFace()
2016-06-17 spoModelHighAPI_RefAttr can use ModelHighAPI_Interface
2016-06-17 spoMake ModelHighAPI_Interface::getKind() const
2016-06-17 spoAdd fillAttribute(double...) and fillAttribute(const...
2016-06-17 dbvCPP API for FeaturesPlugin_Extrusion
2016-06-17 spoFix typemap for ModelHighAPI_RefAttr exception message
2016-06-17 spoFix TestSketcherSetCoincident::test_none_type_arguments...
2016-06-17 spoAdd support for RefAttr attribute, create setCoincedent...
2016-06-17 spoAdd Integer attribute support
2016-06-17 spoAdd SketchAPI and Line feature. Also fix tests.
2016-06-17 spoAdd Bool, Pnt, Pnt2d and Dir attributes
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 ExchangeAPI, fillAttribute in ModelHighAPI_Tools...
2016-06-17 spoAdd INRERFACE_1 and small code improvements
2016-06-17 dbvFix compilation on Windows
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 spoRemove SWIG_SCRIPTS
2016-06-17 spoImprove documentation
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 spoSmall improvements in ModelHighAPI/CMakeLists.txt
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 addPoint
2016-06-17 spoAdd ModelHighAPI & ConstructionAPI pachages