Will Riley
147b1ae7cf
fix multilib error on emerge ( #39 )
...
Fix multilib error.
2024-12-03 12:32:21 +00:00
Daniel Warner
6a448b4850
Misc c++ updates ( #30 )
...
* Misc c++ updates
* update trim
Co-authored-by: Dan Warner <info@danrw.com>
2022-11-13 13:22:13 +00:00
Daniel Warner
16f4717840
Create cmake.yml ( #29 )
2022-11-13 11:59:04 +00:00
Daniel Warner
3db90aae9d
remove travis ( #28 )
...
Co-authored-by: Dan Warner <info@danrw.com>
2022-11-13 11:38:21 +00:00
Daniel Warner
dd1ced0ce4
pragma once ( #27 )
...
Co-authored-by: Dan Warner <info@danrw.com>
2022-11-13 11:33:05 +00:00
srcejon
835e40a5e6
Add DateTime constructor that has a microsecond parameter ( #24 )
2022-11-13 11:13:43 +00:00
Daniel Warner
a43acae9ff
Resolve #19 ( #26 )
...
Co-authored-by: Dan Warner <info@danrw.com>
2022-11-13 11:09:27 +00:00
srcejon
ca9d4d97af
Support building on Windows with Visual Studio ( #21 )
...
* Remove lib rt, as not available on Windows, and doesn't seem to be required on CentOS 7 or Mac
* Update CMakeLists.txt so it supports MSVC
* Add support for CMake 2.8
* Export all symbols in DLLs on Windows
* Simplify by removing support for CMake prior to version 3.13.4
2021-01-11 21:36:10 +00:00
las3rlars
f5cb54b382
Add algorithm include ( #18 )
...
* std::min is declared in algorithm
2019-12-07 11:47:10 +00:00
Daniel Warner
6b47861cd4
Enable c++11 ( #13 )
...
Enable c++11
2018-11-04 21:52:28 +00:00
Daniel Warner
efcea7b6d5
Use std chrono ( #12 )
2018-11-04 21:09:53 +00:00
Daniel Warner
e73df2f240
Update travis ( #9 )
...
* Update travis
2018-08-31 17:59:23 +01:00
Daniel Warner
9df2c90ae9
Make the sattrack do something useful.
2018-08-31 15:07:55 +01:00
Daniel Warner
52dcd7f0f5
GMST update
2018-08-31 14:42:15 +01:00
Daniel Warner
6982421275
Improve DeepSpacePeriodics.
2018-08-31 14:42:15 +01:00
Daniel Warner
a7d72d70e4
Rename xincl to xinc.
...
xincl is used to represent the original inclination.
2018-08-31 14:42:15 +01:00
Daniel Warner
836b67e60c
Use WrapTwoPI. Formatting and wrapping.
2018-08-31 14:42:15 +01:00
Daniel Warner
fc46e6df47
Just use memset
2018-08-31 14:42:15 +01:00
Daniel Warner
a658fa2c5b
Make static so as not to depend on any class variables.
2018-08-31 14:42:15 +01:00
Daniel Warner
2462be1a6a
Add a new constant
2018-08-31 14:42:15 +01:00
Daniel Warner
2d7606a0d3
Correct error in SGP4 code
2018-08-31 14:42:15 +01:00
Daniel Warner
1e319dc910
Move variables
2018-08-31 14:42:15 +01:00
Daniel Warner
adc1c36a5b
Create function to compute perturbed values.
2018-08-31 14:42:15 +01:00
Daniel Warner
7b08f419d2
Align variables
2018-08-31 14:42:15 +01:00
Daniel Warner
a8aa5946d9
Rename files from cpp to cc
2018-08-31 14:42:15 +01:00
Daniel Warner
c48d723692
Epoch fix ( #5 )
...
Correct modified julian
2018-08-25 12:50:39 +01:00
Daniel Warner
a38a8fdbba
Merge pull request #2 from feddischson/master
...
Closes dnwrnr/sgp4#1
2018-02-11 14:59:46 +00:00
Christian Haettich
76a1e2895d
Adds install command to cmake config
2017-06-25 22:09:34 +02:00
Daniel Warner
38f522b0a4
Remove equality checks for Coord*
2017-02-14 20:51:24 +00:00
Daniel Warner
21fb28bbfe
Seperate CMakeLists.txt files. More warnings enabled.
2017-01-08 14:17:03 +00:00
Daniel Warner
ea8da1cac8
Travis status
2017-01-07 14:26:35 +00:00
Daniel Warner
1de812d996
Update readme
2017-01-07 14:23:47 +00:00
Daniel Warner
5713bc0900
Update travis
2017-01-07 14:22:10 +00:00
Daniel Warner
09b9c7c921
Use c++99
2017-01-07 13:41:40 +00:00
Daniel Warner
5549002ea5
Correct build
2017-01-07 12:44:19 +00:00
Daniel Warner
0310c769e6
Update to use github
2017-01-07 12:32:33 +00:00
Daniel Warner
0cc181ee50
Migrate to cmake
2016-05-18 21:32:36 +01:00
Daniel Warner
7cf5e6496b
Remove unnecessary virtual destructor. Correct doxygen comments. Adjust formatting.
2016-05-18 20:57:15 +01:00
Daniel Warner
faf87bed0d
Correct mismatch tag
2014-07-06 10:37:24 +01:00
Daniel Warner
cf6fde478c
Check for point_pos == -1
2014-03-08 18:46:42 +00:00
Daniel Warner
f588fb5cdf
Ignore .swp files
2014-03-08 18:41:51 +00:00
Daniel Warner
956b670b0a
Don't use FromString for integers
2014-03-08 18:39:32 +00:00
Daniel Warner
a10a6a89f0
Correct TimeSpan compare
2014-03-08 18:28:54 +00:00
Daniel Warner
2abf4bca07
Commit Makefile.in files
2013-10-20 11:01:54 +01:00
Daniel Warner
6a15b653c0
Correct list of files to export
2013-10-20 10:31:19 +01:00
Daniel Warner
db1b42de86
Update so that SolarPosition class works
2013-05-28 21:28:22 +01:00
Daniel Warner
cbffb8355c
Add license
2013-04-01 11:33:34 +01:00
Daniel Warner
e298c9fdf7
Compiler warning issue
2013-04-01 11:08:05 +01:00
Daniel Warner
98d6e837fc
Update build system
2013-04-01 11:05:01 +01:00
Daniel Warner
65141920c1
Make SGP4 structs private.
2012-10-25 21:20:49 +01:00