Skip to content
Snippets Groups Projects
  1. Apr 02, 1999
  2. Apr 01, 1999
    • Gary Williams's avatar
      create single-thread configurations · 30a51ac0
      Gary Williams authored
      30a51ac0
    • Kurt Zeilenga's avatar
      Updates for NT4 (MSVC5++). · dda1fb4b
      Kurt Zeilenga authored
      Removed external include/library paths from projects.  External paths should
      be set via Tools | Options | Directories.  This allows each developer the
      freedom to install external libraries where they desire.
      Used libdb.lib instead of libdbs.lib to avoid thread conflicts.
      Added hs_regex.lib to library input.  We require some form of regex, this
      library works (and is relatively easy for the user to install).
      Removed a little lint which MCVC5 detected.
      Need to sort out single-threaded vs multithreaded library generation.
      dda1fb4b
    • Gary Williams's avatar
      NT port · b454005e
      Gary Williams authored
      b454005e
    • Gary Williams's avatar
      NT port · e86e39ad
      Gary Williams authored
      e86e39ad
    • Gary Williams's avatar
      update project settings · 3146c94e
      Gary Williams authored
      3146c94e
    • Gary Williams's avatar
      NT port · 5fc6a9b0
      Gary Williams authored
      5fc6a9b0
  3. Mar 30, 1999
  4. Mar 29, 1999
  5. Mar 28, 1999
  6. Mar 27, 1999
  7. Mar 26, 1999
  8. Mar 25, 1999
  9. Mar 20, 1999
    • Kurt Zeilenga's avatar
      Provide global assert solution. <ac/assert.h> (new) is now included · f999e135
      Kurt Zeilenga authored
      by portable.h with NDEBUG undefined.  This makes assert() is always
      available and automatically disables itself when LDAP_DEBUG is undefined.
      I've included a basic assert() for pre-STDC compilers.  It relies on
      abort() which may not actually be available.  (well replace abort()
      with whatever is appropriate if and when we're faced with a pre-STDC
      compiler that doesn't have assert()).
      f999e135
  10. Mar 13, 1999
  11. Mar 09, 1999
  12. Mar 08, 1999
  13. Mar 06, 1999
Loading