List of commits:
Subject Hash Author Date (UTC)
op # 066b109760c5ea0f36a08bf4256426ac6311ea30 Alexey 2017-03-08 14:44:26
h# cf98cf078fa4b35b3228082cba8dad1a2e4e0adb Alexey 2017-03-07 13:00:11
ko# f144472b7c0900692ee11fccda7bc7d3e3b50096 Alexey 2017-03-06 16:55:29
nk 449c7c4a58b96c1f21999ace709d4c3486874fe7 Alexey 2017-03-06 16:38:08
on/off 270d34eac26f7fccc70e7dd492899c535a866511 Alexey 2017-03-06 10:58:34
reel 5bdd2c0dbf3d743b3818d038a054280f37e117f8 Alexey 2017-03-05 21:13:49
c++ t.c --target=arm-linux-gnu `pkg-config --libs --cflags gtk+-3.0 epoxy ` -o op -lOpenImageIO -lopencv_videoio ebaac349ce934d80f1444df53b7bbda3a42a35b6 Alexey 2017-03-05 18:25:42
c++ t.c --target=arm-linux-gnu `pkg-config --libs --cflags gtk+-3.0 epoxy ` -o op -lOpenImageIO -lopencv_videoio 7ddf326fbc3789c95efafe10b0381290ab37632f Alexey 2017-03-05 15:32:41
Commit 066b109760c5ea0f36a08bf4256426ac6311ea30 - op #
Author: Alexey
Author date (UTC): 2017-03-08 14:44
Committer name: Alexey
Committer date (UTC): 2017-03-08 14:44
Parent(s): cf98cf078fa4b35b3228082cba8dad1a2e4e0adb
Signing key:
Tree: bb62a2119849d502235c3db7d872208d49d54804
File Lines added Lines deleted
t.c 9 4
File t.c changed (mode: 100644) (index 68c2561..ff43bc6)
... ... GLfloat t[] =
72 72 0.0,0.0, 0.0,0.0,
73 73 1.0,0.0, 1.0,0.0,
74 74 0.0,0.0, 0.0,0.0,
75
75 76 1.0,1.0, 1.0,1.0,
76 0.0,1.0,
77
78
77 79 1.0,1.0, 1.0,1.0,
78 80 0.0,0.0, 0.0,0.0,
79 1.0,0.0,
80 0.0,0.0,
81 0.0,1.0,
82
83 0.0,0.0,
81 84 1.0,1.0, 1.0,1.0,
85 1.0,0.0,
86
82 87
83 0.0,1.0,
84 88 1.0,1.0, 1.0,1.0,
89 0.0,1.0,
85 90 0.0,0.0, 0.0,0.0,
86 91
87 92 1.0,0.0, 1.0,0.0,
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/bowler17/gl

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

Clone this repository using git:
git clone git://git.rocketgit.com/user/bowler17/gl

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