Skip to content
Snippets Groups Projects
  1. Jul 12, 2024
  2. Jul 11, 2024
  3. Jul 10, 2024
  4. Jul 08, 2024
  5. Jul 03, 2024
  6. Jul 02, 2024
  7. Jul 01, 2024
  8. Jun 28, 2024
  9. Jun 27, 2024
  10. Jun 26, 2024
  11. Jun 25, 2024
  12. Jun 24, 2024
  13. Jun 19, 2024
  14. Jun 12, 2024
  15. Jun 11, 2024
  16. Jun 05, 2024
  17. Jun 03, 2024
  18. May 31, 2024
  19. May 23, 2024
  20. May 22, 2024
  21. May 10, 2024
  22. May 09, 2024
    • Botond Baranyi's avatar
      ae26bd7d
    • Vadim Yanitskiy's avatar
      xsdconvert: xmlGetLastError(): fix invalid pointer conversion · b5d3d5bf
      Vadim Yanitskiy authored
      
      This patch fixes the following errors observed with libxml2 v2.12.6:
      
      XMLParser.cc: In static member function ‘static void XMLParser::warningHandler(void*, const char*, ...)’:
      XMLParser.cc:193:38: error: invalid conversion from ‘const xmlError*’ {aka ‘const _xmlError*’} to ‘xmlErrorPtr’ {aka ‘_xmlError*’} [-fpermissive]
        193 |   xmlErrorPtr error = xmlGetLastError();
            |                       ~~~~~~~~~~~~~~~^~
            |                                      |
            |                                      const xmlError* {aka const _xmlError*}
      XMLParser.cc: In static member function ‘static void XMLParser::errorHandler(void*, const char*, ...)’:
      XMLParser.cc:213:38: error: invalid conversion from ‘const xmlError*’ {aka ‘const _xmlError*’} to ‘xmlErrorPtr’ {aka ‘_xmlError*’} [-fpermissive]
        213 |   xmlErrorPtr error = xmlGetLastError();
            |                       ~~~~~~~~~~~~~~~^~
            |                                      |
            |                                      const xmlError* {aka const _xmlError*}
      
      Signed-off-by: default avatarVadim Yanitskiy <vyanitskiy@sysmocom.de>
      b5d3d5bf
  23. Apr 30, 2024
  24. Apr 29, 2024
  25. Apr 25, 2024
  26. Apr 19, 2024
    • Gábor Szalai's avatar
      Integer TEXT fix (issue #725) · 0b2a1058
      Gábor Szalai authored and Gábor Szalai's avatar Gábor Szalai committed
      If the limit tokens are not found use the default matching rule.
      The upper layer decoders will take care of the missing end and separator tokens
      like in the case os chartsring, octetstring and bitstring.
      0b2a1058
  27. Apr 18, 2024
  28. Apr 17, 2024
  29. Apr 16, 2024
  30. Apr 15, 2024
  31. Apr 12, 2024
  32. Apr 11, 2024
Loading