1
0
mirror of https://github.com/falk-werner/webfuse-provider synced 2024-09-28 11:10:47 +00:00
Commit Graph

7 Commits

Author SHA1 Message Date
Falk Werner
e2e8927400 added basic meson build info 2020-05-22 22:39:40 +02:00
Falk Werner
7b8616fcb3 added API documentation 2020-02-17 21:53:42 +01:00
nosamad
979ff1e689 refactor(mkdockerbuild): extracts common parts (#24)
* fixes mount of project in wrapper scripts, when not running in container

* refactors makefile in preparation to extract common parts

* refactors makefiles and scripts

* fix git ignore matches

* adds support to disable fetch

* update

* fixes docker warning about unused build argument

* adds support to force offline build

fixes shell escaping
changes paths to relative where possible

* moves make docker builder support files

* removes unnecessary configuration elements

* fixes initial download directory creation

* adds missing rule for initial download directory creation

* fixes docker error: unable to prepare context

copies dockerfile to build context, in order to remove dependency to
unsupported/new docker feature
2019-04-17 17:25:56 +02:00
nosamad
b1527d5581 chore(webfuse): add debugging configurations and launch support (#21)
* fixes verbosity option when set through command line

* adds support for build type and allows to run gdb in container

* adds missing toolchain headers to project

* renames container macros

* adds gdbserver

* fixes verbosity option when set through command line

* adds support for build type and allows to run gdb in container

* adds missing toolchain headers to project

* renames container macros

* adds gdbserver

* removes language settings, which contains alternating values

* adds wrapper script to launch gdbserver

* fix docker command in wrapper script

* fixes run in dind setup

* replaces docker's init through dump-init
2019-04-02 22:21:02 +02:00
Falk Werner
66bd45ff1b ignore .deps 2019-02-15 00:00:03 +01:00
Falk Werner
7f8365811f switched tests to google test 2019-01-30 21:53:57 +01:00
Falk Werner
b3f63cfa99 ignore .vscode 2019-01-27 20:28:03 +01:00