Gergely Polonkai
e03ed37133
Remove the bundled Swiss Ephemeris library
2 years ago
Gergely Polonkai
aadf4a280e
Add GTK-Doc’s .actions file to .gitignore
2 years ago
Gergely Polonkai
827a8f3641
Allow using LTP 1.14
2 years ago
Gergely Polonkai
2879fa72cd
Fix location of @filename@ in gswe-enumtypes.c.template
2 years ago
Gergely Polonkai
4e53c0c771
Add opposing points: DESC, MC, ANTIVERTEX
...
Solves #4
7 years ago
Gergely Polonkai
c0711d512d
Add possibility to calculate Moon South Node position
7 years ago
Gergely Polonkai
aed102ea11
Update to Swiss Ephemeris 2.04
7 years ago
Gergely Polonkai
ae1ba0a5e9
Merge branch 'master' into testing
8 years ago
Gergely Polonkai
b3d335259c
Backport g_assert_true() and g_assert_false()
...
These macros were defined in 2.38, but SWE-GLib depends on
2.32. Requiring a newer version solely for this would be an overkill, so
let’s just backport them.
8 years ago
Gergely Polonkai
eedcc3fb3a
Create test for GsweTimestamp::instant-recalc
8 years ago
Gergely Polonkai
b3345b1cd7
Fix gswe_timestamp_set_now_local()
...
It calculated the timezone offset wrong (for 1.0 hour it became 1000.0).
8 years ago
Gergely Polonkai
230ec75043
Add codecov support
8 years ago
Gergely Polonkai
da90330152
Fix tests
8 years ago
Gergely Polonkai
92f3b7e957
Merge branch 'master' into testing
...
Conflicts:
tests/Makefile.am
8 years ago
Gergely Polonkai
f4b6bfe37d
Add build status badge
8 years ago
Gergely Polonkai
7b3a1ddeaf
Move to container based Travis
8 years ago
Gergely Polonkai
e394ffa15e
Upgrade to Swiss Ephemeris 2.02.01
8 years ago
Gergely Polonkai
dbfb734b1f
Revert "Move to container based Travis"
...
This reverts commit a006498281
.
SWE-GLib cannot use container based tests, as the gnome-common package
is disallowed.
Issue travis-ci/apt-package-whitelist#1103 has been opened to resolve
this dependency.
8 years ago
Gergely Polonkai
a006498281
Move to container based Travis
8 years ago
Gergely Polonkai
258dcc8356
Fix .travis.yml
8 years ago
Gergely Polonkai
9da6941f0a
Fix tests Makefile.am
...
It couldn’t run tests due to missing CFLAGS and LDADD parameters.
8 years ago
Gergely Polonkai
d87f5e98f7
Restructure README file
8 years ago
Gergely Polonkai
e854485da3
Merge branch 'master' into testing
9 years ago
Gergely Polonkai
5dc7240420
Add leap second for 2015
9 years ago
Gergely Polonkai
93d0fd68aa
Backport g_assert_null() and g_assert_nonnull()
...
These were added in newer GLibbversions, but upgrading requirements
just because of these would be an overkill.
9 years ago
Gergely Polonkai
064d39b970
Begin refactoring GsweTimestamp tests
9 years ago
Gergely Polonkai
0886396879
Move gswe_timestamp_new_from_julian_day() to g_object_new() call
9 years ago
Gergely Polonkai
27338c465f
Update Travis CI config
9 years ago
Gergely Polonkai
1c14b451fd
Remove GLib-specific names from configure.ac
...
Code coverage reports were migrated from GLib sources, and some names remained
9 years ago
Gergely Polonkai
6187d45177
Make TimestampValidity public with name GsweTimestampValidityFlags
9 years ago
Gergely Polonkai
b4612e1e89
Update .gitignore with more testing related files
9 years ago
Gergely Polonkai
a8844a3ed8
Merge branch 'master' into testing
9 years ago
Gergely Polonkai
2a615e44c8
Remove unnecessary notifications upon GsweTimestamp creation
9 years ago
Gergely Polonkai
e850018d62
Add GsweTimestamp::julian-day property
...
It was somehow missing from the property list
9 years ago
Gergely Polonkai
34ded1881f
Fix instant-recalc property change handling
...
Despite the actual value, only the gswe_timestamp_calculate_all() was called.
9 years ago
Gergely Polonkai
02703b7045
Add code coverage support
9 years ago
Gergely Polonkai
efa7b7fab3
Remove double free for some GsweMoment internal lists
9 years ago
Gergely Polonkai
bf5a839511
Add more guards to aspect calculations
...
gswe_aspect_data_calculate() may get called if the currently set
planet is NULL
9 years ago
Gergely Polonkai
4d5866b405
Add missing g_free in gswe_antiscion_data_free()
9 years ago
Gergely Polonkai
714f3dbcb0
Add LUA example
9 years ago
Gergely Polonkai
68351b2177
Unify output of example scripts
9 years ago
Gergely Polonkai
9b47d216e3
Unify coordinates in example scripts
9 years ago
Gergely Polonkai
121357e863
Remove unnecessary Data::Dumper use from Perl example
9 years ago
gitolite tester
fc1a6328f1
Add full UTF-8 support to Perl example
9 years ago
gitolite tester
5b7124aca5
Protect Gswe*Data from NULL pointers
9 years ago
Gergely Polonkai
c461b743e4
Create GSettings schema with the available enum types
9 years ago
gitolite tester
c03f1eac6a
Code beautification
9 years ago
Gergely Polonkai
820a41cb8f
Protect gswe_house_data_unref() from NULL pointers
9 years ago
Gergely Polonkai
185c235b6b
Remove unnecessary g_object_unref() in gswe_moment_dispose()
9 years ago
Gergely Polonkai
bf4fad5388
Add signal GsweMoment::planet-added
9 years ago