List of commits:
Subject Hash Author Date (UTC)
use ccargs ca151ebca59bc5fff009a31c958d528f5d8da44c mucbuc 2020-06-28 15:09:11
format, generateDocs b102526fcaa430abc6c46ad975ea011c8107ce86 Ubuntu 2020-06-28 14:28:43
v2 e41a73cccb511cb3c21c9c46733e57c8c0b62c57 Ubuntu 2020-06-28 14:26:22
fix example 8d7c132c15320daaf9b0c2e21b4d2aa88ed2aadb mucbuc 2020-02-17 02:19:56
remove exmple template 6521e4da9e07bcd58a0880a581f801393e8fa651 mucbuc 2020-02-17 01:55:51
doc 9d29c0e82fb78ed9c0ebf7e6b2571c9f3429fb8e mucbuc 2020-02-17 01:47:22
cleanup cf625a76c9bb2a92c023e7c2b7b04422e0eba172 mucbuc 2020-02-17 01:46:26
rm factory db727ad2da8678aaf2d880f16984f9d2ef76966e mucbuc 2020-02-17 01:44:02
add stack support 23b3106958986d1968920bea60f7f13299525c78 mucbuc 2020-02-17 00:51:17
using base pointer; ; 85d4fafbcbf1555b56897ae1e959b8732afc3f10 mucbuc 2020-02-17 00:36:17
using queue policy 7494ae3537373691ad12c5c8295dcbbbfe7f05f0 mucbuc 2020-02-17 00:34:31
dummy policy 65fae3bca8ed23be81bd75e271e85030a48d1ccb mucbuc 2020-02-16 17:29:07
cleanup 2e46ef599e15758ba6c5f071be163cb870cb6547 mucbuc 2020-02-16 16:32:19
rename elemements to impl_ref 7bf7fbda736a73f86fa460194873cceadca51009 mucbuc 2020-02-16 13:49:38
example doc a65ae924d3426c7de7cb4f3c8e29c8180acf6fde mucbuc 2020-02-13 14:40:59
format source 0288bc49240445da1dd0013feb6e2d157d8a5cea mucbuc 2020-02-13 14:35:16
example builds 701303d8c13b423195f3f0e43c8e5d26af5360c8 mucbuc 2020-02-13 14:33:01
circuit update 6b334746c8f61dbeb8707a9045b83d01ce7259de mucbuc 2020-02-12 13:36:57
interface 8aaad13bc18270477139d6144771cebdba2928d6 mucbuc 2020-01-23 05:38:16
hook_once e800fa98f37b99f456e0f474d2a95eac87dbe020 mucbuc 2020-01-20 17:22:05
Commit ca151ebca59bc5fff009a31c958d528f5d8da44c - use ccargs
Author: mucbuc
Author date (UTC): 2020-06-28 15:09
Committer name: mucbuc
Committer date (UTC): 2020-06-28 15:09
Parent(s): b102526fcaa430abc6c46ad975ea011c8107ce86
Signing key:
Tree: 20c768e57af23b3d5c1a6518d220344716edb62e
File Lines added Lines deleted
package.json 1 1
File package.json changed (mode: 100644) (index 76f81ed..b3b835c)
2 2 "description":"Dispatch work to agents.", "description":"Dispatch work to agents.",
3 3 "name":"dynamo", "name":"dynamo",
4 4 "scripts": { "scripts": {
5 "test": "crimp test/test.json -g",
5 "test": "ccargs -p test/test.json -t -c",
6 6 "generateDocs":"doc-tool package_header src_interface test_example ./OTHER.md > README.md", "generateDocs":"doc-tool package_header src_interface test_example ./OTHER.md > README.md",
7 7 "format": "clang-format -i --style=Webkit src/*.h src/impl/*.h src/impl/*.hxx test/src/*.cpp" "format": "clang-format -i --style=Webkit src/*.h src/impl/*.h src/impl/*.hxx test/src/*.cpp"
8 8 } }
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/mucbuc/dynamo

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/mucbuc/dynamo

Clone this repository using git:
git clone git://git.rocketgit.com/user/mucbuc/dynamo

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main