Commit Graph

62886 Commits

Author SHA1 Message Date
Pierre Muller
133f76c8b7 Ignore all BuildUnit_{package_name}.pp generated file 2021-08-30 17:33:32 +02:00
Ondrej Pokorny
fec8cb7629 * TEncoding.GetEncoding - create unicode encodings, not only MBCS 2021-08-30 09:13:44 +00:00
ccrause
f134e3b0ee Sorted help options. 2021-08-29 21:14:23 +00:00
florian
d3615788a8 * generate a def. file only if really necessary 2021-08-29 21:00:51 +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
florian
e80560e59c * fix test for targets with FPC_COMP_IS_INT64 defined 2021-08-27 22:31:55 +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
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