Salome HOME
Missing int64 porting entry
[tools/medcoupling.git] / src / MEDCoupling /
2020-01-27 Anthony GeayMerge branch 'agy/EDF20418_integ'
2020-01-27 Anthony Geay[EDF20418] : Fix regression in computation of Voronoi...
2020-01-14 rnvFix compilation on Windows with VS 2017 after implement...
2020-01-09 Anthony GeayMake it work with 64bits config
2020-01-02 Anthony GeayGet rid of conversion array duplication
2020-01-02 Anthony GeayDeal with 1D/0D pointlocator into Remapper
2019-12-31 Anthony GeayDeal with 2D/0D pointlocator into Remapper
2019-12-31 Anthony GeayDeal with 3D/0D point locator intersection in Remapper...
2019-12-20 eapIndices are stored as mcIdType type instead of int...
2019-10-15 Anthony GeayMerge branch 'master' of https://codev-tuleap.cea.fr... V9_4_0b1
2019-09-02 abnPortability GCC9 (spotted on Fedora 30)
2019-07-25 Anthony Geay[EDF19849] : more permissive MEDCouplingUMesh::computeP...
2019-03-07 rnvFix compilation on Windows
2019-03-05 vsrMerge branch 'V9_2_2_BR'
2019-03-04 abnIntersect2DMeshWith1DLine: more doc.
2019-03-04 abnIntersect2DMeshWith1DLine bug fix: when a cell was...
2019-02-26 Anthony GeayWindows porting. Thanks to Roman.
2019-02-25 rnvBuild MEDCOUPLING with numpy on Windows.
2019-02-21 abnIndexed arrays functions are now part of DataArrayInt... V9_3_0a1
2019-02-21 abnNew functionality: computeCellCenterOfMassWithPrecision()
2019-02-21 abnSWIG exception: removing C++11 warnings, minimal work.
2019-02-21 abnRemapper: PointLocator method does not make sense for...
2019-02-21 abnIntersector: Earlier detection of merged nodes.
2019-02-14 vsrUpdate copyrights
2019-02-01 Anthony Geayint64 : update attributes
2019-02-01 Anthony GeayPrepare int64 management
2019-02-01 Anthony GeayPrepare int64 management
2019-02-01 Anthony GeayPrepare int64 management - example 4
2019-01-31 Anthony GeayPrepare int64 management - example 3
2019-01-31 Anthony GeayPrepare int64 management - example 2
2019-01-31 Anthony GeayPrepare int64 management - example 1
2019-01-31 Anthony GeayPrepare int64 management
2019-01-16 abnorientCorreclty2DCells() -> bug fix: quadratic cell...
2019-01-15 abnMerge branch 'master' of https://codev-tuleap.cea.fr...
2019-01-15 Anthony GeayBug correction into MEDCouplingUMesh::getMeasureFieldOn...
2019-01-14 abnIntersect bug fix : quad point was not inserted in...
2019-01-14 Anthony GeayProtect MEDCouplingFieldDouble::getValueOnMulti from...
2019-01-10 abnIntersec bug fix: correct polygons with flat corners...
2019-01-10 abnIntersection: renaming some variables and refactor...
2019-01-04 Anthony GeayImplementation of mergefields on Gauss Points + unifica...
2018-12-20 Anthony GeayFirst draft of int64.
2018-12-17 Anthony GeayMake the static counters atomic
2018-12-10 vsrMerge branch 'V9_2_BR'
2018-12-06 Anthony GeayBug correction in the medcoupling <-> numpy layer
2018-10-29 abnBug fix: IsPolygonWellOriented() was not working proper...
2018-10-26 abnBug fix : Edge::sortIdAbs() was merging points too...
2018-10-15 eapTypo and whitespace fixes by Kunda
2018-10-15 abnMinor doxygen fix
2018-09-24 Anthony GeayNew MEDCouplingUMesh::removeDegenerated1DCells method V9_2_0a1
2018-09-14 abnMerge branch 'master' of https://codev-tuleap.cea.fr...
2018-09-14 abnMinor bug fix : convertDegeneratedCellsAndRemoveFlatOnes()
2018-09-12 Anthony GeayMerge branch 'master' of https://codev-tuleap.cea.fr...
2018-09-12 Anthony GeayTake advantage of a nice property of barycentric coords
2018-09-07 Anthony Geay[EDF17279] : integration computation
2018-09-06 rnvSacrifice of MEDRenumber python module for windows...
2018-09-04 rnvWindows porting
2018-08-29 Anthony GeayAjouts des tests
2018-08-29 abngetCellsContainingPoints is sensitive to 2D quadratic...
2018-08-28 Anthony Geay- MEDLoader ReadField is now dealing int32, float64...
2018-08-27 abnMerge branch 'master' of https://codev-tuleap.cea.fr...
2018-08-27 Anthony GeayMerge branch 'abn/norm_max'
2018-08-08 abnAPI change: MEDCouplingFieldDouble::normMax is now... abn/norm_max
2018-08-06 abnNew functionality: colinearizeKeepingConform2D().
2018-08-02 abnIntel17 portability.
2018-06-27 abnMerge branch 'abn/seg_seg_intersec'
2018-06-27 abnGetting rid of QuadraticArcDetectionPrecision which...
2018-06-27 abnSegSegIntersector areOverlappedOrOnlyColinears() and...
2018-06-25 eapTypo-fix by Kunda
2018-06-20 abnMerge branch 'master' of https://codev-tuleap.cea.fr...
2018-06-20 abnNew func: MEDCouplingUMesh::convertDegeneratedCellsAndR...
2018-06-15 Anthony GeayC++11 for everybody ! youhouuuuu
2018-06-08 eapmedcoupling documentation modification agy/master_with_doc
2018-06-06 abnMerge branch 'master' of https://codev-tuleap.cea.fr...
2018-06-06 abnArcCSegIntersector fix: tangent cases were not properly...
2018-04-19 rnvMerge remote-tracking branch 'origin/abn/bug_fixes...
2018-04-18 abnClarification: 'Triangulation' intersection type is...
2018-04-18 abnBug fix: conformize3D() was not properly void returned...
2018-04-18 abnBug fix: Intersect2DMeshWith1DLine now correctly handli...
2018-04-18 abnBug fix in colinearize2D(): last seg not handled properly.
2018-04-12 abnClarification: 'Triangulation' intersection type is... abn/bug_fixes
2018-04-09 abnBug fix: conformize3D() was not properly void returned...
2018-04-09 abnBug fix: Intersect2DMeshWith1DLine now correctly handli...
2018-03-26 Anthony GeayMEDCouplingRemapper::SetCrudeMatrix implementation V8_5_0a2 V8_5_0b1
2018-03-23 Anthony GeayLoad interpolation matrix from the outside
2018-03-15 abnBug fix in colinearize2D(): last seg not handled properly.
2018-02-28 Anthony GeayDeal with eccentricity for structure element
2018-02-27 eaptypo-fix by Kunda V8_5_0a1
2018-02-21 Anthony GeayEnd of implementation of MEDCouplingUMesh::attractSeg3M...
2018-02-20 Anthony GeayImplementation of MEDCouplingUMesh::attractSeg3MidPtsAr...
2018-02-20 Anthony GeayMissing wrap of appendFieldProfileFlatly
2018-02-09 eapTypo-fix by Kunda
2018-01-25 eaptypo-fix by Kunda V9_0_0
2018-01-09 eaptypo-fix by Kunda
2018-01-05 Anthony GeayNew useful DataArrayInt32::findIdForEach
2018-01-04 Anthony GeayImplemenatation of MEDFileFields::linearToQuadratic...
2017-12-28 Anthony Geaynew "medcoupling" python module to gether into a single...
2017-12-13 rnvMerge V8_4_BR branch.
2017-11-28 eaptypo-fix by Kunda
2017-11-17 Anthony GeayAddition getMaxAbsValueInArray and getMaxAbsValue
2017-11-03 Anthony GeayWelcome to DataArrayDouble::asArcOfCircle
next