1. 20 Dec, 2010 2 commits
  2. 18 Dec, 2010 1 commit
  3. 17 Dec, 2010 2 commits
  4. 15 Dec, 2010 2 commits
  5. 13 Dec, 2010 2 commits
  6. 09 Dec, 2010 2 commits
  7. 07 Dec, 2010 4 commits
  8. 06 Dec, 2010 4 commits
  9. 05 Dec, 2010 1 commit
  10. 04 Dec, 2010 1 commit
  11. 01 Dec, 2010 7 commits
  12. 29 Nov, 2010 1 commit
  13. 27 Nov, 2010 2 commits
  14. 25 Nov, 2010 3 commits
  15. 22 Nov, 2010 2 commits
  16. 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
  17. 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
  18. 17 Nov, 2010 1 commit