/duilder.conf (25314f6d244d5e701d7c2a22826f00f2cf242651) (1274 bytes) (mode 100644) (type blob)
PRJ="Conn"
VER="1.0.38"
REV="1"
EXCLUDE=".exclude"
EXPORT_PATH="/data/www/umbrella/kernel/us/Conn"
EXPORT_GIT="0"
GIT_PUSH="0"
GIT_CHANGELOG="1"
BUILD_SRPM="1"
SRPM_DEST="../dinorepo/fedora/SRPMS"
SRPM_POST_RUN="/usr/local/bin/submit_package"
BUILD_TGZ="1"
BUILD_DEB="1"
CONFIG_H="Conn_config.h"
RELEASE_SCRIPT="./duilder_release"
RELEASE_SCRIPT="/usr/local/bin/duilder_release"
CC_SWITCHES="-O3 -fstack-reuse=all -flto -Wtrampolines -Wl,-z,noexecstack"
CC_SWITCHES="${CC_SWITCHES} -Wl,-z,now -Wl,-z,relro -Wl,-O1 -Wl,-z,noexecstack"
CC_SWITCHES="${CC_SWITCHES} -fPIE -pie -fstack-protector-all"
CC_SWITCHES="${CC_SWITCHES} -Wcast-align -Wformat=2"
CC_SWITCHES="${CC_SWITCHES} -Wformat-security -fno-common"
CC_SWITCHES="${CC_SWITCHES} -Wmissing-prototypes -Wmissing-declarations"
CC_SWITCHES="${CC_SWITCHES} -Wstrict-overflow -Wstrict-prototypes"
CC_SWITCHES="${CC_SWITCHES} -D _FORTIFY_SOURCES=2"
CC_SWITCHES="${CC_SWITCHES} -fno-guess-branch-probability -fbounds-check"
CC_SWITCHES="${CC_SWITCHES} -Wl,-O3 -Wpadded"
CC_SWITCHES="${CC_SWITCHES} -ftree-loop-distribution -ftree-vectorize -ftree-loop-if-convert"
CC_SWITCHES="${CC_SWITCHES} -ftree-loop-im -ftree-parallelize-loops=4"
# TODO
#CC_SWITCHES="${CC_SWITCHES} -Wconversion"
AUTOGENERATE="Makefile.include.in"
Mode |
Type |
Size |
Ref |
File |
100644 |
blob |
129 |
38f2534580e0aace0e6a5b49d79ada2c2ca162be |
.exclude |
100644 |
blob |
155 |
f46bab40e9d32df6e6ef7ab643931d4e1019d9bf |
.gitignore |
100644 |
blob |
169 |
c003c095218f64ad33aeb89987f61eb575557d96 |
.mailmap |
100644 |
blob |
1945 |
fecf0e7a7e8580485101a179685aedc7e00affbb |
Changelog.pre109 |
100644 |
blob |
79498 |
7ad881b5be242d5fdac3ceb550ab4d140344db49 |
Conn.c |
100644 |
blob |
5849 |
c20cfbd2cfe0b094ed52e61b428b92da19b5daae |
Conn.h |
100644 |
blob |
917 |
5423bbceb9236d56d8ee827877d8b6d65986c490 |
Conn.spec.in |
100644 |
blob |
747 |
662c3f3fe8d0a3d23770631d7a0a260719d81e62 |
Conn_config.h.in |
100644 |
blob |
5507 |
95294798236381d591db36ef84ab53040183fccf |
Conn_intern.h |
100644 |
blob |
10966 |
95be3dead1c6fee0917051220e74aef99f49daed |
Conn_web.c |
100644 |
blob |
93 |
4754320eef2b558b97b9c75bd01e545f102670b7 |
Conn_web.h |
100644 |
blob |
30 |
d987fa5df957830331139935d517009e2911b0cf |
INSTALL |
100644 |
blob |
25275 |
92b8903ff3fea7f49ef5c041b67a087bca21c5ec |
LICENSE |
100644 |
blob |
1215 |
0518f7d179939cbc33d13f6626fc45f94db1bf68 |
Makefile.in |
100644 |
blob |
29 |
e214257f87a28e8fb0413b627cf7ee76ade2e94c |
Makefile.include.in |
100644 |
blob |
192 |
5b11bdfb23857d8588845465aef993b320596b44 |
README |
100644 |
blob |
19376 |
5fbc10d9b77d79cd5f62c5f972cc4f7171a4c4f5 |
TODO |
100755 |
blob |
30 |
92c4bc48245c00408cd7e1fd89bc1a03058f4ce4 |
configure |
040000 |
tree |
- |
d4c9c4a69c5cfa2a84316967185f1661b6817779 |
docs |
100755 |
blob |
16779 |
274273c95ecfd0d46b63e1e3e8fbd24c204586c9 |
duilder |
100644 |
blob |
1274 |
25314f6d244d5e701d7c2a22826f00f2cf242651 |
duilder.conf |
040000 |
tree |
- |
8373602f32aa7000178a7d17fac694f480c246cd |
examples |
040000 |
tree |
- |
5643f06c34660e576e6c5d0dee5ac74a2bf34f51 |
tests |
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/catalinux/Conn
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/catalinux/Conn
Clone this repository using git:
git clone git://git.rocketgit.com/user/catalinux/Conn
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