Skip to content
Snippets Groups Projects
  1. May 09, 2018
  2. May 03, 2018
  3. Apr 27, 2018
  4. Apr 16, 2018
    • Gaëtan Harter's avatar
      Makefile.include: fix missing target for libraries · 94214cdc
      Gaëtan Harter authored
      Unittests add libraries in 'BASELIBS' which do not have any rules to be built as
      they are built by 'application.inc.mk', packages and the DIRS variable.
      So make complains about missing target for the unittests archives.
      
      The fix tells these files are generated when building '$(APPLICATION_MODULE).a'.
      
      The bug was introduced by #8844
      
      Fixes #8910
      94214cdc
  5. Apr 11, 2018
  6. Apr 09, 2018
  7. Mar 28, 2018
  8. Mar 27, 2018
  9. Mar 22, 2018
  10. Feb 22, 2018
  11. Feb 21, 2018
  12. Feb 20, 2018
  13. Feb 13, 2018
  14. Jan 30, 2018
    • Gaëtan Harter's avatar
      makefiles: Add an APPLICATION_MODULE variable · d724e71a
      Gaëtan Harter authored
      Set the application module name with APPLICATION_MODULE.
      The default module name is "application_$(APPLICATION)".
      
      This should fix name conflicts where an application/test has the same name as
      an existing module and so both write to the same archive.
      d724e71a
  15. Dec 08, 2017
  16. Nov 28, 2017
  17. Nov 20, 2017
  18. Nov 08, 2017
  19. Nov 07, 2017
  20. Nov 06, 2017
  21. Sep 20, 2017
  22. Sep 14, 2017
  23. Jul 06, 2017
  24. Jun 28, 2017
  25. Jun 17, 2017
  26. May 23, 2017
  27. May 22, 2017
  28. Apr 04, 2017
  29. Mar 22, 2017
  30. Mar 10, 2017
  31. Jan 12, 2017
  32. Dec 22, 2016
Loading