Skip to content
  1. Feb 09, 2018
  2. Feb 08, 2018
  3. Feb 07, 2018
  4. Feb 01, 2018
  5. Jan 31, 2018
  6. Jan 30, 2018
  7. Jan 29, 2018
  8. Jan 28, 2018
  9. Jan 24, 2018
    • Richard Levitte's avatar
      Configure: let INCLUDEs set on binaries "trickle down" to the objects · 1b5ad51f
      Richard Levitte authored
      
      
      This ensures that only one set of includes is associated with each
      object file, reagardless of where it's used.
      
      For example, if apps/build.info has this:
      
          SOURCE[openssl]=foo.c
          INCLUDE[openssl]=.. ../include
      
      and test/build.info has this:
      
          SOURCE[footest]=../apps/foo.c
          INCLUDE[footest]=../include
      
      The inclusion directories used for apps/foo.o would differ depending
      on which program's dependencies get generated first in the build file.
      
      With this change, all those INCLUDEs get combined into one set of
      inclusion directories tied to the object file.
      
      Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
      (Merged from https://github.com/openssl/openssl/pull/5153)
      1b5ad51f
  10. Jan 23, 2018
  11. Jan 22, 2018
  12. Jan 19, 2018
  13. Jan 15, 2018
  14. Jan 09, 2018
  15. Jan 08, 2018
  16. Jan 04, 2018
  17. Jan 02, 2018
  18. Dec 28, 2017
  19. Dec 27, 2017
  20. Dec 18, 2017
  21. Dec 15, 2017
  22. Dec 12, 2017
  23. Dec 07, 2017