Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Drop autotools build system | Christoph Reiter | 2019-03-11 | 1 | -9/+0 |
| | |||||
* | girepository: Add version macros and functions. Fixes #200 | Christoph Reiter | 2018-12-16 | 1 | -1/+1 |
| | | | | | | | | | | | This adds the following macros and functions: GI_MAJOR_VERSION, GI_MICRO_VERSION, GI_MINOR_VERSION, GI_CHECK_VERSION, gi_get_major_version,gi_get_micro_version, gi_get_minor_version. Since we share a prefix with glib we have to namespace these by using the gi_ prefix. g_gi would also work but we already export symbols with gi_ like gi_cclosure_marshal_generic(), gi_type_tag_get_ffi_type() and gi_type_info_extract_ffi_return_value(), so let's not add another naming scheme. | ||||
* | autotools: start using AX_COMPILER_FLAGS, enable -Werror on CI | Christoph Reiter | 2018-07-29 | 1 | -1/+2 |
| | | | | | | | | | * This adds a new dependency on autoconf-archive. * Pass WARN_CFLAGS/WARN_LDFLAGS/WARN_SCANNERFLAGS to everything we control the source of * Disables all warning flags which make the build error out for now, we'll re-enable them in followup commits. * AX_COMPILER_FLAGS is used with the release flag always on so we don't get -Werror by default. | ||||
* | autotools: dist all meson files | Christoph Reiter | 2018-06-21 | 1 | -0/+3 |
| | |||||
* | Switch to nonrecursive make for core (i.e. not tests/) | Colin Walters | 2010-11-09 | 1 | -0/+5 |
This is cleaner and faster, and prepares us better for an incoming import of CMPH. |