-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Added newlines to some files * Updated gitignore file * Update copyright headers (#18, fixes #15) * Added support for Node ^7.0.0 (#14, fixes #5, #16) * Updated README file (#19, fixes #13) * Fetch prebuilt binaries securely * Added NPM and Yarn lock files (#30, fixes #28) * Project reorganization (#35, fixes #2, #4, #32, #36, #37) * Quotes * Improvements to Windows RC * Update copyright headers (#44, fixes #43) * Updated lock files * Removed visual studio toolset definitions (#47, fixes #46) * Improved the install script (#48, fixes #38) * Updated lock files * Copy PDB files during compilation (#51, fixes #50) * Updated version numbers (#52, fixes #17) * Copy PDB files during compilation (#53, fixes #50) * Version updates * Fixed small bug in test case * Updated lock files * Minor fixes to get ARM to compile (#54, fixes #25)
- Loading branch information
Showing
99 changed files
with
2,131 additions
and
13,155 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,5 @@ | ||
ipch/ | ||
.vs/ | ||
*.db | ||
*.node | ||
*.user | ||
*.sdf | ||
*.suo | ||
*.opensdf | ||
*.pdb | ||
build/ | ||
node_modules/ | ||
.DS_STORE | ||
Binaries/ | ||
node_modules/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "src/robot"] | ||
path = src/robot | ||
url = https://github.com/robot/robot |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.