1
0
Fork 0

Commit Graph

  • 21821cd9e7
    Fix for subtypes of prototype subtypes Mike Gerwitz 2014-04-29 10:47:19 -0400
  • 8b8a08b7dc Subtypes of prototype subtypes now work correctly Mike Gerwitz 2014-04-29 10:47:12 -0400
  • d303bc526b
    Updated file sizes for v0.2.2 on download page Mike Gerwitz 2014-04-29 03:33:17 -0400
  • 252d1b640e
    Now generating docs from {origin/=>}master Mike Gerwitz 2014-04-29 03:14:46 -0400
  • 56c2e8fcc7
    `clean` target now removes doc-cp Mike Gerwitz 2014-04-29 03:03:56 -0400
  • ddf1d5918e
    Version bump 0.2.2-dev => 0.2.2 0.2.2 Mike Gerwitz 2014-04-27 23:44:08 -0400
  • 74f53aa861
    Vanilla ECMAScript interop patches Mike Gerwitz 2014-04-29 02:04:19 -0400
  • 2a8965f17d Added section to manual on interoperable polymorphism Mike Gerwitz 2014-04-27 02:09:49 -0400
  • 8cfe231a63 Began work on interop chapter of manual Mike Gerwitz 2014-04-26 11:09:21 -0400
  • fa177922b4 Class#asPrototype support Mike Gerwitz 2014-04-26 10:00:01 -0400
  • 1fe9aa2c0c Test case to protect agaist retval regressions when extending prototypes Mike Gerwitz 2014-04-25 01:52:18 -0400
  • 34d84412e1 Prototype supertype property proxy fix Mike Gerwitz 2014-04-23 02:01:02 -0400
  • 7f3e7fba35 Overriding vanilla prototype methods no longer errors Mike Gerwitz 2014-04-23 01:50:35 -0400
  • aa0003d239 ClassBuilder.isInstanceOf now defers to type Mike Gerwitz 2014-04-22 00:24:21 -0400
  • 4605476b4f Added isCompatible method to interfaces Mike Gerwitz 2014-04-21 02:00:52 -0400
  • 034876ae3b
    Trait API now exposed in combined source files Mike Gerwitz 2014-04-28 15:06:43 -0400
  • 8b50f78d55 Exposing Trait in combined source files Mike Gerwitz 2014-04-28 14:32:18 -0400
  • 77f98d2c14
    Version bump 0.2.2-dev => 0.2.2 newmaster Mike Gerwitz 2014-04-27 23:44:08 -0400
  • 8b99cb7f70
    Vanilla ECMAScript interop patches Mike Gerwitz 2014-04-27 23:32:57 -0400
  • dd80997bea Added section to manual on interoperable polymorphism Mike Gerwitz 2014-04-27 02:09:49 -0400
  • ab04f5332f Began work on interop chapter of manual Mike Gerwitz 2014-04-26 11:09:21 -0400
  • 9f401d2fec Class#asPrototype support Mike Gerwitz 2014-04-26 10:00:01 -0400
  • af89465a3e Test case to protect agaist retval regressions when extending prototypes Mike Gerwitz 2014-04-25 01:52:18 -0400
  • c2e7fc5071 Prototype supertype property proxy fix Mike Gerwitz 2014-04-23 02:01:02 -0400
  • 62414a4294 Overriding vanilla prototype methods no longer errors Mike Gerwitz 2014-04-23 01:50:35 -0400
  • b372fcd722 ClassBuilder.isInstanceOf now defers to type Mike Gerwitz 2014-04-22 00:24:21 -0400
  • c31d1b3eb3 Added isCompatible method to interfaces Mike Gerwitz 2014-04-21 02:00:52 -0400
  • 597ac2d7d9
    Version bump 0.2.2-dev Mike Gerwitz 2014-04-26 00:54:53 -0400
  • f257a73e1d
    Trait named staging object Mike Gerwitz 2014-04-26 00:52:48 -0400
  • fd404fc69f Named trait staging object Mike Gerwitz 2014-04-26 00:42:28 -0400
  • bb98c9afb3
    Revert "Removed unnecessary try/catch from isInstanceOf" Mike Gerwitz 2014-04-21 22:22:42 -0400
  • 8391bc007d
    No longer using __dirname in requires Mike Gerwitz 2014-04-20 21:11:30 -0400
  • 28aedaf620
    Added mention of implicit access modifiers to index page Mike Gerwitz 2014-04-20 02:58:23 -0400
  • a537721ea1
    Added documentation for implicit private members Mike Gerwitz 2014-04-20 02:53:02 -0400
  • d5965f4672
    Added support for implicit private members Mike Gerwitz 2014-04-20 02:41:07 -0400
  • 42b52bb692 Exposing keyword bit values and bitmasks Mike Gerwitz 2014-04-20 02:40:36 -0400
  • 004fbd24ad Added virtual kmask Mike Gerwitz 2014-04-20 02:31:28 -0400
  • fd7e0cbef7 Support for implicit private members Mike Gerwitz 2014-04-20 02:28:38 -0400
  • 1ca7e35963
    Version bump 0.2.1 0.2.1 Mike Gerwitz 2014-04-17 00:19:56 -0400
  • 86a4703a1c
    Miscellaneous performance enhancements Mike Gerwitz 2014-04-17 00:01:40 -0400
  • b5ae607096 Began performance test case result HTML generation Mike Gerwitz 2014-03-30 00:12:19 -0400
  • 1079630bd4 Can now build multiple performance logs Mike Gerwitz 2014-03-29 20:13:26 -0400
  • e85a7653e8 Generic performance test output Mike Gerwitz 2014-03-29 11:16:14 -0400
  • 58ee52ad4a Removed unnecessary try/catch from isInstanceOf Mike Gerwitz 2014-03-29 00:59:42 -0400
  • d23f34da4b Removed try/catch from Interface.extend Mike Gerwitz 2014-03-29 00:57:22 -0400
  • c76178516e Various argument handling optimizations Mike Gerwitz 2014-03-29 00:40:36 -0400
  • a52fcfa1d9 Removed fallback check on each defineSecureProp call Mike Gerwitz 2014-03-28 23:51:39 -0400
  • 85cc251adf Added baseline tests for prototype method and function call invocation Mike Gerwitz 2014-03-27 22:49:50 -0400
  • 9d0782f3d1 Modified license of GNU page fold to reflect prior assignment Mike Gerwitz 2014-04-09 19:54:05 -0400
  • 89cb872e1d
    Copyright assignment to the FSF Mike Gerwitz 2014-04-09 19:49:00 -0400
  • a1cf650bac
    Copyright assignment to the FSF Mike Gerwitz 2014-04-09 19:20:53 -0400
  • 6bd42986f7 Added GNU to ease.js license notice in README.md Mike Gerwitz 2014-04-09 19:10:20 -0400
  • 82a02c0081 [copyright] Copyright assignment to the FSF Mike Gerwitz 2014-04-09 18:59:22 -0400
  • de9cc8f66f Removed unneeded warning handling perfodd Mike Gerwitz 2014-03-28 23:46:35 -0400
  • dd0b632274 Removed unnecessary try/catch from isInstanceOf Mike Gerwitz 2014-03-29 00:59:42 -0400
  • 0228de6218 Removed try/catch from Interface.extend Mike Gerwitz 2014-03-29 00:57:22 -0400
  • 77efd515de Various argument handling optimizations Mike Gerwitz 2014-03-29 00:40:36 -0400
  • e7f0f2ffc1 Removed fallback check on each defineSecureProp call Mike Gerwitz 2014-03-28 23:51:39 -0400
  • 7fbdb091a4
    Added baseline tests for prototype method and function call invocation Mike Gerwitz 2014-03-27 22:49:50 -0400
  • 9c70904c39
    Private method wrapping eliminated Mike Gerwitz 2014-03-20 23:55:27 -0400
  • 74b4525f00
    Added details of private method wrapping exemption to manual Mike Gerwitz 2014-03-20 23:55:16 -0400
  • c835641dcb Private methods are no longer wrapped Mike Gerwitz 2014-03-20 22:36:43 -0400
  • f9e8390a55
    Updated homepage and git repo URLs Mike Gerwitz 2014-03-20 23:42:53 -0400
  • b413343e42
    Version bump: 0.2.1-dev Mike Gerwitz 2014-03-20 23:15:20 -0400
  • ba8b99de92
    Manual breaks in JS essay header Mike Gerwitz 2014-03-17 00:35:18 -0400
  • 4a17f430af
    ui.js no longer used; deleted Mike Gerwitz 2014-03-16 21:07:14 -0400
  • 00a057a762
    Removed ease.min.js include from footer Mike Gerwitz 2014-03-16 20:43:28 -0400
  • 9e3567cbe6
    Download page styling Mike Gerwitz 2014-03-16 02:24:54 -0400
  • 579d7b330f
    Updated download links for 0.2.0 Mike Gerwitz 2014-03-16 02:12:41 -0400
  • 2ebff67b36
    Package rename in configure.ac (remove dot) 0.2.0 Mike Gerwitz 2014-03-16 01:02:12 -0400
  • 38ab859a4c
    Version bump to 0.2.0 Mike Gerwitz 2014-03-16 00:11:47 -0400
  • 2665518e01
    Added README.traits to distribution Mike Gerwitz 2014-03-16 00:09:34 -0400
  • 3a625ccf28
    Merge branch 'authors' Mike Gerwitz 2014-03-16 00:06:36 -0400
  • 3f28a6ae19 AUTHORS file will now contain and sort by commit count Mike Gerwitz 2014-03-16 00:04:53 -0400
  • 97f42a275c Added .mailmap Mike Gerwitz 2014-03-16 00:03:02 -0400
  • 10d653825a
    Corrected version string generation with empty suffix Mike Gerwitz 2014-03-15 23:57:02 -0400
  • 744696b1a7
    [copyright] Copyright update Mike Gerwitz 2014-03-15 23:52:06 -0400
  • ac1a0368cf
    Preliminary support for traits as mixins Mike Gerwitz 2014-03-15 22:19:38 -0400
  • 00a4ff6786 README.traits containing remaining TODOs Mike Gerwitz 2014-03-15 21:27:39 -0400
  • 0713a9f3d0 Deleted unnecessary trait abstract method in favor of auto-abstract flag Mike Gerwitz 2014-03-15 01:47:31 -0400
  • cc43f4b339 Prohibiting trait getters/setters Mike Gerwitz 2014-03-11 06:58:39 -0400
  • bfadd9fce9 Added missing trait docblocks Mike Gerwitz 2014-03-11 06:46:12 -0400
  • eab4dbfe4d Throwing exception on trait static member Mike Gerwitz 2014-03-11 06:37:16 -0400
  • 316a7dd703 Refactored Traits to use propParse hooks Mike Gerwitz 2014-03-11 06:36:45 -0400
  • 3d47443046 Refactored ClassBuilder.buildMembers (dynamic prop parse context) Mike Gerwitz 2014-03-10 01:34:31 -0400
  • 7d27bc7969 Exposing Trait module Mike Gerwitz 2014-03-10 00:40:26 -0400
  • c5b6562d34 Mention of "Traits as mixins" in README.md and manual Mike Gerwitz 2014-03-10 00:38:25 -0400
  • 255a60e425 Implemented and abstract with mixins properly handled Mike Gerwitz 2014-03-09 21:13:11 -0400
  • 696b8d05a6 Class definition mixin now requires explicit extend Mike Gerwitz 2014-03-08 23:52:47 -0500
  • a7e381a31e Mixing method invocation performance tests Mike Gerwitz 2014-03-08 03:55:48 -0500
  • 433dd4fb7a Trait definition and mixin performance test cases Mike Gerwitz 2014-03-07 01:55:46 -0500
  • 55e993a74d Non-private properties now expressly prohibited in trait dfns Mike Gerwitz 2014-03-07 01:07:46 -0500
  • 3005cda543 Support for stacked mixins Mike Gerwitz 2014-03-06 01:51:49 -0500
  • dd7b062474 Base class now has __cid assigned to 0 Mike Gerwitz 2014-03-06 01:50:00 -0500
  • 311496fbe4 Virtual mixin need not be weak Mike Gerwitz 2014-03-06 00:57:24 -0500
  • 88713987e2 Mixin use method calls can now be chained Mike Gerwitz 2014-03-05 23:42:48 -0500
  • 8480d8f92c Added support for abstract overrides Mike Gerwitz 2014-03-04 00:19:39 -0500
  • 14bd552361 Trait can now implement interfaces Mike Gerwitz 2014-02-28 23:55:24 -0500
  • c8023cb382 Trait method return value implementation correction and testing Mike Gerwitz 2014-02-20 23:17:04 -0500
  • 6473cf35ae Began Scala-influenced linearization implementation Mike Gerwitz 2014-02-19 00:26:57 -0500