This website works better with JavaScript.
Explore
Help
Sign In
mirror
/
fractal
mirror of
https://gitlab.gnome.org/World/fractal.git
Watch
1
Star
0
Fork
You've already forked fractal
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1106
Commits
15
Branches
82
Tags
51 MiB
Tree:
801245df96
af-copy-room-alias
fix-filtering
fractal-10
fractal-11
fractal-12
fractal-13
fractal-6
fractal-7
fractal-8
fractal-9
gnome-3-30
legacy
main
release-4.4.0
release-4.4.1
0.1.0
0.1.1
0.1.10
0.1.11
0.1.12
0.1.13
0.1.14
0.1.15
0.1.16
0.1.17
0.1.18
0.1.19
0.1.2
0.1.20
0.1.21
0.1.22
0.1.23
0.1.24
0.1.25
0.1.26
0.1.27
0.1.28
0.1.29
0.1.3
0.1.30
0.1.4
0.1.5
0.1.6
0.1.7
0.1.8
0.1.9
10
10.1
10.beta
10.rc
11
11.1
11.2
11.beta
11.rc
12
12.1
12.beta
12.rc
13
13.beta
13.rc
14.beta
3.29.0
3.29.1
3.29.4
3.29.5
3.29.6
3.29.92
3.30.0
4.0.0
4.2.0
4.2.1
4.2.2
4.4.0
4.4.1b1
4.4.2
4.4.2-beta
4.4.2-beta1
4.4.2-beta2
5
5-alpha1
5.beta1
5.beta2
5.rc1
6
6.beta
6.rc
7
7.beta
7.rc
8
8.beta
8.rc
9
9.beta
9.rc
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '801245df96'
${ noResults }
fractal
/
scripts
/
grabber.sh
6 lines
95 B
Raw
Normal View
History
Unescape
Escape
Really using rust sources to rebuild with meson We were calling always the cargo script to build all, on each call to build but we can provide the rs input and let meson to check if some source has changed and if not, it won't try to build.
8 years ago
#!/bin/sh
fractal-api renamed to fractal-matrix-api
8 years ago
find fractal-matrix-api -name *.rs
Really using rust sources to rebuild with meson We were calling always the cargo script to build all, on each call to build but we can provide the rs input and let meson to check if some source has changed and if not, it won't try to build.
8 years ago
find fractal-gtk -name *.rs
Add resources to build input
8 years ago
find fractal-gtk/res