-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build on the latest version of anitomy (#7)
* Update anitomy version * Add new node versions to CI * Update deps * Fix build on anitomy * Fix deprecation warning * Set resource name on worker constructor * Update linux build * Update CI config files * Update windows build * Update build - Deprecate node 0.12 - Fix build on older node version (< 10) - Update CI scripts * [skip ci] Update README * [skip ci] Bump version
- Loading branch information
1 parent
b41a82c
commit 236c894
Showing
8 changed files
with
1,069 additions
and
21 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
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 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 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
Submodule anitomy
updated
17 files
+2 −2 | anitomy/anitomy.cpp | |
+2 −5 | anitomy/anitomy.h | |
+2 −2 | anitomy/element.cpp | |
+6 −10 | anitomy/element.h | |
+18 −26 | anitomy/keyword.cpp | |
+6 −16 | anitomy/keyword.h | |
+2 −5 | anitomy/options.h | |
+2 −2 | anitomy/parser.cpp | |
+2 −5 | anitomy/parser.h | |
+2 −2 | anitomy/parser_helper.cpp | |
+4 −4 | anitomy/parser_number.cpp | |
+10 −12 | anitomy/string.cpp | |
+4 −7 | anitomy/string.h | |
+2 −14 | anitomy/token.cpp | |
+8 −15 | anitomy/token.h | |
+13 −9 | anitomy/tokenizer.cpp | |
+2 −5 | anitomy/tokenizer.h |
Oops, something went wrong.