1. 27 Nov, 2010 2 commits
  2. 25 Nov, 2010 3 commits
  3. 22 Nov, 2010 2 commits
  4. 19 Nov, 2010 2 commits
    • Martin Sustrik's avatar
      Problem with blob_t initialisation fixed. · ac40680e
      Martin Sustrik authored
      HP's version of STL doesn't allow for initialisation of basic_string
      (blob_t) using NULL pointer, while SGI's implementation is OK with
      that. Fixed.
      Signed-off-by: 's avatarMartin Sustrik <sustrik@250bpm.com>
      ac40680e
    • Mikko Koppanen's avatar
      Add a check that the compiler actually works. · edf7c18d
      Mikko Koppanen authored
      The patch tests that the C and C++ compilers actually exist
      and work. autoconf seems to default to 'g++' when C++ compiler is not
      found, which causes the following error (when the compiler isn't
      there):
      
      checking for uuid_generate in -luuid... no
      configure: error: cannot link with -luuid, install uuid-dev.
      
      The config.log contains the real error message "g++ command not found"
      but the error message shown to the user is misleading.
      Signed-off-by: 's avatarMikko Koppanen <mkoppanen@php.net>
      edf7c18d
  5. 18 Nov, 2010 1 commit
    • Mikko Koppanen's avatar
      Run autoupdate on the configure.in · 945c931d
      Mikko Koppanen authored
      I ran autoupdate on the configure.in, which generated most of the
      patch attached. There is also a small manual fix in which removes the
      warning "Remember to add LT_INIT to configure.in" which I assume is
      because AC_PROG_LIBTOOL was called inside a macro.
      Signed-off-by: 's avatarMikko Koppanen <mkoppanen@php.net>
      945c931d
  6. 17 Nov, 2010 5 commits
  7. 16 Nov, 2010 3 commits
  8. 15 Nov, 2010 1 commit
  9. 13 Nov, 2010 2 commits
  10. 12 Nov, 2010 3 commits
  11. 06 Nov, 2010 1 commit
  12. 05 Nov, 2010 2 commits
  13. 04 Nov, 2010 6 commits
  14. 02 Nov, 2010 2 commits
  15. 01 Nov, 2010 3 commits
  16. 30 Oct, 2010 2 commits