Commit 7d47bfe
committed
Fix printing on Linux (cztomczak#238) and fix "undefined symbol" error (cztomczak#230).
Fix OnBeforePluginLoad and change args, see docs.
Add -std=gnu++11 flag to catch OVERRIDE errors.
Minor enhancements to makefiles.
Update build instructions - install python dependencies to make sure
that the right version of Cython is installed (must be exactly 0.19.2).1 parent 22ade5c commit 7d47bfeCopy full SHA for 7d47bfe
File tree
Expand file treeCollapse file tree
23 files changed
+857
-118
lines changedOpen diff view settings
Filter options
- docs
- api
- src
- client_handler
- cython_includes
- linux
- binaries_32bit
- binaries_64bit
- setup
- mac
- binaries_32bit
- binaries_64bit
- subprocess
- windows
- binaries_32bit
- binaries_64bit
Expand file treeCollapse file tree
23 files changed
+857
-118
lines changedOpen diff view settings
Collapse file
+9-5Lines changed: 9 additions & 5 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
39 | 39 | |
40 | 40 | |
41 | 41 | |
42 | | - |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
43 | 47 | |
44 | 48 | |
45 | 49 | |
46 | 50 | |
47 | | - |
| 51 | + |
48 | 52 | |
49 | | - |
| 53 | + |
50 | 54 | |
51 | | - |
| 55 | + |
52 | 56 | |
53 | 57 | |
54 | 58 | |
55 | 59 | |
56 | 60 | |
57 | | - |
| 61 | + |
58 | 62 | |
59 | 63 | |
60 | 64 | |
|
Collapse file
+21-4Lines changed: 21 additions & 4 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
210 | 210 | |
211 | 211 | |
212 | 212 | |
213 | | - |
214 | | - |
| 213 | + |
| 214 | + |
| 215 | + |
215 | 216 | |
216 | 217 | |
217 | 218 | |
218 | | - |
219 | | - |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
220 | 237 | |
221 | 238 | |
222 | 239 | |
|
Collapse file
src/client_handler/Makefile
Copy file name to clipboardExpand all lines: src/client_handler/Makefile+27-15Lines changed: 27 additions & 15 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
6 | 6 | |
7 | 7 | |
8 | 8 | |
9 | | - |
| 9 | + |
10 | 10 | |
11 | 11 | |
12 | | - |
13 | 12 | |
14 | | - |
| 13 | + |
15 | 14 | |
16 | 15 | |
17 | | - |
18 | | - |
| 16 | + |
| 17 | + |
19 | 18 | |
20 | 19 | |
21 | 20 | |
| ||
25 | 24 | |
26 | 25 | |
27 | 26 | |
28 | | - |
29 | | - |
30 | | - |
31 | | - |
32 | | - |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
33 | 35 | |
34 | | - |
35 | | - |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
36 | 47 | |
37 | 48 | |
38 | | - |
| 49 | + |
39 | 50 | |
40 | 51 | |
41 | 52 | |
42 | | - |
| 53 | + |
43 | 54 | |
44 | 55 | |
45 | 56 | |
46 | | - |
| 57 | + |
47 | 58 | |
48 | 59 | |
49 | 60 | |
| 61 | + |
50 | 62 | |
Collapse file
src/client_handler/client_handler.cpp
Copy file name to clipboardExpand all lines: src/client_handler/client_handler.cpp-9Lines changed: 0 additions & 9 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
327 | 327 | |
328 | 328 | |
329 | 329 | |
330 | | - |
331 | | - |
332 | | - |
333 | | - |
334 | | - |
335 | | - |
336 | | - |
337 | | - |
338 | | - |
339 | 330 | |
340 | 331 | |
341 | 332 | |
|
Collapse file
src/client_handler/client_handler.h
Copy file name to clipboardExpand all lines: src/client_handler/client_handler.h-6Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
194 | 194 | |
195 | 195 | |
196 | 196 | |
197 | | - |
198 | | - |
199 | | - |
200 | | - |
201 | | - |
202 | | - |
203 | 197 | |
204 | 198 | |
205 | 199 | |
|
Collapse file
src/client_handler/request_context_handler.cpp
Copy file name to clipboardExpand all lines: src/client_handler/request_context_handler.cpp+12Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
21 | 21 | |
22 | 22 | |
23 | 23 | |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
Collapse file
src/client_handler/request_context_handler.h
Copy file name to clipboardExpand all lines: src/client_handler/request_context_handler.h+9-3Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
16 | 20 | |
17 | 21 | |
18 | 22 | |
| ||
26 | 30 | |
27 | 31 | |
28 | 32 | |
29 | | - |
30 | | - |
31 | | - |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
32 | 38 | |
33 | 39 | |
34 | 40 | |
|
Collapse file
src/cython_includes/cef_types.pxd
Copy file name to clipboardExpand all lines: src/cython_includes/cef_types.pxd+6Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
328 | 328 | |
329 | 329 | |
330 | 330 | |
| 331 | + |
| 332 | + |
| 333 | + |
| 334 | + |
| 335 | + |
| 336 | + |
Collapse file
src/linux/binaries_32bit/wxpython.py
Copy file name to clipboardExpand all lines: src/linux/binaries_32bit/wxpython.py+6-4Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
493 | 493 | |
494 | 494 | |
495 | 495 | |
496 | | - |
| 496 | + |
| 497 | + |
497 | 498 | |
498 | 499 | |
499 | 500 | |
500 | | - |
| 501 | + |
501 | 502 | |
502 | 503 | |
503 | | - |
504 | | - |
| 504 | + |
| 505 | + |
| 506 | + |
505 | 507 | |
506 | 508 | |
507 | 509 | |
|
Collapse file
src/linux/binaries_64bit/wxpython.py
Copy file name to clipboardExpand all lines: src/linux/binaries_64bit/wxpython.py+6-4Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
480 | 480 | |
481 | 481 | |
482 | 482 | |
483 | | - |
| 483 | + |
| 484 | + |
484 | 485 | |
485 | 486 | |
486 | 487 | |
487 | | - |
| 488 | + |
488 | 489 | |
489 | 490 | |
490 | | - |
491 | | - |
| 491 | + |
| 492 | + |
| 493 | + |
492 | 494 | |
493 | 495 | |
494 | 496 | |
|
0 commit comments