Skip to content

Commit

Permalink
Synchronizing version 2.0.0 (#55, fixes #17)
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
dkrutsko authored Mar 25, 2018
1 parent 72ffecb commit 63a008a
Show file tree
Hide file tree
Showing 99 changed files with 2,131 additions and 13,155 deletions.
12 changes: 3 additions & 9 deletions .gitignore
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/
3 changes: 3 additions & 0 deletions .gitmodules
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
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2010-2016 Robot Developers
Copyright (C) 2010-2018 Robot Developers

This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
Expand Down
119 changes: 0 additions & 119 deletions Native/Addon/Makefile

This file was deleted.

402 changes: 0 additions & 402 deletions Native/Addon/Robot.vcxproj

This file was deleted.

Loading

0 comments on commit 63a008a

Please sign in to comment.