Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Split test protos into two groups | Adam Cozzette | 2017-04-03 |
| | |||
* | Use closurebuilder.py in favor of calcdeps.py for compiling JavaScript | Adam Cozzette | 2017-03-01 |
| | | | | | | | | | | There are two motivations for this: 1) calcdeps.py is deprecated and replaced by closurebuilder.py. 2) As part of this I was able to tweak things so that the Closure compiler does not attempt to examine every .js file in the tree under js/. This makes it possible to put compatibility tests and related files in a subdirectory without them getting mixed up with the main .js files we care about. | ||
* | Fixed remaining JSPB test failures | Adam Cozzette | 2016-11-21 |
| | |||
* | Fix tests for CommonJS. | Josh Haberman | 2016-06-16 |
| | |||
* | Added plugin.proto to well-known types for JS. | Josh Haberman | 2016-06-16 |
| | |||
* | JS: import well-known types from google-protobuf package. | Josh Haberman | 2016-06-16 |
| | |||
* | Support Windows in gulpfile.js | Nikolai Vavilov | 2016-04-16 |
| | |||
* | Fix for gulpfile.js. | Josh Haberman | 2016-04-11 |
| | |||
* | Moved CommonJS-specific files into commonjs directory | murgatroid99 | 2016-02-24 |
| | |||
* | Fix CommonJS relative require generation, and test it | murgatroid99 | 2016-02-24 |
| | |||
* | Added a bit more to README.md, and allowed custom PROTOC var in tests. | Josh Haberman | 2016-02-19 |
| | |||
* | Use "node" as binary instead of "nodejs". | Josh Haberman | 2016-02-18 |
| | | | | "nodejs" does not exist on Travis, it appears. | ||
* | Fixed definition of extensions, and added CommonJS tests to Travis. | Josh Haberman | 2016-02-18 |
| | |||
* | Moved CommonJS-specific files to commonjs/. | Josh Haberman | 2016-02-18 |
| | |||
* | CommonJS tests are now passing. | Josh Haberman | 2016-02-18 |
| | |||
* | WIP. | Josh Haberman | 2016-02-18 |
| | |||
* | Added README and enabled JavaScript tests on Node.js | Josh Haberman | 2015-12-21 |