summary refs log tree commit diff stats
path: root/data/icons/meson.build
AgeCommit message (Collapse)Author
2017-06-13build: Replace Autotools with MesonPatrick Griffis
Quick rundown of benefits: - Much faster: - Autotools (with autogen): 22 seconds - Meson: 7 seconds - Meson (with ccache): 2 seconds - Simpler: - ~1000 lines smaller - Single simple language - Potentially better Windows (Visual Studio) support What is not done: - Complete Windows support - OSX support (easy) Closes #2013 Closes #1937 Closes #1803
iktor@hexchat.org> 2012-10-25 01:33:23 +0200 committer Berke Viktor <bviktor@hexchat.org> 2012-10-25 01:33:23 +0200 Some more rebranding for consistency's sake' href='/git-repos/torxchat.git/commit/src/common/notify.h?h=feature/fork-branding&id=47310229a4ba96ee2aad166b7c561ec31ae20a70'>47310229 ^
4a6ceffb ^









































1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63