Jeff Parsons
|
f87161f5d6
|
v1.32.0: The New Year Release
|
2016-12-30 15:56:01 -08:00 |
|
Jeff Parsons
|
0f680839f7
|
Converted PC8080 to ES6
|
2016-12-28 10:03:58 -08:00 |
|
Jeff Parsons
|
5e2073f3ac
|
Let's switch from import back to require, to simplify future Node support
|
2016-12-27 17:16:18 -08:00 |
|
Jeff Parsons
|
f4f6181923
|
v1.31.0 marks our first transition to ES6 classes, but only for PDPjs initially (which is why there must be both /lib and /es6 files in the shared folder for now)
|
2016-12-18 11:31:55 -08:00 |
|
Jeff
|
1a1614a648
|
Simplify the Bus and Memory interfaces slightly, by enabling WORDBUS, which treats all word accesses as aligned; the CPU is has sole responsibility for detecting unaligned word addresses and trapping appropriatelu
|
2016-10-06 14:17:29 -07:00 |
|
Jeff
|
ff6d15a622
|
Updated the build process to formally declare that we're compiling from ES6 to ES5 (although for now, 99.99% of the code is already and will remain ES5.1-compatible)
|
2016-09-24 17:00:57 -07:00 |
|
Jeff Parsons
|
6f349612d8
|
New google-closure-compiler-js supports defines and outputWrapper now
|
2016-09-16 16:22:11 -07:00 |
|
Jeff Parsons
|
5969514c7e
|
Fixed the gulpfile's handling of externs for the JavaScript Closure Compiler
|
2016-09-14 09:04:52 -07:00 |
|
Jeff Parsons
|
00b5c69f53
|
Minor gulpfile/Gruntfile corrections
|
2016-09-13 18:01:14 -07:00 |
|
Jeff Parsons
|
79b04e2eac
|
Remove obsolete references to APP_PCJS
|
2016-09-13 17:45:25 -07:00 |
|
Jeff Parsons
|
3bd02c7e19
|
Bumped version to 1.30 in honor of the PDP11 module that's being integrated, along with my first attempt to use a newer version of the Closure Compiler (ie, the JavaScript version), as well as giving Gulp a try -- although Gulp leaves just as bad a taste in my mouth as Grunt did
|
2016-09-13 15:33:17 -07:00 |
|