about summary refs log tree commit diff stats
path: root/configure-debug
Commit message (Collapse)AuthorAgeFilesLines
* debug build: build without -fsanitize=addressMichael Vetter2021-03-241-1/+1
| | | | | | | | | | | | Sorry :-) Seems then we can't use valgrind since that does its own ASAN things. So maybe developers needs to set some flags by themselves to find these memory issues. https://fuzzing-project.org/tutorial-cflags.html might be of help. Regards: https://github.com/profanity-im/profanity/issues/1512
* debug build: build with -fsanitize=addressMichael Vetter2021-03-241-1/+1
| | | | | | | | Let's compile with this flag to detect memory erros in the debug build. See https://clang.llvm.org/docs/AddressSanitizer.html Regards: https://github.com/profanity-im/profanity/issues/1512
* Include python plugins by default in buildJames Booth2016-07-241-2/+2
|
* Comment python version arg in configure-debugJames Booth2016-07-191-2/+2
|
* Use python3 in configure-debugJames Booth2016-07-191-2/+2
|
* Tidy python3 conditional codeJames Booth2016-07-191-2/+2
|
* Fix prof module init for python3James Booth2016-07-181-0/+1
|
* Added PYTHON3 defineJames Booth2016-07-141-1/+1
|
* Added boolean settings for pluginsJames Booth2016-03-251-1/+1
|
* Don't ignore arguments passed to ./configure-debugDmitry Podgorny2015-06-221-1/+1
|
* Handle chat states for users not in rosterJames Booth2014-08-191-1/+1
| | | | issue #397
* Removed otr flag from configure-debugJames Booth2014-08-191-1/+1
|
* Added message stanza error testsJames Booth2014-01-281-1/+1
|
* Added configure-debug scriptJames Booth2013-09-221-0/+3
a> ^
5d6b2d0b ^



41fe8c22 ^
5d6b2d0b ^
759d9ccb ^
5d6b2d0b ^
759d9ccb ^
5d6b2d0b ^


93672eba ^
41fe8c22 ^
5d6b2d0b ^
759d9ccb ^
5d6b2d0b ^
759d9ccb ^
5d6b2d0b ^
759d9ccb ^
5d6b2d0b ^
759d9ccb ^
41fe8c22 ^
d0397f3d ^
8933d59b ^

d0397f3d ^
8933d59b ^

d0397f3d ^
8933d59b ^
d0397f3d ^
759d9ccb ^




271278dd ^
5d6b2d0b ^
271278dd ^
41fe8c22 ^
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98