syncthingtray/libsyncthing
Martchus 6ab7662a64 Add experimental 'libsyncthing'
* This allows running C++ GUI code (as provided by this
  repository) and Syncthing itself in the same process.
* It basically seems to work. I can now run a Syncthing
  instance within the interactive C++ shell 'cling' :-)
* Syncthing and its assets are built within the usual
  CMake build process but disabled by default because still
  experimental. To enable the build, add '-DNO_LIBSYNCTHING=OFF'
  to CMake arguments.
* The Syncthing checkout with customized exports lives
  in the Git submodule under
  'libsyncthing/go/src/github.com/syncthing/syncthing'.
2018-04-08 21:36:08 +02:00
..
go/src/github.com/syncthing Add experimental 'libsyncthing' 2018-04-08 21:36:08 +02:00
CMakeLists.txt Add experimental 'libsyncthing' 2018-04-08 21:36:08 +02:00
global.h Add experimental 'libsyncthing' 2018-04-08 21:36:08 +02:00
interface.cpp Add experimental 'libsyncthing' 2018-04-08 21:36:08 +02:00
interface.h Add experimental 'libsyncthing' 2018-04-08 21:36:08 +02:00