Commit Graph

63070 Commits

Author SHA1 Message Date
Ondrej Pokorny
bbb01506c7 * windows compilation 2021-08-27 21:23:01 +02:00
FPK
98574a88a3 + do fullcycle 2021-08-26 16:03:26 +00:00
FPK
683e5b873b * build fpts2junit after testing so all directories are present 2021-08-26 15:11:39 +00:00
FPK
2be893cb17 + build fpts2junit
+ generate testresult.xml artifact
2021-08-26 15:04:59 +00:00
FPK
21914bf43b * build and test must be one job 2021-08-26 12:57:49 +00:00
FPK
db677c9fe3 * Cleaned up .gitlab-ci.yml
* Added regression testing
2021-08-26 12:48:51 +00:00
FPK
ff69b7479e Added make command to .gitlab-ci.yml 2021-08-26 12:33:57 +00:00
FPK
0919916ba7 Initial .gitlab-ci.yml file 2021-08-26 12:26:00 +00:00
florian
4a67f098ee * reverted wrongly committed file 2021-08-25 10:41:03 +02:00
florian
a18a6b4391 + Aarch64: FMovFMov2FMov 2 optimization 2021-08-24 23:16:52 +02:00
ccrause
968d00fedf + Add support for -Adefault.
* Move help message for option -sT to the correct group of messages. 
  * Use shorter message to indicate switch to external asm. 
  * Adapted -sX messages because -sT doesn't force external assembler writer.
2021-08-24 17:01:50 +00:00
Pierre Muller
0bc827e9e2 Add test for bug report 38973 (already fixed in trunk/main) 2021-08-24 13:04:50 +00:00
florian
26f4d957a0 * moved fwait 2021-08-23 23:46:45 +02:00
Bernd Kreuss
69883e04f1 gdeque: remove unused variable 2021-08-23 15:25:12 +02:00
Pierre Muller
8fbd6dedbb Add some more patterns to .gitignore 2021-08-23 13:46:52 +02:00
florian
ef31e8c2ed Merge remote-tracking branch 'origin/main' into tg74/avx512-0037785 2021-08-22 19:20:15 +02:00
pierre
0558fefc51 Avoid range check errors
(cherry picked from commit 1351ccb3bf)

# Conflicts:
#	.gitattributes
2021-08-22 19:19:58 +02:00
Jonas Maebe
a73ee4f403 Solves #39296: x86-64 parameter zero/sign extension 2021-08-22 14:56:19 +00:00
florian
a77f5221f3 * check if git executable really exists 2021-08-21 20:38:34 +02:00
Michaël Van Canneyt
6c8b757795 * Fix compation 2021-08-21 09:20:50 +02:00
Michaël Van Canneyt
f138af02b9 * Fix by Mark Paley to add IfThen for StringList and TStringDynArray. Issue #39314 2021-08-21 09:13:06 +02:00
Michaël Van Canneyt
f069f27267 * fix compilation 2021-08-21 09:11:24 +02:00
Michaël Van Canneyt
06d99b1e68 * Remove unneeded diagnostic output 2021-08-21 09:06:08 +02:00
Michaël Van Canneyt
7b6f273023 * Remove spurious var, prevents fpdoc from handling record 2021-08-21 09:06:08 +02:00
Michaël Van Canneyt
87e9958429 * Allow to read handler 2021-08-21 09:03:56 +02:00
florian
61a3f6603d * change information for round* fixed 2021-08-20 23:55:17 +02:00
Pierre Muller
9700c03699 Add several pattern from tests sub-directory to ignore list
(cherry picked from commit a837c8d47a)
2021-08-20 21:19:16 +00:00
Michaël Van Canneyt
58b252705e * Allow to compile also non-windows,linux 2021-08-20 10:06:38 +02:00
Michaël Van Canneyt
74ebc15596 * Select calls 2021-08-20 10:00:15 +02:00
florian
a45123a87b * fix change information for popcnt 2021-08-19 23:01:59 +02:00
Ondrej Pokorny
4697de9379 Keep-Alive fixes 2021-08-19 10:45:13 +00:00
Don
f6636c9c1c Allow custom definition of GIT. 2021-08-19 07:51:36 +01:00
Michaël Van Canneyt
c632736197 * No wait loop, use event 2021-08-18 23:08:14 +02:00
Michaël Van Canneyt
e6f40c196a * Make sure size is set after return 2021-08-18 22:26:09 +02:00
Michaël Van Canneyt
bb9a1af248 * Add interceptor (middleware) functionality to router + Demo 2021-08-18 22:25:28 +02:00
Michaël Van Canneyt
5a6bea6180 * Fix some debug output 2021-08-18 22:24:41 +02:00
Michaël Van Canneyt
a68a6415f2 * Request ID and connection ID for logging purposes 2021-08-18 16:37:09 +02:00
Michaël Van Canneyt
4ac009846c * Smaller idle timeout 2021-08-18 16:36:29 +02:00
Michaël Van Canneyt
ab7de66471 * Working thread pool 2021-08-18 16:10:30 +02:00
mattias
aa9ff6c225 fcl-json: fixed testjson.lpi 2021-08-18 16:03:32 +02:00
florian
a4878d892c * always use $(GIT) to call git 2021-08-18 15:19:24 +02:00
Michaël Van Canneyt
db0d1501e0 * Correct property name 2021-08-18 14:39:30 +02:00
Michaël Van Canneyt
181653162c * Finish merge & rebase 2021-08-18 14:38:31 +02:00
Michaël Van Canneyt
f7265bf79e * Some command-line options 2021-08-18 14:32:24 +02:00
Michaël Van Canneyt
5bf9de22d6 Thread pool start 2021-08-18 14:32:24 +02:00
Michaël Van Canneyt
f6c476ae79 * Start of thread pool. 2021-08-18 14:32:24 +02:00
Ondrej Pokorny
ed861e5343 don't keep alive connections that failed 2021-08-18 14:31:32 +02:00
Ondrej Pokorny
410916ab6b Fix TFPHTTPConnectionThread.Execute repeat loop 2021-08-18 14:31:32 +02:00
Ondrej Pokorny
8fc1bc276f Info about active connections 2021-08-18 14:30:31 +02:00
Ondrej Pokorny
c4e2029179 Ignore exceptions 2021-08-18 14:30:31 +02:00