- Jul 07, 2022
-
-
Philip Withnall authored
Build fixes See merge request !15
-
Bastien Nocera authored
Build the docs, introspection and vapi bindings in the CI so they can be tested.
-
Bastien Nocera authored
If we pass the wrong docs identifier to the meson gtk-doc, the -sections.txt file will be auto-generated, which will miss a uhm-version section, which means it'll fail with a missing uhm-version.xml file. Fix the identifier so uhm-version.xml is generated.
-
Bastien Nocera authored
As it was in autotools.
-
Philip Withnall authored
build: Drop autotools build system See merge request !14
-
- Apr 08, 2022
-
-
Philip Withnall authored
Now that the project has been ported to Meson by Niels, there’s no need to keep the autotools build system around. Maintaining two build systems in parallel is not worth the effort. Signed-off-by:
Philip Withnall <pwithnall@endlessos.org> Helps: #10
-
Philip Withnall authored
I believe it’s called as part of post package installation when installing `ca-certificates`. Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
Philip Withnall authored
Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
Philip Withnall authored
This doesn’t change the list contents, just makes it more readable. Sort the list alphabetically. Signed-off-by:
Philip Withnall <pwithnall@endlessos.org>
-
Philip Withnall authored
Port to the Meson build system Closes #10 See merge request !13
-
Niels De Graef authored
Fixes: https://gitlab.com/uhttpmock/uhttpmock/-/issues/10
-
- Sep 03, 2020
-
-
Philip Withnall authored
docs: Fix some minor typos See merge request !11
-
Philip Withnall authored
Signed-off-by:
Philip Withnall <withnall@endlessm.com>
-
- Jul 27, 2020
-
-
Philip Withnall authored
Signed-off-by:
Philip Withnall <withnall@endlessm.com>
-
- Jul 21, 2020
-
-
Philip Withnall authored
docs: add example for integration libuhttpmock into an application Closes #3 See merge request !8
-
fixes #3
-
- Jul 15, 2020
-
-
Philip Withnall authored
libuhttpmock: Expand instructions for generating TLS certificate See merge request !10
-
Philip Withnall authored
This covers how the existing certificate was generated. Given issue #5, this approach might not still be correct. Signed-off-by:
Philip Withnall <withnall@endlessm.com>
-
Philip Withnall authored
Fix HTTPS docs See merge request !9
-
Philip Withnall authored
Optional TLS certificates have been supported for a little while. Signed-off-by:
Philip Withnall <withnall@endlessm.com>
-
Philip Withnall authored
Signed-off-by:
Philip Withnall <withnall@endlessm.com> Helps: #5
-
- May 18, 2020
-
-
Philip Withnall authored
Signed-off-by:
Philip Withnall <withnall@endlessm.com>
-
Philip Withnall authored
Signed-off-by:
Philip Withnall <withnall@endlessm.com>
-
- Feb 07, 2019
-
-
Philip Withnall authored
Include more autoconf archive macros See merge request !7
-
Philip Withnall authored
Upstream as https://github.com/autoconf-archive/autoconf-archive/pull/184 . Signed-off-by:
Philip Withnall <withnall@endlessm.com>
-
Philip Withnall authored
In gnome-continuous we depend on m4-common, rather than autoconf-archive, to avoid pulling in a million different macros which we don’t use. The updated ax_code_coverage.m4 additionally requires these two macros which aren’t (currently) present in m4-common. This should fix the build on gnome-continuous. Signed-off-by:
Philip Withnall <withnall@endlessm.com>
-
Philip Withnall authored
m4: Add latest code coverage macro See merge request !6
-
- Feb 06, 2019
-
-
Christopher Davis authored
The latest version of autoconf-archive introduced an API break by removing `@CODE_COVERAGE_RULES@`, replacing it with `include $(top_srcdir)/aminclude_static.am`. This commit makes the necessary changes, then bundles the new .m4 file so that older versions of autoconf-archive will still build correctly.
-
- Jul 31, 2018
-
-
Philip Withnall authored
build: Bump GLib dependency to 2.38 See merge request !4
-
Philip Withnall authored
This is needed for the G_DEFINE_TYPE_WITH_PRIVATE usage from the previous commit. Signed-off-by:
Philip Withnall <withnall@endlessm.com>
-
Philip Withnall authored
lib: Fix a -Wcast-function-type warning with new gcc versions See merge request !5
-
Philip Withnall authored
This should introduce no functional changes. Signed-off-by:
Philip Withnall <withnall@endlessm.com>
-
- Jul 11, 2018
-
-
Philip Withnall authored
lib: Drop use of deprecated g_type_class_add_private() See merge request !3
-
Philip Withnall authored
Use G_DEFINE_TYPE_WITH_PRIVATE instead. It’s existed since GLib 2.38, so we need to bump our dependency. Signed-off-by:
Philip Withnall <withnall@endlessm.com>
-
- Jan 14, 2018
-
-
Philip Withnall authored
Signed-off-by:
Philip Withnall <philip@tecnocode.co.uk>
-
- Mar 05, 2017
-
-
Philip Withnall authored
-
- Nov 13, 2016
-
-
Philip Withnall authored
Let’s just have it as a hard build dependency.
-
- Aug 14, 2016
-
-
Philip Withnall authored
This gives us support for lcov 1.12.
-