Commit Graph

63181 Commits

Author SHA1 Message Date
Ondrej Pokorny
5979e464c6 * check LastError from CanRead() 2021-08-29 16:49:13 +02:00
Ondrej Pokorny
1083746abf * check for LastError coming from CanRead() 2021-08-29 16:44:39 +02:00
Ondrej Pokorny
df6d289693 * fphttpclient: add new OnIdle event to keep the client responsive in case the server needs a lot of time to respond (and to be able to terminate the request while waiting for data) 2021-08-29 11:35:15 +00:00
Ondrej Pokorny
f6587d9505 * fphttpclient: add new OnIdle event to keep the client responsive in case the server needs a lot of time to respond (and to be able to terminate the request while waiting for data) 2021-08-29 13:33:39 +02:00
Michaël Van Canneyt
56c3b5b2cd * Use FreeAndNil to clear field 2021-08-29 13:02:45 +02:00
Ondrej Pokorny
bfa0c60e77 * destroy FList in the destructor of TFPHTTPServerConnectionListHandler 2021-08-29 12:50:41 +02:00
Sven Barth
efd0c250df * fix for #39310 by fixing various small issues in tabstractrecordsymtable.has_single_field:
- initialize the returned def to a safe default
  - correctly reset the found symbol for each loop
  - reset the result when descending into a record
+ added test
2021-08-28 20:02:28 +02:00
FPK
e9b880c947 * factored out the fullcycle job as proposed by Marcus 2021-08-28 17:22:31 +00:00
Michaël Van Canneyt
9b8a6438c7 * 64-bit ID for 64-bit platforms 2021-08-28 10:38:26 +02:00
Michaël Van Canneyt
72213d42da * Negative time value waits forever 2021-08-28 10:38:26 +02:00
florian
e80560e59c * fix test for targets with FPC_COMP_IS_INT64 defined 2021-08-27 22:31:55 +02:00
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