Skip to content
Snippets Groups Projects
  1. Aug 31, 2017
  2. Aug 16, 2017
  3. Aug 08, 2017
  4. Aug 04, 2017
  5. Aug 03, 2017
  6. Jul 31, 2017
  7. Jul 28, 2017
    • Raphael Isemann's avatar
      Use ROOT_STANDARD_LIBRARY_PACKAGE where possible [NFC] · ac0de75b
      Raphael Isemann authored
      This refactors the CMake build files to no longer manually call
      the CMake functions for generating and linking the dicionairies.
      One reason is to reduce boilerplate, the other is that it is now
      no longer possible to have naming mismatches between the dictionary
      generation arguments and linking function arguments which was causing
      the race conditions we had in our build system.
      
      This also now follows more strictly the separation between dependencies
      like Math, Tree and Core and pure linking flags to external libraries.
      ac0de75b
    • Sergey Linev's avatar
      webgui: source-code formatting rules · df2855a1
      Sergey Linev authored
      df2855a1
    • Sergey Linev's avatar
      webgui: try several ports when creating real HTTP server · f3835b8d
      Sergey Linev authored
      When canvas window should be opened with external browser, real HTTP
      server should be started. CanvasPainter will try to open several ports
      in the range 8800..9800
      f3835b8d
    • Sergey Linev's avatar
      webgui: implement Canvas::Hide() method · 00f31f64
      Sergey Linev authored
      Closes all connections to clients. As a rection, all opened window
      should be closed. Currently worsk with CEF, Qt5 and local/remote
      browsers
      00f31f64
  8. Jul 27, 2017
  9. Jul 26, 2017
Loading