Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
37d6009
Update version number to 1.4.0
daleroberts Mar 9, 2026
0de7660
Remove DynaML.xsd, including unit tests
daleroberts Mar 17, 2026
5963767
Fix locale issues
daleroberts Mar 19, 2026
eb53c63
Set LD_LIBRARY_PATH for Intel MKL testing, and set Threads
daleroberts Mar 19, 2026
d16c374
Static build fixes for locale and threading
daleroberts Mar 19, 2026
4129428
Fix CMAKE_ARCHIVE_OUTPUT_DIRECTORY
daleroberts Mar 19, 2026
6685c54
Add further tests to run with GitHub Actions
daleroberts Mar 19, 2026
4b0455e
Initial changes to support #320
rogerfraser Mar 19, 2026
f2da835
Fix deadlock in error handling and inject default values that used to…
daleroberts Mar 20, 2026
9df978c
Add SIRGAS95|2000 substitutions
rogerfraser Mar 20, 2026
cef6587
Merge pull request #348 from GeoscienceAustralia/dr-fix-346
daleroberts Mar 20, 2026
f348b6a
Merge pull request #350 from GeoscienceAustralia/dr-349
daleroberts Mar 20, 2026
33d890b
Initial changes to support #320
rogerfraser Mar 19, 2026
df6e90e
Add SIRGAS95|2000 substitutions
rogerfraser Mar 20, 2026
ac3e065
Merge branch '1.4.0' of https://github.com/rogerfraser/DynAdjust into…
rogerfraser Mar 23, 2026
346cb9e
Static build fixes
daleroberts Apr 14, 2026
97072da
Add iteration times
daleroberts Apr 14, 2026
a90fbce
Merge pull request #353 from rogerfraser/1.4.0
daleroberts Apr 15, 2026
131b6d8
Merge pull request #354 from GeoscienceAustralia/dr-341
daleroberts Apr 15, 2026
5746c7d
Merge pull request #355 from GeoscienceAustralia/dr-342
daleroberts Apr 15, 2026
ba3a99c
Report adjustment durations in HH:MM:SS for durations greater than 60s
daleroberts Apr 14, 2026
11330cc
Add unit tests for FormatElapsedTime helper (issue #351)
daleroberts Apr 14, 2026
8f7a8ed
Reroute all time formats to FormatElapsedTime
daleroberts Apr 15, 2026
216a1d3
Merge pull request #356 from GeoscienceAustralia/dr-351
daleroberts Apr 15, 2026
b8e56e3
Add support for epoch of observation #325
daleroberts Apr 21, 2026
ab882b7
Merge pull request #357 from GeoscienceAustralia/dr-325
daleroberts Apr 21, 2026
a93a435
Memory and performance improvements
daleroberts Apr 14, 2026
6008a08
Merge pull request #358 from GeoscienceAustralia/dr-344
daleroberts Apr 22, 2026
97daf0c
Performance updates
daleroberts May 4, 2026
0df14ce
Make storing of residuals in staged mode more explicit
daleroberts May 12, 2026
6af206a
Update workflows for recent GitHub Action changes
daleroberts May 13, 2026
18973ea
Fix vs2022 error with GitHub Actions
daleroberts May 13, 2026
bbf6396
Try to fix Windows build with new vs2026 version
daleroberts May 13, 2026
b171d21
Try to fix failing test of Windows binaries
daleroberts May 13, 2026
ec38896
Set MKLROOT for GitHub Actions
daleroberts May 13, 2026
af67d6b
Try to fix OpenMP MKL library missing
daleroberts May 13, 2026
3b00182
Use sequential threading for testing
daleroberts May 13, 2026
c906367
Try to fix Windows MKL binaries testing
daleroberts May 13, 2026
97730f1
Try to fix Windows MKL binaries testing by disabling MatrixTest
daleroberts May 13, 2026
9a34a49
Try to fix Windows MKL binaries testing again
daleroberts May 13, 2026
05bde07
Try to fix Windows MKL binaries testing again 2
daleroberts May 13, 2026
98bf967
Try to fix Windows MKL binaries testing again 3
daleroberts May 13, 2026
5259601
Fix unit test for Windows
daleroberts May 13, 2026
dc21a01
Fix unit test for Windows 2
daleroberts May 13, 2026
d406307
JSONL input and output
daleroberts May 22, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/badges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
libopenblas-dev liblapacke-dev lcov

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
ref: master

Expand Down
Loading
Loading