Skip to content
Snippets Groups Projects
  1. Apr 01, 2019
    • Grigoris Pavlakis's avatar
      Replace the unacceptable disgrace called parsing based on spaces with new,... · ea8fc901
      Grigoris Pavlakis authored
      Replace the unacceptable disgrace called parsing based on spaces with new, readString() based method. Also write some tests for insertion and calling, and general code cleanup and reformatting.
      
      Be quiet Vera!
      
      I said be quiet Vera! And you, clang-tidy, do not even think about raising your voice!
      
      Got an idea to pacify clang-tidy without commenting anything out, let's see if it's going to work
      
      Revert "Got an idea to pacify clang-tidy without commenting anything out, let's see if it's going to work"
      
      This reverts commit db9e73ad
      
      Revert "Got an idea to pacify clang-tidy without commenting anything out, let's see if it's going to work"
      
      This reverts commit db9e73ad9d8508e59764d7359408aac962a20afe
      ea8fc901
    • Grigoris Pavlakis's avatar
      Complete basic functionality (i.e. retrieval of function pointer and execution... · a62f9610
      Grigoris Pavlakis authored
      Complete basic functionality (i.e. retrieval of function pointer and execution with arguments). Needs more testing and safeguarding against corrupted messages
      a62f9610
    • Grigoris Pavlakis's avatar
      Solve the pointer storage problem to the map, storing them as void*. Retrieval... · 1466bd56
      Grigoris Pavlakis authored
      Solve the pointer storage problem to the map, storing them as void*. Retrieval tested with explicit casts, now looking for a way to store type information of functions in a retrievable way
      
      Make clang-tidy happy again, attempt #1
      
      Attempt #2 at calming down clang-tidy
      1466bd56
  2. Dec 22, 2018
  3. Dec 14, 2018
  4. Dec 11, 2018
  5. Dec 10, 2018
  6. Dec 07, 2018
  7. Dec 04, 2018
  8. Dec 03, 2018
  9. Dec 02, 2018
  10. Dec 01, 2018
  11. Nov 29, 2018
    • thodkatz's avatar
      Update some files · 095225e6
      thodkatz authored
      095225e6
    • thodkatz's avatar
      Implementation of the MessageParser class · a2d5864d
      thodkatz authored
      Squashed commit of the following:
      
      commit 67fea0c0faa1adb705df9036665a9d4d2bf4a3ad
      Author: thodkatz <thodkatz@gmail.com>
      Date:   Wed Nov 28 22:41:10 2018 +0200
      
          Vera has some issues with the code
      
      commit 12245cad5d7a37d066fccd0f59747c55c4d19c0c
      Merge: abda103 a2c12996
      Author: thodkatz <thodkatz@gmail.com>
      Date:   Wed Nov 28 22:35:37 2018 +0200
      
          Merge master
      
      commit abda103174945872504725c0359a32fcf2f90cb6
      Author: thodkatz <thodkatz@gmail.com>
      Date:   Mon Nov 26 23:19:34 2018 +0200
      
          Minor changes
      
      commit 3ab9a66f9c93eb93a68d5dc88aae896c4b59655d
      Author: thodkatz <thodkatz@gmail.com>
      Date:   Mon Nov 26 19:43:11 2018 +0200
      
          Implement more code reviews suggestions
      
      commit e9018656018498f18c50489949d180c48f2a61bf
      Author: thodkatz <thodkatz@gmail.com>
      Date:   Mon Nov 26 16:43:14 2018 +0200
      
          Implement the code reviews suggestions
      
      commit 7f8a2d0506b37004155b47270501876ac85315c9
      Author: kongr45gpen <electrovesta@gmail.com>
      Date:   Sun Nov 25 22:02:32 2018 +0200
      
          Suppress clang-tidy false positive
      
      commit 401685c7fa14ac683aa19c4e9c87328e1554c6f0
      Author: thodkatz <thodkatz@gmail.com>
      Date:   Sun Nov 25 18:23:38 2018 +0200
      
          Implement inline functions in a better way
      
      commit 1e8c32685d110344cdadbdad3fbc3694c9fb3158
      Author: thodkatz <thodkatz@gmail.com>
      Date:   Sun Nov 25 07:18:14 2018 +0200
      
          Formatting
      
      commit 65743aebaaa9c962557d1d15bd05f654aad98abf
      Author: thodkatz <thodkatz@gmail.com>
      Date:   Sun Nov 25 06:43:05 2018 +0200
      
          Formatting
      
      commit 742f96b72e8c23014faa7a2f1d0eca59a8d3aae1
      Author: thodkatz <thodkatz@gmail.com>
      Date:   Sun Nov 25 06:27:39 2018 +0200
      
          Add tests
      
      commit 083e22f7369fc76fd4d8c2ea2c043296ee6e7c10
      Author: thodkatz <thodkatz@gmail.com>
      Date:   Sun Nov 25 05:56:39 2018 +0200
      
          A basic implementation of the MessageParser class
      a2d5864d
    • Dimitrios Stoupis's avatar
      Added MemoryManagementService header · dd5ccc7c
      Dimitrios Stoupis authored
      dd5ccc7c
    • athatheocsd's avatar
  12. Nov 28, 2018
  13. Nov 27, 2018
  14. Nov 26, 2018
  15. Nov 25, 2018
  16. Nov 24, 2018
  17. Nov 23, 2018
  18. Nov 21, 2018
Loading