star-cem

Compute the position of the sun
git clone git://git.meso-star.com/star-cem.git
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2026-06-19 09:48Merge branch 'release_0.1'Christophe Coustet10+197-108
2026-06-19 09:47Bump version number to 0.1Christophe Coustet1+5-1
2026-06-19 09:46Add Release notes for release 0.1Christophe Coustet1+9-0
2026-06-18 11:42Add an utility to convert sun angles to sun vectorChristophe Coustet5+115-40
2026-06-12 09:10Improve manChristophe Coustet1+4-4
2026-06-10 15:39Improve API commentsChristophe Coustet1+4-4
2026-06-10 15:26Improve wording in the man pagesChristophe Coustet1+6-6
2026-06-10 15:24Rename zenith in elevation in API and codeChristophe Coustet5+7-7
2026-06-08 09:38Fix zenith/elevation ambiguity on man pageChristophe Coustet1+3-3
2026-06-05 16:34Fix scem app argument parsingChristophe Coustet1+2-1
2026-06-05 16:31Improve error logs of the scem appChristophe Coustet1+4-1
2026-06-05 16:30Fix short help of the scem appChristophe Coustet1+1-1
2026-06-04 15:15Update de PSA algorithm to the latest publishedChristophe Coustet2+53-58
2026-06-04 15:12Fix MakefileChristophe Coustet1+2-2
2026-05-21 14:39Fix date parsingChristophe Coustet1+3-1
2025-11-13 15:30Fix the installation target for the shared libraryVincent Forest1+1-1
2025-11-13 15:14Update access rights to the static libraryVincent Forest1+2-1
2025-11-13 15:06Rm an unexpected space in the scem usage messageVincent Forest1+1-1
2025-11-13 14:58Fix the static build of the libraryVincent Forest2+2-1
2025-11-13 14:56Write the release note for version 0.0Vincent Forest1+10-0
2025-10-17 15:26Write the "installation" section of the README fileVincent Forest1+7-1
2025-10-17 15:25Fix a typo in the manual page for the scem commandVincent Forest1+2-2
2025-10-08 12:47Check the coordinates of the entry position.Vincent Forest3+35-15
2025-10-08 10:48Fix an overzealous assertVincent Forest1+1-1
2025-10-08 10:46Fix of the Julian date calculation in the Meeus algorithmVincent Forest1+3-3
2025-10-08 10:42Correction of argument analysis in the scem utilityVincent Forest1+3-3
2025-10-08 07:53Remove a duplicate option when compiling testsVincent Forest1+1-1
2025-10-08 07:42Correct the prerequisites for the "install" targetVincent Forest1+1-1
2025-10-08 07:38Fix the installation/uninstallation of the docVincent Forest1+6-4
2025-10-08 07:32Minor improvement to an API header commentVincent Forest1+5-2
2025-10-08 07:29Finalize the implementation of the scem toolVincent Forest2+44-3
2025-10-08 07:29Correction of scem compilation in debug modeVincent Forest1+2-2
2025-10-08 07:02Start writing the scem utilityVincent Forest4+329-2
2025-10-07 13:50Add a gitignore fileVincent Forest1+9-0
2025-10-07 13:36Add the PSA algorithm as an alternativeVincent Forest7+518-224
2025-09-29 15:16Use the local UTC time for the testVincent Forest1+16-8
2025-09-29 15:12Fix the Julian day calculation from a tm structureVincent Forest1+2-2
2025-09-29 13:10Compute the position of the sun from EarthVincent Forest8+1293-0