1. 24 Aug, 2015 1 commit
    • Use process.config.target_defaults.default_configuration as the build type default · 0f57b1a8
      node-gyp is using process.config.target_defaults.default_configuration
      to check which configuration is about to be used, but this
      can be overriden by particular engine's config.gypi file.
      
      Since we do not support such a cross compilation anyway,
      use this variable in place of a hardcoded default.
      
      Instead of introducing another option to force the use
      of 'Release' we should read and pass options to node-gyp.
      This is not implemented here.
      Marcin Cieslak authored
  2. 23 Aug, 2015 2 commits
  3. 22 Aug, 2015 2 commits
  4. 21 Aug, 2015 5 commits
  5. 20 Aug, 2015 7 commits
  6. 19 Aug, 2015 9 commits
  7. 18 Aug, 2015 6 commits
  8. 17 Aug, 2015 4 commits
  9. 16 Aug, 2015 1 commit
  10. 12 Aug, 2015 1 commit
    • Robust check of provided JS options · 9cadef6f
      Use Nan::To<Type> instead of ->ToType() to
      convert caller supplied objects in renderXXX
      functions.
      
      Verify that provided options, options.result
      and options.result.stats are all valid
      objects provided by the caller.
      Throw TypeException otherwise.
      
      Introduce low-level tests that invoke
      C++ function directly, without additional
      JavaScript wrappers.
      Marcin Cieslak authored
  11. 11 Aug, 2015 2 commits