Skip to content
Snippets Groups Projects
  1. Oct 11, 2020
  2. Oct 10, 2020
  3. Oct 09, 2020
  4. Oct 08, 2020
  5. Oct 06, 2020
  6. Oct 05, 2020
  7. Oct 04, 2020
  8. Sep 20, 2020
  9. Sep 19, 2020
    • schneider's avatar
      bd7f01a1
    • rahix's avatar
      fix(build_multi_image): Add size check for epicardium binary · b9ebcd15
      rahix authored
      
      The linker should already catch this case and error out early but just
      to be absolutely sure, add a second check here so we don't get an
      unexpectedly large epicardium binary which would overlap into pycardium
      storage.
      
      Signed-off-by: default avatarRahix <rahix@rahix.de>
      b9ebcd15
    • rahix's avatar
      fix(docs): Add a warning when using Sphinx 3 · 65eb59b4
      rahix authored
      
      Hawkmoth is not yet working with Spinx 3; issue a warning when detecting
      a Sphinx 3 environment as the resulting docs will be broken.
      
      Signed-off-by: default avatarRahix <rahix@rahix.de>
      65eb59b4
    • rahix's avatar
      fix(build_multi_image): Use objcopy instead of tr hack · cda44b6c
      rahix authored
      
      The tr hack we used so far has been painful.  The amount of locale
      environment variables we need to set is surely a telling sign of that ...
      
      Replace this with objcopy which can do the same thing, but much easier
      and without locale related side effects ;)
      
      Signed-off-by: default avatarRahix <rahix@rahix.de>
      cda44b6c
    • rahix's avatar
      fix(build): Disable -Wchar-subscripts warnings · b79d1f62
      rahix authored
      
      Disable these warnings as they don't really help in our case:
      
          In file included from ../epicardium/modules/config.c:8:
          ../epicardium/modules/config.c: In function 'trim':
          ../epicardium/modules/config.c:133:28: warning: array subscript has type 'char' [-Wchar-subscripts]
            133 |  while (*start && !isgraph(*start))
                |                            ^~~~~~
          ../epicardium/modules/config.c:138:27: warning: array subscript has type 'char' [-Wchar-subscripts]
            138 |   while (*end && !isgraph(*end))
                |                           ^~~~
          ../epicardium/modules/config.c: In function 'epic_config_get_string':
          ../epicardium/modules/config.c:335:26: warning: array subscript has type 'char' [-Wchar-subscripts]
            335 |  while (*end && !iscntrl(*end))
                |                          ^~~~
          ../epicardium/modules/config.c: In function 'epic_config_set_string':
          ../epicardium/modules/config.c:519:28: warning: array subscript has type 'char' [-Wchar-subscripts]
            519 |   while (*end && (!iscntrl(*end) || isblank(*end)))
                |
      
      Signed-off-by: default avatarRahix <rahix@rahix.de>
      b79d1f62
    • rahix's avatar
      Merge 'Update CHANGELOG and Documentation' · 7422956c
      rahix authored
      See merge request !394
      7422956c
  10. Sep 14, 2020
  11. Sep 13, 2020
  12. Sep 09, 2020
Loading