Commit Graph

62874 Commits

Author SHA1 Message Date
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
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
florian
a45123a87b * fix change information for popcnt 2021-08-19 23:01:59 +02:00
Don
f6636c9c1c Allow custom definition of GIT. 2021-08-19 07:51:36 +01: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
Pierre Muller
3da7d62b1a Add support for hash generation for git repository (local modifier not implemented) 2021-08-18 12:00:07 +02:00
florian
3e3f99c328 * properly check if -unpushed should be appended in revision.inc 2021-08-18 10:49:42 +02:00
mattias
4401ef32bb pastojs: emulate compile time assign integer constant of different type 2021-08-18 09:45:26 +02:00
Michaël Van Canneyt
6b36229d3c * Allocate min threads 2021-08-17 16:47:00 +02:00
Michaël Van Canneyt
6e8775f2a9 * Add thread pool to fpmake 2021-08-17 16:25:24 +02:00
Michaël Van Canneyt
2e0a88901e * Initial thread pool implementation 2021-08-17 16:21:21 +02:00
Pierre Muller
c426791a1b Also ignore compiler/gppc* pattern 2021-08-17 13:49:05 +00:00
florian
4c1eb4e454 + include -unpushed in revision.inc if not all changes are pushed to the remote 2021-08-17 15:43:53 +02:00
Pierre Muller
b962abc84f Add compiler/revision.inc to .gitignore list 2021-08-17 12:28:25 +02:00
Ondrej Pokorny
400e11e6cf Propagate SSL initialization errors as exceptions 2021-08-17 10:20:25 +00:00
florian
d5dfb73898 + test pastojs with regression tests
* switch extension to .pas for files which shall be ignored
    by the regression tests (they are found by the compiler automatically)
2021-08-16 23:02:09 +02:00
florian
5995a9909b * testjson.pp needs to be compiled in objfpc mode, in particular when
being used in the regression tests
2021-08-16 21:54:54 +02:00
florian
0ff3f04700 * use git describe to create a revision.inc if a .git dir is found 2021-08-16 21:24:49 +02:00
Yuriy Sydorov
07dcd22b1c * sizeof(array) and length(array) must return sizeUint in case the array
size does not fit in sizeint. This fixes a range check error during
  compilation on small CPU targets where allowed array size is 64K, but
  sizeint is 32K max.
2021-08-16 21:54:46 +03:00
Ondrej Pokorny
40c359a551 TFPCustomHTTPClient: do not reconnect when terminated 2021-08-16 18:51:02 +00:00
florian
2efaee6d85 * include fcl-json in regression tests
* switch extension to .pas for files which shall be ignored
    by the regression tests (they are found by the compiler automatically)
2021-08-16 20:20:46 +02:00
Yuriy Sydorov
3ca73da912 * In TP-style INLINE, allowed the > modifier for global vars and relaxed range checks. 2021-08-16 17:36:12 +03:00
Ondrej Pokorny
fdaa1a12d0 fphttpclient: new DoDataWrite/OnDataSent event 2021-08-16 13:59:51 +00:00
Yuriy Sydorov
bd814c58c3 * Instruct GitLab to use the Pascal syntax highlighter for .pp and .inc files. 2021-08-16 16:32:00 +03:00
Yuriy Sydorov
fc3685819c + Added a test for the TP-style INLINE() statement. 2021-08-16 16:12:47 +03:00
Ondrej Pokorny
d502a38f20 TFPHTTPConnection: clear FBuffer when read from it in ReadRequestContent 2021-08-16 11:33:53 +02:00
Ondrej Pokorny
675312c201 *http client: rewind RequestBody in SendRequest 2021-08-16 07:04:20 +02:00
Yuriy Sydorov
64ddf22e1b * TP compatibility: For retro CPUs always copy the function result to
the register(s) on function exit if assembler blocks are present.
2021-08-16 00:40:34 +03:00
Yuriy Sydorov
c78e9557f8 * Added support for the old Turbo Pascal INLINE(data/data/...) statement.
It is available only in the TP mode.
2021-08-16 00:40:34 +03:00
Yuriy Sydorov
122ed4b76a * Support for sleb128 and uleb128 constants in the NASM writer.
* Added sleb128tostr() and uleb128tostr() methods to TExternalAssembler.
* Use these methods in assembler writers instead of code duplication.
2021-08-16 00:40:34 +03:00
Ondrej Pokorny
5479663e56 Move GetStatusCode from fphttpserver.pp to httpprotocol.pp in order to use it outside fphttpserver 2021-08-15 11:47:01 +00:00