Commit Graph

36 Commits

Author SHA1 Message Date
Gergely Polonkai e03ed37133
Remove the bundled Swiss Ephemeris library 2021-04-27 08:42:06 +02:00
Gergely Polonkai 827a8f3641
Allow using LTP 1.14 2021-04-27 08:24:45 +02:00
Gergely Polonkai 1c14b451fd Remove GLib-specific names from configure.ac
Code coverage reports were migrated from GLib sources, and some names remained
2014-11-17 13:33:23 +01:00
Gergely Polonkai 02703b7045 Add code coverage support 2014-11-13 17:30:16 +01:00
Gergely Polonkai c461b743e4 Create GSettings schema with the available enum types 2014-10-31 23:19:26 +01:00
Gergely Polonkai 80b5da88a3 Version bump to 2.1.0 2014-07-08 11:25:55 +02:00
Gergely Polonkai cb1fa1f67a Move gswe-version.h generating to the right place 2014-07-06 10:23:59 +02:00
Gergely Polonkai 75a9318629 Add version information related functions 2014-07-05 22:57:34 +02:00
Gergely Polonkai 45833584b7 Update Swiss Ephemeris to 2.0 2014-05-21 17:28:41 +02:00
Gergely Polonkai 903beaf2c2 Jump to version 2.0.3 2014-05-07 10:00:23 +02:00
Gergely Polonkai cef7815268 Jump to version 2.0.2 2014-05-07 08:37:21 +02:00
Gergely Polonkai 12c08c865d Add Vala API generating code to build tools configuration 2014-05-07 08:36:24 +02:00
Gergely Polonkai fa1b4574e4 Add package version requirement
GLib 2.32.0 is now required. Every recent distribution ships with at least
2.32.0 now.
2013-10-05 03:05:22 +02:00
Gergely Polonkai dd803b09f2 Create own autogen.sh
gnome-autogen.sh can not really make GTK-Doc optional. With this script,
GTK-Doc is only used if it is actually present on the system.
2013-10-05 02:05:17 +02:00
Gergely Polonkai e0893de2d2 Make GTK-Doc Makefile creation conditional
If GTK-Doc is not present, they cannot be generated at all…
2013-10-05 00:00:48 +02:00
Gergely Polonkai 95f085ea0a Make GTK-Doc optional
If it is not installed on the system, that should not be a problem anymore
2013-10-04 23:46:00 +02:00
Gergely Polonkai c2a0b6bada Add test case for GsweTimestamp
This can be run with make check. Other tests are to follow
2013-10-04 23:37:36 +02:00
Gergely Polonkai 347dae00d3 Went to major version 2.0
There are too many API (and ABI) changes there, so let's just switch to 2.0
2013-09-26 22:30:31 +02:00
Gergely Polonkai 5365133de2 Fixed Swiss Ephemeris version number
It's actually 1.76, although the sources suggest it's 1.75
2013-09-26 22:29:19 +02:00
Gergely Polonkai ac012aada2 Bug fix in find_antiscion()
Was assuming that first parameter is a pointer to an enum. It is
actually an int converted to a pointer with GINT_TO_POINTER.
2013-09-18 22:15:53 +02:00
Gergely Polonkai 8d3e16465d Incremented patch version 2013-09-18 11:55:40 +02:00
Gergely Polonkai 7b28bb519c RPM spec file is now generated
Version number no longer needs to be updated
2013-09-18 11:54:05 +02:00
Gergely Polonkai 46a59fedf6 Fixed zodiac calculation in GsweMoment
Yielded GSWE_SIGN_NONE instead of GSWE_SIGN_ARIES at position 0.0
2013-09-17 09:43:10 +02:00
Gergely Polonkai 4fd39664cc Finished RPM spec file 2013-09-16 22:37:37 +02:00
Gergely Polonkai 4be745f748 Added micro (patch) version to comply with semver.org 2013-09-16 22:07:34 +02:00
Gergely Polonkai 86813e61e5 Some documentation hacks 2013-09-16 11:51:10 +02:00
Gergely Polonkai fc0b767581 Merge branch 'master' of github.com:gergelypolonkai/swe-glib 2013-09-10 19:39:44 +02:00
Gergely Polonkai a8aa5ea029 Moved pkgconfig data file to data/ 2013-09-10 19:31:45 +02:00
Gergely Polonkai 18b5390a33 Made some more tweaks so `make dist` generates a working distribution 2013-09-10 02:52:03 +02:00
Gergely Polonkai 268dd739bc Changed version number to a bit more dynamic one
src/Makefile.am still needs to be modified upon API version change :S
2013-09-10 02:00:04 +02:00
Gergely Polonkai c89d08d04e Fixed datafiles installation problems 2013-09-06 11:08:48 +02:00
Gergely Polonkai c764a2dc01 Renamed project from 0.1 to 1.0 2013-09-06 11:07:17 +02:00
Gergely Polonkai b87589b155 Added GObject Introspection related rules 2013-09-05 17:17:23 +02:00
Gergely Polonkai ef3516db63 Added extra pkg-config and header installation rules 2013-09-05 15:53:09 +02:00
Gergely Polonkai e3e1864c67 Made Gtk Doc work succesfully 2013-09-05 15:52:27 +02:00
Gergely Polonkai 4d5714348a Modified source, so it now compiles separately 2013-09-05 12:25:58 +02:00