Commit Graph

1197 Commits

Author SHA1 Message Date
Oliver Booth 3e0853d102
refactor!: move GCF to BinaryIntegerExtensions for .net>=7 2024-02-17 18:17:12 +00:00
Oliver Booth 30f158e861
refactor!: move Factorial to BinaryIntegerExtensions for .net>=7 2024-02-17 18:13:45 +00:00
Oliver Booth eb46257b75
Merge branch 'release/4.0.0' into feature/generic_math 2024-02-17 17:27:56 +00:00
Oliver Booth 8459d8fc83
ci(test): use coverage from coverlet 2024-02-17 17:23:27 +00:00
Oliver Booth fdf1465730
test: coverlet output xml 2024-02-17 17:23:02 +00:00
Oliver Booth 69f0fa7b80
Merge branch 'release/4.0.0' into feature/generic_math 2024-02-17 16:12:39 +00:00
Oliver Booth 6501162857
fix(ci): convert coverage report to codecov supported format 2024-02-17 16:12:00 +00:00
Oliver Booth 39773a56c3
ci: output DetailedXML from dotcover 2024-02-17 16:08:40 +00:00
Oliver Booth 8cdbfcfe0d
Merge branch 'release/4.0.0' into feature/generic_math 2024-02-17 15:31:02 +00:00
Oliver Booth 29cd725b66
Merge branch 'main' into release/4.0.0 2024-02-17 15:30:41 +00:00
Oliver Booth 4dc5fc1148
[ci skip] docs: update license year 2024-02-17 15:30:02 +00:00
Oliver Booth 89de426d9a
ci: search for files with codecov 2024-02-17 03:04:19 +00:00
Oliver Booth 43128c4c64
Merge branch 'main' into release/4.0.0 2024-02-17 00:29:14 +00:00
Oliver Booth 22da9aa769
fix(ci): workflow should use 'with' not 'env' 2024-02-17 00:28:58 +00:00
Oliver Booth 1c09081240
Merge branch 'main' into release/4.0.0 2024-02-12 15:09:35 +00:00
Oliver Booth 5e60019a0d
[ci skip] ci: downgrade codecov-action to 4.0.0 2024-02-12 15:09:15 +00:00
Oliver Booth 447323f4d1
Merge branch 'main' into release/4.0.0 2024-02-12 14:45:56 +00:00
Oliver Booth 9a506a6b29
[ci skip] fix(ci): output xml from dotCover 2024-02-12 14:45:42 +00:00
Oliver Booth a71cb73df7
[ci skip] ci(test): add dotCover output to codecov upload 2024-02-12 14:42:44 +00:00
Oliver Booth 485501cfc0
ci(test): add dotCover output to codecov upload 2024-02-12 14:42:11 +00:00
Oliver Booth 22aaa96c23
Merge branch 'main' into release/4.0.0 2024-02-12 10:23:15 +00:00
Oliver Booth 1daa8ffd56
[ci skip] fix(ci): remove shell field from dotcover install step 2024-02-12 10:23:03 +00:00
Oliver Booth 6472c0fc84
Merge branch 'main' into release/4.0.0 2024-02-12 10:21:06 +00:00
Oliver Booth ac82200303
[ci skip] ci: switch to codecov for coverage 2024-02-12 10:20:35 +00:00
Oliver Booth 99e0bef64d
Merge branch 'release/4.0.0' into feature/generic_math 2024-02-12 09:38:46 +00:00
Oliver Booth db3a80b6da
Merge branch 'main' into release/4.0.0 2024-02-12 09:34:35 +00:00
Oliver Booth 52c85f3498
[ci skip] ci: add sonar.cs.dotcover.reportsPaths 2024-02-12 09:34:05 +00:00
Oliver Booth f679ec294e
fix(tests): add test to fix coverage on DateOnly.Deconstruct 2024-02-12 02:35:17 +00:00
Oliver Booth 6750f0e3db
Merge branch 'main' into release/4.0.0 2024-02-12 01:50:34 +00:00
Oliver Booth 8380b9e063
[ci skip] docs: fix sonarcloud project key in readme 2024-02-12 01:50:21 +00:00
Oliver Booth 2b5c13300a
Merge branch 'main' into release/4.0.0 2024-02-12 01:47:17 +00:00
Oliver Booth e6b165645b
ci: update sonarcloud project key 2024-02-12 01:46:16 +00:00
Oliver Booth cc94905930
Merge branch 'release/4.0.0' into feature/generic_math 2024-01-06 17:12:01 +00:00
Oliver Booth 7d911b9124
fix(tests): assert correct exception for IList<T>.RemoveRange 2024-01-06 17:11:47 +00:00
Oliver Booth 458ab03be0
style: remove double blank line 2024-01-06 17:03:19 +00:00
Oliver Booth be44b9d549
Merge branch 'release/4.0.0' into feature/generic_math 2024-01-06 17:01:42 +00:00
Oliver Booth ceb7989d2d
fix: revert changes by merge conflict from #89 2024-01-06 14:31:47 +00:00
Oliver Booth 2a89c8e6fe
Merge pull request #89 from RealityProgrammer/main
AdvSimd intrinsic obsoletion
2024-01-06 14:28:57 +00:00
Oliver Booth 87f5b39f3b
Merge branch 'release/4.0.0' into main 2024-01-06 14:27:05 +00:00
NN Huy Hoang 790b31a635 Remove trailing whitespace 2023-11-22 22:47:56 +07:00
NN Huy Hoang fa0ece667e Obsolete AdvSimd intrinsic implementations, minor improvements in certain areas 2023-11-22 22:29:46 +07:00
Oliver Booth d5c63feb5c
fix(tests): remove ambiguous call to Span<T>.Count (#88) 2023-11-14 16:57:25 +00:00
Oliver Booth ba451a0144
chore: update dependencies
* Microsoft.Extensions.Hosting 8.0.0
* Microsoft.NET.Test.Sdk 17.8.0
* NSubstitute 5.1.0
* NUnit 3.14.0
* NUnit3Analyzers 3.9.0
* NUnit.Analyzers 3.9.0
* coverlet.collector 6.0.0
* System.Reactive 6.0.0
2023-11-14 16:56:40 +00:00
Oliver Booth e2327b5235
refactor!: remove Span<T>.Replace for .NET 8 (#88) 2023-11-14 16:55:12 +00:00
Oliver Booth b6b90bf1fd
build: target .NET 8 (#88) 2023-11-14 16:49:53 +00:00
Oliver Booth b18e3ac97b
chore: add global.json to sln 2023-11-14 16:48:48 +00:00
Oliver Booth 4c91ec436f
fix(ci): drop netcoreapp3.1 from dotnet workflow (#87) 2023-09-13 00:52:19 +01:00
Oliver Booth c9955b53fc
fix: remove netcoreapp3.1 target from Benchmarks tool (#87) 2023-09-13 00:48:51 +01:00
Oliver Booth 85685c15a0
docs: mention target loss in changelog 2023-09-13 00:47:56 +01:00
Oliver Booth 8f9fc6ef7a
refactor: remove target-conditional branches (#87) 2023-09-13 00:46:12 +01:00