Skip to content

Commit 63a008a

Browse files
authored
Synchronizing version 2.0.0 (#55, fixes #17)
* 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)
1 parent 72ffecb commit 63a008a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

99 files changed

+2131
-13155
lines changed

.gitignore

+3-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
ipch/
2-
.vs/
3-
*.db
41
*.node
5-
*.user
6-
*.sdf
7-
*.suo
8-
*.opensdf
2+
*.pdb
3+
build/
4+
node_modules/
95
.DS_STORE
10-
Binaries/
11-
node_modules/

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "src/robot"]
2+
path = src/robot
3+
url = https://github.com/robot/robot

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (C) 2010-2016 Robot Developers
1+
Copyright (C) 2010-2018 Robot Developers
22

33
This software is provided 'as-is', without any express or implied
44
warranty. In no event will the authors be held liable for any damages

Native/Addon/Makefile

-119
This file was deleted.

Native/Addon/Robot.vcxproj

-402
This file was deleted.

0 commit comments

Comments
 (0)