Граф коммитов

9 Коммитов

Автор SHA1 Сообщение Дата
Anton Molleda 41cb47cb1c
New: Multiple improvements
* Chore: Update dependencies
* New: Add AppVeyor with support for node 6, 8, and 9
* New: Auto release on GitHub and `node-pre-gyp` support
* New: Auto install VC++ redistributable if needed
* Docs: Improve documentation
2017-11-16 13:38:31 -08:00
Eduard Tomas ed7e8cb68f dev wip 2017-04-03 09:43:12 +02:00
Eduard Tomas 0f7421e39c Gitignore to ignore 'c++ precompiled headers' 2017-03-21 10:23:44 +01:00
James Lissiak 9863eafff2 Resolving merge conflicts 2016-05-11 16:36:45 -07:00
James Lissiak e149f85c5c Cleaning layout of files
- The folder structure is now cleaner and more closely matches other types of node packages
2016-04-28 12:56:05 -07:00
James Lissiak b26c1366e8 Adding first iteration of a node c++ addon
- As an alternative to the native adapter.exe build, this change includes a rough example of how this could be replaced with typescript running on node
- The required native functions for injecting the proxy and communicating with edge are exposed by a node addon to the script
- The 'adapter' can then be run by running node EdgeAdapter.js
- Uses node-gyp to build the addon, but really only works for windows OS, the other systems will just get a bunch of build errors
- Requires more work, but this is the first iteration
2016-04-28 12:15:30 -07:00
Andy Sterland ab21d0fc88 Adding ignore file for output dir and adding the loose fiels to the sln. 2016-04-25 11:11:56 -07:00
Andy Sterland fb1cf6bdf7 Initial commit of Edge diagnostic adapter which is 99% the IEDiagnosticAdapter but will diverge over time. 2016-03-23 14:21:18 -07:00
Andy Sterland d420826771 Initial commit 2016-03-20 17:32:00 -07:00