1. Jan 25, 2010
  2. Jan 24, 2010
  3. Jan 23, 2010
    • Felix Geisendörfer's avatar
      Implemented __dirname · a76c7a89
      Felix Geisendörfer authored
      It seems that the current __filename module global is mainly used to
      determine the directory the current module is in. To make that
      easier, this patch adds support for a __dirname module global
      directly.
      a76c7a89
  4. Jan 21, 2010
  5. Jan 20, 2010
  6. Jan 19, 2010
  7. Jan 16, 2010
  8. Jan 12, 2010
    • Ryan Dahl's avatar
      Make sure GNUTLS is first on uselib · c4397b80
      Ryan Dahl authored
      Why? Because I have two versions of GnuTLS installed - one is old 2.0.X in
      /usr and one is new 2.5.X in ~/local/gnutls. waf correctly finds that the
      newer version, but because GNUTLS was behind other libraries in the
      node.uselib -L/usr/lib was before -L/home/ryan/local/gnutls/lib in the
      actual gcc command - hence getting link errors. WAF SUCKS, really.
      I wish someone would invent a good build system that could avoid such
      problems.
      c4397b80
    • Ben Williamson's avatar
      Added regression test for issue #44 · a3631a38
      Ben Williamson authored
      a3631a38
    • Ryan Dahl's avatar
      Error out when no compiler found · f379b777
      Ryan Dahl authored
      f379b777
  9. Jan 11, 2010
  10. Jan 09, 2010