summaryrefslogtreecommitdiff
path: root/libgweather
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ebassi/doc-fixes' into 'main'Emmanuele Bassi2022-09-111-2/+0
|\
| * docs: Remove inaccurate statementEmmanuele Bassi2022-09-101-2/+0
* | build: Move shared variables in the top level build fileEmmanuele Bassi2022-09-102-6/+0
* | build: Remove deprecated Meson functionsEmmanuele Bassi2022-09-102-4/+10
|/
* Merge branch 'vapigen' into 'main'Emmanuele Bassi2022-09-081-1/+1
|\
| * meson: Use dependency() for finding vapigenMatt Turner2022-03-201-1/+1
* | Merge branch 'rhendric/nws' into 'main'Emmanuele Bassi2022-08-226-2/+1098
|\ \
| * | Add NWS (USA) backendRyan Hendrickson2022-08-166-2/+1098
* | | Merge branch 'ebassi/issue-170' into 'main'Emmanuele Bassi2022-08-221-3/+0
|\ \ \
| * | | build: Disable documentation when cross-compilingEmmanuele Bassi2022-08-221-3/+0
| |/ /
* | | Initialize mapped file variableEmmanuele Bassi2022-08-221-1/+1
|/ /
* | metar: Use G_REGEX_OPTIMIZE with older GLib versionsEmmanuele Bassi2022-07-131-7/+12
* | build: Update geocode-glib libsoup3 dependencyBastien Nocera2022-06-301-9/+2
* | metar test: Don't use "known" duplicatesPierre Labastie2022-04-261-12/+3
|/
* fixup! tests: Add coding style checkEmmanuele Bassi2022-03-031-1/+1
* tests: Add coding style checkEmmanuele Bassi2022-03-031-3/+17
* libgweather/gweather-private.c: Fix compilation in i686; Use guint instead gsizejjardon/G_GSIZE_FORMATJavier Jardón2022-01-041-3/+3
* Add Location.has_timezone()Emmanuele Bassi2021-12-312-0/+31
* location: Remove unused world variableWill Thompson2021-12-291-1/+0
* vala: Fix binding of Location.detect_nearest_city()Rico Tzschichholz2021-12-151-0/+2
* Remove year fields from GWeatherDbEmmanuele Bassi2021-11-262-16/+0
* Remove GWeatherTimezoneEmmanuele Bassi2021-11-2310-459/+53
* Consolidate GWeatherLocation constructionEmmanuele Bassi2021-11-222-89/+128
* Remove nullable instance argumentsEmmanuele Bassi2021-11-221-50/+18
* Update precondition checks to GWeatherLocationEmmanuele Bassi2021-11-221-102/+153
* Rename GWeatherInfo source and header filesEmmanuele Bassi2021-11-228-12/+10
* build: Ensure tests depend on generated enum schemasEmmanuele Bassi2021-11-191-1/+1
* build: Update the compiler warningsEmmanuele Bassi2021-11-191-3/+10
* tests: Use private API to access the locations databaseEmmanuele Bassi2021-11-191-3/+2
* tests: Replace a warning with a test messageEmmanuele Bassi2021-11-191-3/+1
* tests: Remove unnecessary include directivesEmmanuele Bassi2021-11-191-8/+0
* tests: Hide the glib/gstdio.h includeEmmanuele Bassi2021-11-192-1/+2
* tests: Move METAR test to its own suiteEmmanuele Bassi2021-11-194-163/+192
* build: Remove unnecessary symbolEmmanuele Bassi2021-11-191-1/+0
* tests: Split off the timezone testsEmmanuele Bassi2021-11-193-188/+218
* tests: Move shared API into a separate fileEmmanuele Bassi2021-11-195-163/+140
* tests: Move duplicate units into their own suiteEmmanuele Bassi2021-11-193-157/+284
* tests: Make sure we don't leave around temporary directoriesEmmanuele Bassi2021-11-192-11/+51
* Get the GWeatherDb when getting a timezoneEmmanuele Bassi2021-11-191-5/+1
* Move GWeatherDb loading out of GWeatherLocationEmmanuele Bassi2021-11-193-102/+128
* build: Error out if enabled Vala bindings can't be builtEmmanuele Bassi2021-11-191-0/+8
* docs: Fix links to GWeatherLocationEmmanuele Bassi2021-11-172-2/+2
* Remove trailing newlines from logging functionsEmmanuele Bassi2021-11-174-27/+21
* tests: Turn random output into test messagesEmmanuele Bassi2021-11-171-33/+25
* metar: Plug a memory leakEmmanuele Bassi2021-11-171-0/+5
* Remove GWeatherLocation reference wrappersEmmanuele Bassi2021-11-172-37/+0
* Turn GWeatherLocation into a proper GObjectEmmanuele Bassi2021-11-177-244/+317
* Check that gweather_location_get_world() doesn't return NULLEmmanuele Bassi2021-11-121-5/+17
* Remove unused assignmentEmmanuele Bassi2021-11-121-3/+2
* Remove unused assignmentEmmanuele Bassi2021-11-121-9/+12