1. 06 2月, 2014 13 次提交
  2. 05 2月, 2014 14 次提交
  3. 04 2月, 2014 6 次提交
  4. 02 2月, 2014 2 次提交
  5. 01 2月, 2014 5 次提交
    • Peter Olsson's avatar
      mod_v8: Fixed compiler warnings on Linux · 40a48ae9
      Peter Olsson 提交于
      40a48ae9
    • Peter Olsson's avatar
      mod_v8: Fixed line endings, and removed old code. · 4f9402c0
      Peter Olsson 提交于
      4f9402c0
    • Peter Olsson's avatar
      mod_v8: Added new extension class that makes it possible to subscribe to FS… · 04005dfa
      Peter Olsson 提交于
      mod_v8: Added new extension class that makes it possible to subscribe to FS events. Wiki will be updated soon.
      04005dfa
    • Travis Cross's avatar
      Improve configure handling of ODBC · ab2bc7c6
      Travis Cross 提交于
      This commit changes behavior such that if --disable-core-odbc-support
      is provided we'll build without ODBC even if the libraries are there.
      
      Previously we would always quietly build with ODBC support if it was
      on the system.
      
      Contrary to what was said in commit 72a80498, my 2012 commit
      ffc8e81b did not affect the behavior of --disable-core-odbc-support.
      We never recognized the flag as being different from not providing the
      option at all.
      
      What the commit did do was to cause us to fail loudly if
      --enable-core-odbc-support was provided but the system libraries were
      not there.  This behavior is preserved.
      
      (That commit also caused us to potentially run certain checks twice,
      which this commit resolves.)
      
      You can also now provide --enable-core-odbc-support=optional which has
      the same effect as the default behavior.
      
      FS-6173 --resolve
      
      Thanks-to: James Le Cuirot <chewi@aura-online.co.uk>
      ab2bc7c6
    • Travis Cross's avatar
      Drop default support for squeeze · 3cad3168
      Travis Cross 提交于
      3cad3168