summaryrefslogtreecommitdiff
path: root/geocode-glib
Commit message (Expand)AuthorAgeFilesLines
* build: Install binaries in libexecdirBastien Nocera2022-08-082-4/+6
* nominatim: Validate response as UTF-8Will Thompson2022-08-061-4/+4
* nominatim: Correctly read response data from soup3Will Thompson2022-08-061-7/+10
* tests: Check that setlocale() succeededBastien Nocera2022-07-041-4/+4
* tests: Fix locale in "pi" testBastien Nocera2022-07-021-0/+6
* build: Install pi data for installed testsJan Tojnar2022-07-021-0/+1
* lib: Fix building for Windows platformBiswapriyo Nath2022-07-011-0/+6
* tests: Re-enable Paris, Texas testBastien Nocera2022-06-301-13/+13
* tests: Add π building in St AndrewsBastien Nocera2022-06-302-0/+38
* tests: Re-enable long-disabled "Bonneville" testBastien Nocera2022-06-303-11/+16
* tests: Install .test file as required for installed-testsBastien Nocera2022-06-302-0/+21
* build: Install tests in datadir not libexecdirBastien Nocera2022-06-301-1/+1
* build: Expand tests install dirBastien Nocera2022-06-301-1/+1
* build: Fix tests not being enabled if not installedBastien Nocera2022-06-302-23/+23
* tests: Exercise geocode_forward_set_bounded() helperBastien Nocera2022-06-301-1/+2
* geocode-nominatim: Handle boolean "bounded" attributeBastien Nocera2022-06-301-5/+11
* forward: Fix "bounded" data typeBastien Nocera2022-06-301-1/+1
* build: Namespace installed-tests for new APIBastien Nocera2022-06-301-1/+1
* build: Namespace shared library for new APIBastien Nocera2022-06-301-1/+5
* location: Stop using g_get_current_time()Bilal Elmoussaoui2022-05-111-3/+3
* lib: Stop using g_type_class_add_private()Bilal Elmoussaoui2022-05-115-219/+405
* build: Expose libsoup API version in pkg-configpgriffis/soupapiversionPatrick Griffis2021-09-211-0/+7
* lib: Add support for libsoup3 through a compile-time optionDaniel Kolesa2021-09-174-9/+108
* location: Allow unknown parameters inside geo: URLThomas Pointhuber2019-11-062-22/+21
* Merge branch 'wip/hadess/fixes' into 'master'Bastien Nocera2019-11-061-2/+1
|\
| * build: Don't assume gir can't be cross compiledmaxice82019-11-061-2/+1
* | Build: add support for macOS dylib versioningTom Schoonjans2019-03-141-1/+11
* | Build: check if linker supports --version-scriptTom Schoonjans2019-03-141-2/+9
|/
* tests: Fix missing installed-tests fileBastien Nocera2019-03-141-0/+1
* geocode-nominatim: Fix possible crash with missing place_rankBastien Nocera2019-03-141-1/+3
* tests: Add test for issue #6Bastien Nocera2019-03-143-0/+3
* tests: Add test for issue #5Bastien Nocera2019-03-122-3/+6
* geocode-nominatim: Fix parsing of integer JSON valuesMarcus Lundblad2019-03-121-4/+7
* tests: Add a zero distance testBastien Nocera2018-10-091-0/+14
* Remove redundant '(C)' in copyright headersZeeshan Ali2018-04-2526-31/+31
* lib: Remove full build path from public headersBastien Nocera2017-11-152-2/+2
* Replace symbols file with a mapEmmanuele Bassi2017-07-193-105/+11
* Generate and install the pkg-config fileEmmanuele Bassi2017-07-181-0/+12
* build: Add soversion to library fileZeeshan Ali2017-07-181-0/+2
* Drop autotools supportZeeshan Ali2017-07-182-172/+0
* Add meson build supportZeeshan Ali2017-07-185-0/+197
* lib: Drop a redundant 'const'Zeeshan Ali2017-07-141-1/+1
* docs: Document some GEOCODE_TYPE_* macrosPhilip Withnall2017-01-273-0/+24
* docs: Add a section overview for geocode-nominatimPhilip Withnall2017-01-271-0/+14
* docs: Change UNRELEASED ‘Since’ tags to 3.23.1 for the next releasePhilip Withnall2017-01-256-12/+12
* build: Drop Makefile.decl in favour of glib-tap.mkPhilip Withnall2017-01-251-2/+0
* backend: Add introductory docs for GeocodeBackendPhilip Withnall2017-01-193-2/+39
* tests: Add tests for GeocodeMockBackendPhilip Withnall2017-01-192-0/+657
* mock-backend: Add a mock backed implementationPhilip Withnall2017-01-195-0/+693
* place: Add equality methodPhilip Withnall2017-01-193-0/+65