Commit 8c3d008
committed
Several changes:
- Wt 4 specific:
- Fix issue #5796: implement WGenericMatrix without Boost
- Added move constructors/assignment operators to WString
- Merges from master:
- Fix #5798
- Fix test.wt & test.http build for ARM
Add thread linker flags to fix build errors when building for ARM
(PR emweb#117 by Mark O'Donovan (modonovan@biotector.com))
- Fix #5790: make it possible to set config file when argc = 0
- Fix #5799: allow to add entry points safely when server is running1 parent 7c6ce33 commit 8c3d008
File tree
16 files changed
+782
-161
lines changed- doc/tutorial
- src
- Wt
- Json
- http
- web
- test
- matrix
16 files changed
+782
-161
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
117 | 124 | | |
118 | 125 | | |
119 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
97 | 101 | | |
98 | 102 | | |
99 | 103 | | |
| |||
0 commit comments