Daiki Ueno
a4ea97d6e6
build: Simplify pathname handling
...
This switches to using relative paths as much as possible, and the "/"
shorthand for join_paths.
2019-07-25 19:59:01 +02:00
Niels De Graef
b19c309096
Add build support for Meson
...
To build with meson, use the following commands:
```
$ meson build
$ ninja -C build
# in case you want to install
$ ninja -C build install
```
2019-01-19 21:03:56 +00:00
Ville Skyttä
3e5c18bcc2
tool: Man page spelling fix
2017-10-15 00:41:58 +03:00
Ville Skyttä
2624ed771b
Spelling fixes
2017-10-15 00:28:01 +03:00
Stef Walter
b72048c920
Makefile.am: Use a single Makefile.am and parallel tests
...
Allow parallel building and testing by using a single Makefile.am
Implement parallel testing using TAP, with various drivers and
compilers living in the build/ directory.
Fix all sorts of issues that this caused, including builddir != srcdir,
leaks in tests and so on.
It would have been nice to break out all the above into separate
commits ... blush.
2014-03-04 12:57:19 +01:00
Stef Walter
3b84dce476
tool: Add a 'search' command for looking up items and details
...
The output format is meant to be parseable in the Desktop file format.
Update the documentation as well.
https://bugzilla.gnome.org/show_bug.cgi?id=693881
2013-02-18 15:21:17 +01:00
Stef Walter
152371b3e4
secret-tool: Add a manual page
...
https://bugzilla.gnome.org/show_bug.cgi?id=681434
2012-08-16 11:13:10 +02:00