1. 09 Aug, 2016 1 commit
    • Simon Warta's avatar
      winbuild: Free name $(CC) in Makefile (#950) · b2ac0165
      Simon Warta authored
      In the old line number 290, CC and CURL_CC had the same value. After
      that, /DCURL_STATICLIB was added to CC but not CURL_CC (intended?).
      
      This gets rid of the CC variable entirely. It is a first step to make it
      possible to manualyl set a CC variable in order to be able to change the
      compiler.
      b2ac0165
  2. 08 Aug, 2016 4 commits
  3. 07 Aug, 2016 1 commit
  4. 04 Aug, 2016 4 commits
  5. 03 Aug, 2016 8 commits
  6. 02 Aug, 2016 9 commits
  7. 01 Aug, 2016 4 commits
  8. 31 Jul, 2016 1 commit
    • Daniel Stenberg's avatar
      include: revert 9adf3c47 and make public types void * again · d6604524
      Daniel Stenberg authored
      Many applications assume the actual contents of the public types and use
      that do for example forward declarations (saving them from including our
      public header) which then breaks when we switch from void * to a struct
      *.
      
      I'm not convinced we were wrong, but since this practise seems
      widespread enough I'm willing to (partly) step down.
      
      Now libcurl uses the struct itself when it is built and it allows
      applications to use the struct type if CURL_STRICTER is defined at the
      time of the #include.
      
      Reported-by: Peter Frühberger
      Fixes #926
      d6604524
  9. 28 Jul, 2016 3 commits
  10. 26 Jul, 2016 2 commits
  11. 25 Jul, 2016 1 commit
  12. 24 Jul, 2016 1 commit
  13. 23 Jul, 2016 1 commit