Skip to content
  1. Mar 25, 2021
  2. Mar 03, 2021
  3. Feb 25, 2021
  4. Dec 16, 2020
  5. Dec 09, 2020
  6. Nov 12, 2020
  7. Sep 25, 2020
  8. Sep 17, 2020
  9. Sep 15, 2020
  10. Sep 14, 2020
  11. Sep 11, 2020
  12. Sep 10, 2020
  13. Aug 06, 2020
  14. Jul 15, 2020
  15. Jun 25, 2020
  16. Jun 09, 2020
  17. Apr 29, 2020
  18. Apr 21, 2020
  19. Apr 14, 2020
  20. Apr 06, 2020
  21. Feb 28, 2020
  22. Feb 14, 2020
  23. Feb 13, 2020
  24. Jan 30, 2020
  25. Jan 23, 2020
  26. Jan 21, 2020
    • Pablo de Lara's avatar
      Document and use new compilation flag NO_COMPAT_IMB_API_053 · 53a8371c
      Pablo de Lara authored
      There are some public enums that are conflicting
      with other enums defined in other libraries, due to
      too generic naming.
      In order to solve this issue, existing enums will be renamed.
      
      In order to maintain backwards compatilibity for the next few
      releases, the previous enums will be maintained,
      so existing applications will not be broken.
      
      A new compilation flag, NO_COMPAT_IMB_API_053, is added.
      The previous enums can be removed if this compilation flag
      is set (which is disabled by default), when building and linking
      applications.
      
      For applications which use various libraries, this flag
      should be set, so no redefinition of enums will take place, by
      passing -DNO_COMPAT_IMB_API_053 to its CFLAGS (or EXTRA_CFLAGS).
      53a8371c
  27. Jan 20, 2020
  28. Jan 10, 2020
  29. Dec 11, 2019
  30. Nov 25, 2019
    • Marcel D. Cornu's avatar
      Added markdown README · 63152a27
      Marcel D. Cornu authored
      - Added README.md
      - Updated existing README with output generated by pandoc
      - Added README target to Makefile to create/update README using pandoc
      63152a27
  31. Oct 24, 2019
Loading