- Jun 15, 2021
-
-
Stéphane Del Pino authored
-
- Jan 29, 2021
-
-
PATELA Julie authored
-
Stéphane Del Pino authored
Update packages See merge request !74
-
- Jan 28, 2021
-
-
Stéphane Del Pino authored
subrepo: subdir: "packages/Catch2" merged: "2dbe63a6b" upstream: origin: "git@github.com:catchorg/Catch2.git" branch: "devel" commit: "2dbe63a6b" git-subrepo: version: "0.4.3" origin: "git@github.com:ingydotnet/git-subrepo.git" commit: "2f68596"
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
subrepo: subdir: "packages/CLI11" merged: "639a8add1" upstream: origin: "git@github.com:CLIUtils/CLI11.git" branch: "master" commit: "639a8add1" git-subrepo: version: "0.4.3" origin: "git@github.com:ingydotnet/git-subrepo.git" commit: "2f68596"
-
Stéphane Del Pino authored
subrepo: subdir: "packages/PEGTL" merged: "a67c5d0a9" upstream: origin: "git@github.com:taocpp/PEGTL.git" branch: "master" commit: "57f8ebe00" git-subrepo: version: "0.4.3" origin: "git@github.com:ingydotnet/git-subrepo.git" commit: "2f68596"
-
Stéphane Del Pino authored
subrepo: subdir: "packages/kokkos" merged: "265063b45" upstream: origin: "git@github.com:kokkos/kokkos.git" branch: "master" commit: "1fb0c284d" git-subrepo: version: "0.4.3" origin: "git@github.com:ingydotnet/git-subrepo.git" commit: "2f68596"
-
- Jan 23, 2021
-
-
Stéphane Del Pino authored
-
- Jan 22, 2021
-
-
Stéphane Del Pino authored
-
- Dec 13, 2020
-
-
Stéphane Del Pino authored
Fix memory leaks when using PETSc See merge request !73
-
Stéphane Del Pino authored
-
- Dec 01, 2020
-
-
Stéphane Del Pino authored
Remove redundant calculation of coverage See merge request !72
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
Feature/language tiny matrices See merge request !71
-
Stéphane Del Pino authored
Also add related tests
-
- Nov 30, 2020
-
-
Stéphane Del Pino authored
Deal with missing tests of - ASTNodeListAffectationExpressionBuilder - FunctionArgumentConverter - FunctionProcessor - ListAffectationProcessor
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
- use ASTNodeNaturalConversionChecker<AllowRToR1Conversion> when dealing with lists - ASTNodeNaturalConversionChecker call in ASTNodeBuiltinFunctionExpressionBuilder
-
Stéphane Del Pino authored
-
- Nov 27, 2020
-
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
- deal with arguments as well as return value - add few missing tests
-
Stéphane Del Pino authored
- add also missing tests - improve slightly error messages
-
- Nov 26, 2020
-
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
- fix tuple affectation for none list rhs - fix affection for R^1x1
-
- Nov 25, 2020
-
-
Stéphane Del Pino authored
Testing for `ASTNodeNaturalConversionChecker` remains incomplete
-
Stéphane Del Pino authored
- (re?)-check that list to tuple conversion is possible - fix an issue in affectation of matrix tuple elements from lists
-
Stéphane Del Pino authored
It has now the same behavior as TinyVector
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
This commit namely adds tuple to matrices conversions and allows to deal with product of spaces containing R^dxd
-
Stéphane Del Pino authored
This gives better information when running into problems
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
-
- Nov 24, 2020
-
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
- allow affectation of TinyMatrix to string - allow concatenation of TinyMatrix to string
-
Stéphane Del Pino authored
-
Stéphane Del Pino authored
Grant functionalities (by now) - declaration of variables of type R^1x1, R^2x2 and R^3x3 - allow standard affectations - add unary minus operator - plug basic binary operators
-