1. 25 Mar, 2016 6 commits
  2. 24 Mar, 2016 2 commits
  3. 23 Mar, 2016 9 commits
  4. 22 Mar, 2016 7 commits
  5. 20 Mar, 2016 5 commits
  6. 19 Mar, 2016 9 commits
  7. 18 Mar, 2016 2 commits
    • Daniel Stenberg's avatar
      bump: the coming release is 7.48.0 · 997a95bb
      Daniel Stenberg authored
      997a95bb
    • Daniel Stenberg's avatar
      configure: use cpp -P when needed · ecf95343
      Daniel Stenberg authored
      Since gcc 5, the processor output can get split up on multiple lines
      that made the configure script fail to figure out values from
      definitions. The fix is to use cpp -P, and this fix now first checks if
      cpp -P is necessary and then if cpp -P works before it uses that to
      extract defined values.
      
      Fixes #719
      ecf95343