-
Notifications
You must be signed in to change notification settings - Fork 12
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
314b080 Merge pull request #62 from mhaberler/master 017ce0a Makefile: make template path configurable, depend on all moving parts 05de663 Merge pull request #60 from machinekit/ArcEye-patch-1 b30e223 Update asciidoc.mustache a292fb0 Merge pull request #58 from strahlex/python-examples 31afa09 Update README.md c123a4a add Python examples and install README dc8c822 Merge pull request #57 from mhaberler/asciidoc-support 72d6749 scripts/asciidoc.mustache: a start - this is still markdown 522d981 Makefile: support different output formats a2494ab Merge pull request #55 from strahlex/doc-fix 7864694 fix automatic build of documentation e56f95d Merge pull request #51 from strahlex/preview-doc 59180cd added some documentation for preview.proto 5621140 Merge pull request #50 from strahlex/small-clean 3f5125c updated js bundle 860a798 types.proto: added generic full and incremental update f2b21dd status.proto: fix case incosistency 8ecfe22 Merge pull request #49 from strahlex/js-bundle e552450 added bundled JavaScript files for browser 0caef9c js: added scripts to create bundle with browserify a52ae93 Merge pull request #46 from strahlex/doc 7efd4b5 Merge pull request #48 from bobvanderlinden/nodejs a289f8b changed the way nodejs packages are created fe0c77d generating single doc file with defined templated 57b2205 Merge pull request #32 from strahlex/unit-cleanup 773843b added machine unit fields b449530 Merge pull request #36 from strahlex/python-setup 517a13e fix protojs paths and disabling of protojs 81a4623 added protobuf folder and module __init__ to git d8e02cc added install rules for .proto and .h files 0ae22d8 create separate build directory to hold all ouputs b3d8036 build C++, Python, Js, objects all with namespace directories 41ebbcc initial work for Python packaging 9b30785 Merge pull request #35 from strahlex/doc 9d8ad18 Merge pull request #38 from bobvanderlinden/fix-qeueue 126b476 fixed typo in INTERP_QEUEUE_WAIT to INTERP_QUEUE_WAIT 5c1a401 Merge pull request #37 from bobvanderlinden/python-environment c5c2737 use python from environment 2de4ee6 Added documenation for status.proto a38a012 Added doc generator 5900be6 Merge pull request #33 from strahlex/tool-table-offset a4ca021 machinetalk-protobuf: replaced tool table offset fields 621f595 Merge pull request #31 from strahlex/python2_3 cae23c4 fix backwards compatibility with Python2 e653531 Merge pull request #29 from strahlex/origin-fix f73e663 Merge pull request #30 from strahlex/emccmd-feedback 80dc355 added types for command feedback f00172a OriginIndex: added ORIGIN_UNKNOWN field: 348d0a9 Merge pull request #23 from bobvanderlinden/unicode-fix b8dda44 protoc-gen-depends: treat stdin/stdout as byte-streams, not as text-streams c00f3a6 Merge pull request #21 from mhaberler/master f2105a1 Update README.md 762b3ad Merge pull request #20 from mhaberler/master 10aad18 Update README.md 7724509 rtapicommand: add task creation flags git-subtree-dir: 3rdparty/machinetalk-protobuf git-subtree-split: 314b080
- Loading branch information
1 parent
f669e23
commit eb9303f
Showing
43 changed files
with
51,684 additions
and
660 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,3 +1,3 @@ | ||
objects/* | ||
js/*.js | ||
build | ||
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,6 @@ | ||
* | ||
!js | ||
!build/js/** | ||
!package.json | ||
!README* | ||
!LICENSE* |
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 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
Oops, something went wrong.