9 Commits (ddcd78eae8f126dbde48e112d10aee9b64e784d0)

Author SHA1 Message Date
  hogliux c7b8e77031 Update copyright notice 9 years ago
  jules e018192de2 Performance optimisations to the way that Identifier objects are passed into var, ValueTree and NamedValueSet. The Identifer class used to be light enough to pass by value but now contains a String so is better passed by reference. 10 years ago
  Felix Faire fb319467bd OpenGL Example (unrefined) 10 years ago
  jules 43fa10b12f More template cleanups 10 years ago
  jules a6c09d5de4 Updated some stale code in the ActiveX wrapper. 10 years ago
  jules 3e7d305094 A few minor whitespace cleanups. 10 years ago
  jules 56de2c27b4 Fix for some NPAPI code. 11 years ago
  jules a316bd5f6f Removed a few more places where static objects could cause problems for people who do unwise amounts of work in their static constructors. 11 years ago
  jules 2623f4d1e1 Added method String::clear(), and used it to replace a few uses of String::empty. 11 years ago
  jules 03ab2a2c3c Modifications to the var class to make it more javascript-compatible. Changed the handling of array types to be a shared, ref-counted array rather than being copy-by-value. Added an "undefined" type. Updated the native method invocation functions to be static (the old version used class methods) and to provide a 'this' object which may be different from the DynamicObject on which it's being invoked (this is to deal with derived classes) 11 years ago
  jules ddf5394108 Renamed the folder containing the browser plugin module, to make the folder name match the module ID. 11 years ago