Skip to content
Snippets Groups Projects
  1. May 20, 2019
  2. May 09, 2019
  3. May 03, 2019
  4. Apr 18, 2019
  5. Apr 11, 2019
    • Julian Oes's avatar
      cmake: fix races without ninja · 5b3a6fac
      Julian Oes authored
      This fixes build races which happened if "Unix Makefiles" instead of
      ninja-build was used as the cmake backend.
      
      For any dependencies of commands on files we need to create a target.
      Otherwise, if "Unix Makefiles" are used as the generator the commands
      are run in parallel on the different files which often can lead to
      races or redundancies in our build.
      
      A nice write-up can be found here:
      https://samthursfield.wordpress.com/2015/11/21/
      cmake-dependencies-between-targets-and-files-and-custom-commands/#
      custom-commands-and-parallel-make
      5b3a6fac
  6. Apr 07, 2019
  7. Apr 03, 2019
  8. Apr 02, 2019
  9. Mar 24, 2019
  10. Mar 23, 2019
    • Julian Oes's avatar
      nuttx: update submodule (#11705) · ed3b924f
      Julian Oes authored
      This fixes a build error due to a Scandinavian letter in the help text.
      ed3b924f
    • Daniel Agar's avatar
      vscode updates · 5e6bfe1a
      Daniel Agar authored
       * working debugging (one click build and debug)
         * SITL jmavsim
         * SITL gazebo
         * jlink px4_fmu-v{2-5}
       * improved syntax highlighting
         * GNU linker files
         * ROS message files msg/*.msg
         * jinja2 template files
       * fixed intellisense support
      Unverified
      5e6bfe1a
  11. Mar 21, 2019
  12. Mar 20, 2019
  13. Mar 16, 2019
  14. Mar 15, 2019
  15. Mar 14, 2019
  16. Mar 08, 2019
  17. Mar 02, 2019
  18. Feb 28, 2019
  19. Feb 22, 2019
  20. Feb 21, 2019
  21. Feb 04, 2019
  22. Jan 30, 2019
  23. Jan 29, 2019
  24. Jan 28, 2019
    • Matthias Grob's avatar
      posix main: hotfix for px4 application not exiting anymore · bda60ecf
      Matthias Grob authored
      Some threads do not exit and are still running when
      trying to exit SITL running under Windows in Cygwin.
      
      This problem was introduced with:
      - posix shell #10173 because of strating a child process
      for the startup script and mixing up the signal handling
      (only Ctrl+C broken)
      - lockstep #10648 because of simulator threads not
      stopping gracefully anymore with timing race conditions
      (no graceful exit possible anymore)
      
      I leave the SIGINT handler on its default implementation for
      Cygwin which kills the process and all its threads when pressing
      Ctrl+C.
      
      This hotfix at least allows the usage of Ctrl+C again instead
      of forcing the user to use the task manager to shut down
      px4.exe going crazy on CPU load instead of exiting
      everytime.
      bda60ecf
  25. Jan 27, 2019
  26. Jan 25, 2019
Loading