-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathchangelog.txt
98 lines (71 loc) · 3.62 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
2023.03.18:
* changed: .externals: externals update
* changed: CMakeLists.txt, changelog.txt, README_EN.txt: moved from child branch
* changed: changelog.txt: `sgp4` and `sgp4-p1` changelogs merge
* changed: `trunk` and `20191207` branch merge
2020.05.25:
* fixed: Linux x86_64 build fix
2020.02.10:
* changed: readme update
2020.01.24:
* changed: cutted off the version reference from the readme file as may change frequently
2020.01.20:
* changed: merge with the library repository changes at commit #f5cb54b382a5b4787432ab5b9a1e83de1a224610 (2019.12.07) from https://github.com/dnwrnr/sgp4/commits/master (https://github.com/dnwrnr/sgp4/commit/f5cb54b382a5b4787432ab5b9a1e83de1a224610 )
2020.01.19:
* changed: cmake update versus tacklelib library
* changed: merge with the library repository changes at commit #6b47861cd47a6e31841260c47a52b579f8cf2fa9 (2018.11.05) from https://github.com/dnwrnr/sgp4/commits/master (https://github.com/dnwrnr/sgp4/commit/6b47861cd47a6e31841260c47a52b579f8cf2fa9 )
2020.01.19:
* changed: readme update
* missed change
2019.11.24:
* changed: readme update
2019.10.07:
* changed: cmake: switch to last tacklelib library
2019.02.09:
* changed: merge with the library repository changes at commit #6b47861cd47a6e31841260c47a52b579f8cf2fa9 (2018.11.05) from https://github.com/dnwrnr/sgp4/commits/master (https://github.com/dnwrnr/sgp4/commit/6b47861cd47a6e31841260c47a52b579f8cf2fa9 )
2018.11.22:
* fixed: build under linux, use C++11 only
* fixed: removed numeric literals group separator (apostrophe (')) usage which is part of C++14 standard
2018.11.20:
* new: ENABLE_QD_INTEGRATION definition usage
* refactor: ENABLE_* variables usage refactor
* refactor: removed QD_INTEGRATION_ENABLED variable usage
* refactor: cast functions refactor
2018.11.01:
* changed: added missed tle element set number field extraction
* changed: minor change over the `= default` operator usage (C++11 standard)
2018.10.17:
* changed: update for cmake dependency
2018.10.01:
* fixed: constants which could not fit in the double representation w/o truncation has converted into fractional number representation with inplace division
* changed: merge with the library repository changes at commit #e73df2f240b3a7d290903cfdc6bae55777f7f063 from https://github.com/dnwrnr/sgp4/commits/master (https://github.com/dnwrnr/sgp4/commit/e73df2f240b3a7d290903cfdc6bae55777f7f063 )
2018.10.01:
* changed: missed back merge from full patched version
2018.09.27:
* fixed: build fix
* minor fixup and refactor
2018.09.24:
* fixed: rare out-of-range bug in output from QD trigonometric functions like `dd_real::asin` because of sloppy arithmetic outside and inside a function call
* fixed: constants through fractional number representation to avoid truncation to a double
2018.09.20:
* fixed: compilation errors around standard math functions when QD integration has enabled
* refactor: partially refactored to use C++ std types and std functions.
2018.09.18:
* fixed: minor fix
2018.08.19:
* new: copy from original (vanilla) version with p1 patches fixing only compilation issues, crashes and serious bugs, without time precision fixes and upgrage with QD support
2018.08.14:
* refactor: cmake: moved all cmake lists to use basic initialization routine
2018.08.09:
* fixed: linux build
2018.08.08:
* fixed: trigonometric range fix before call to acos/asin functions
2018.08.06:
* fixed: minor compilation warnings
2018.08.02:
* changed: minor compilation fix
2018.07.25:
* fixed: switch back from dd_real to double
2018.07.16:
* new: changelog
* new: initial patched sources fork