1. 16 Mar, 2018 1 commit
  2. 15 Mar, 2018 12 commits
  3. 14 Mar, 2018 17 commits
  4. 12 Mar, 2018 6 commits
  5. 11 Mar, 2018 1 commit
  6. 10 Mar, 2018 3 commits
    • Luca Boccassi's avatar
      Problem: formatting issues in the CI · 8d544ef1
      Luca Boccassi authored
      Solution: commit clang-format-diff
      8d544ef1
    • Luca Boccassi's avatar
      Problem: tweetnacl is external code and clang-format parses it · fef99d6c
      Luca Boccassi authored
      Solution: add pragma to make clang-format ignore the external code
      fef99d6c
    • Manuel Segura's avatar
      Pull request to merge porting to WindRiver VxWorks 6.x (#2966) · 4726f726
      Manuel Segura authored
      * Problem: Still need to port over more files to VxWorks 6.x
      
      Solution: Port more files to VxWorks 6.x
      
      * Problem: Need to port over remaining files to VxWorks 6.x. Also remove POSIX thread dependency for VxWorks (because of priority inversion problem in POSIX mutexes with VxWorks 6.x processes)
      
      Solution: Port over remaining files to VxWorks 6.x. Also removed POSIX thread dependency for VxWorks
      
      * Problem: Needed to modify TCP, UDP, TIPC classes with #ifdefs to be compatible with VxWorks 6.x.
      
      Solution:  Modify TCP, UDP, TIPC classes with #ifdefs to be compatible with VxWorks 6.x
      4726f726