Skip to content
Snippets Groups Projects
  1. Dec 05, 2014
  2. May 21, 2014
    • Steve Holme's avatar
      build: Renamed CURLX_ONES file list definition to CURLX_CFILES · e8b74313
      Steve Holme authored
      Renamed the CURLX_ONES file list definition in order to a) try and be
      consistent with other file lists and b) to allow for the addition of
      the curlx header files, which will assist with Visual Studio project
      files generation rather than hard coding those files.
      e8b74313
  3. Mar 03, 2014
    • Jiří Malák's avatar
      Rework Open Watcom make files to use standard Wmake features · 420d9ff3
      Jiří Malák authored
      Remove slash/backslash problem, now only slashes are used,
      Wmake automaticaly translate slash/backslash to proper version or tools are not sensitive for it.
      Enable spaces in path.
      Use internal rm command for all host platforms
      Add error message if old Open Watcom version is used. Some old versions exhibit build problems for Curl latest version. Now only versions 1.8, 1.9 and 2.O beta are supported
      420d9ff3
  4. May 11, 2013
  5. Feb 09, 2013
  6. Jan 28, 2013
  7. Jan 06, 2013
    • Yang Tse's avatar
      Revert changes relative to lib/*.[ch] recent renaming · 4a5aa668
      Yang Tse authored
      This reverts renaming and usage of lib/*.h header files done
      28-12-2012, reverting 2 commits:
      
        f871de00... build: make use of 76 lib/*.h renamed files
        ffd8e127... build: rename 76 lib/*.h files
      
      This also reverts removal of redundant include guard (redundant thanks
      to changes in above commits) done 2-12-2013, reverting 1 commit:
      
        c087374c... curl_setup.h: remove redundant include guard
      
      This also reverts renaming and usage of lib/*.c source files done
      3-12-2013, reverting 3 commits:
      
        13606bbf... build: make use of 93 lib/*.c renamed files
        5b6e7927... build: rename 93 lib/*.c files
        7d83dfff... build: commit 13606bbf follow-up 1
      
      Start of related discussion thread:
      
        http://curl.haxx.se/mail/lib-2013-01/0012.html
      
      Asking for confirmation on pushing this revertion commit:
      
        http://curl.haxx.se/mail/lib-2013-01/0048.html
      
      Confirmation summary:
      
        http://curl.haxx.se/mail/lib-2013-01/0079.html
      
      NOTICE: The list of 2 files that have been modified by other
      intermixed commits, while renamed, and also by at least one
      of the 6 commits this one reverts follows below. These 2 files
      will exhibit a hole in history unless git's '--follow' option
      is used when viewing logs.
      
        lib/curl_imap.h
        lib/curl_smtp.h
      4a5aa668
  8. Jan 03, 2013
  9. Dec 26, 2012
  10. May 22, 2012
  11. Apr 26, 2012
  12. Apr 20, 2012
  13. Apr 12, 2012
  14. Dec 30, 2011
  15. Sep 11, 2011
  16. Sep 03, 2011
  17. Apr 24, 2011
  18. Apr 19, 2011
  19. Feb 13, 2011
  20. Dec 05, 2010
  21. Oct 13, 2010
  22. Oct 12, 2010
  23. Aug 18, 2010
  24. Aug 15, 2010
  25. Aug 11, 2010
  26. Aug 10, 2010
    • Guenter Knauf's avatar
      More Watcom makefile fixes ... · 06869597
      Guenter Knauf authored
      Final fix (hopefully!) for dll wlink loader;
      prefer faster internal rm if available.
      06869597
    • Guenter Knauf's avatar
      Fixed my wrong edit. · 517f3a1b
      Guenter Knauf authored
      517f3a1b
    • Guenter Knauf's avatar
      More Watcom makefile fixes. · 495d3e07
      Guenter Knauf authored
      Added the -br switch to dynamic builds which fixes the issue I saw
      with curl's --version output. Added debug info and symfile for debug
      builds to linker opts. Added DLL loader for wlink back, but this time
      dependend on wlink version.
      Patch posted to the list by malak.jiri AT gmail.com.
      495d3e07
    • Guenter Knauf's avatar
      Changed test for -u switch in order to enable other wmake switches. · 44e5e37f
      Guenter Knauf authored
      The var %MAKEFLAGS is only set in 3 cases: if set as environment
      var or as macro definition from commandline, and either with the
      -u or -ms switch. Since all these cases are unlikely for the average
      user it should be safe to only test if %MAKEFLAGS is defined; this
      has the benefit that now all other switches can be used again in
      addition to the -u which was formerly not possible.
      44e5e37f
  27. Aug 07, 2010
  28. Aug 06, 2010
  29. Aug 02, 2010
  30. Aug 01, 2010
  31. Jul 31, 2010
Loading