Commit Graph

15284 Commits

Author SHA1 Message Date
Pierre Muller
5004889c3c Update Makefile's after cpu unit dependency fix 2023-08-01 10:04:24 +02:00
Pierre Muller
d3d39001bc i8086 CPU also needs sysutils unit as dependecy for cpu unit 2023-08-01 10:04:24 +02:00
Michaël Van Canneyt
f65e6cfebe * Additional dependency for unit unit 2023-08-01 07:52:48 +02:00
Pierre Muller
f2cb7ffce9 Remove code testing for FPC_VERSION 1.X or 2.X 2023-08-01 07:18:09 +02:00
Pierre Muller
d1609b0acb Makefile regenerated after addition of macos directory handling by regenmakefiles.sh 2023-07-31 15:06:09 +02:00
Pierre Muller
5bc82beab3 Handle macos directory, which target name is now macosclassic 2023-07-31 15:04:44 +02:00
Pierre Muller
1bfcd45307 Regnerated Makefile's after dependency fixes for debug info units 2023-07-31 14:59:32 +02:00
Pierre Muller
67cfa79659 * Add dependency of lineinfo unit on exeinfo.
* System.ExeInfo depends on EXEINFO_DEPS, not on LINEINFO_DEPS
  * lnfodwrf unit does not depend on lineinfo unit
  * lnfogdb depends on ctypes, baseunix and unix units, but not on lineinfo
2023-07-31 14:56:53 +02:00
Pierre Muller
b76c111e89 Avoid double rules for ctypes and cmem units 2023-07-31 14:51:29 +02:00
Pierre Muller
3cb8d59bab Avoid 'will not overwrite just-created' error on installation 2023-07-31 14:03:58 +02:00
Pierre Muller
425612504f Fix spelling mistake SFPUX8080UNIT => SFPUX80UNIT 2023-07-31 13:57:31 +02:00
marcoonthegit
f48975ffcf * dotted variant 2023-07-31 10:14:58 +02:00
Michaël Van Canneyt
681dfc91ac * Fix typo 2023-07-30 18:55:28 +02:00
Michaël Van Canneyt
ba79c04af2 * Extra dependencies for dos, solves hopefully jenkins problem ? 2023-07-30 17:46:36 +02:00
Michaël Van Canneyt
681a00a76f * Fixes based on feedback of team, fixes issue #40368 2023-07-30 11:19:47 +02:00
Michaël Van Canneyt
a77c50728f * Script to regenerate makefiles with proper options 2023-07-30 11:18:18 +02:00
Michaël Van Canneyt
7e7eb033fc * Renamed so as not to be automatically detected, in line with Makefile.pkg in packages dir 2023-07-30 08:27:38 +02:00
Michaël Van Canneyt
82bc431bf4 * Remove double system unit target 2023-07-28 13:22:52 +02:00
Michaël Van Canneyt
d94574938a * Remove double ctypes unit 2023-07-28 13:11:15 +02:00
Michaël Van Canneyt
bd3580239a * Removed double unit, regenerated makefile 2023-07-28 13:08:08 +02:00
Michaël Van Canneyt
27ce569b0b * Fix EOL escapes, regenerate makefiles 2023-07-28 12:49:13 +02:00
Michaël Van Canneyt
379deed2f0 * Regenerate Makefile with fix for missing space 2023-07-28 12:03:05 +02:00
Michaël Van Canneyt
fb93b59966 * Dynlibs dependency 2023-07-27 23:23:21 +02:00
Michaël Van Canneyt
2d562c1560 * dos unit deps 2023-07-27 22:57:42 +02:00
Michaël Van Canneyt
2bd2ffff2a * dos unit deps 2023-07-27 22:57:41 +02:00
Michaël Van Canneyt
c43db94883 * Better dependencies for ctypes, remove double unit rules 2023-07-27 22:21:24 +02:00
Michaël Van Canneyt
64226a0ab1 * Add dependencies, fix jenkins build 2023-07-27 20:42:10 +02:00
Michaël Van Canneyt
38f7eab982 * Need iOS and iphonesim 2023-07-27 20:37:38 +02:00
Michaël Van Canneyt
41f5b0756e * Correct dependency for dynlibs 2023-07-27 20:34:21 +02:00
Michael VAN CANNEYT
ccfa38c68e * Dotted RTL compiles 2023-07-27 19:04:03 +02:00
Michael VAN CANNEYT
ed50a1941b * Unicode resource strings 2023-07-25 16:06:53 +02:00
Pierre Muller
ef5a32ab95 Fix order of parameters of FillChar 2023-07-25 07:22:39 +02:00
Michaël Van Canneyt
813105ea0a * Fix compilation for platforms that do not have unicodestring 2023-07-24 18:08:02 +02:00
Michaël Van Canneyt
f0ef6b08ed * Regenerated makefiles with subtarget support 2023-07-24 16:16:37 +02:00
Michael VAN CANNEYT
efc0272b99 * Zero out stringmanager record 2023-07-24 15:38:09 +02:00
Michael VAN CANNEYT
b83d4fae29 * CompareStrAnsiStringProc is not necessarily assigned 2023-07-24 15:38:09 +02:00
Michael VAN CANNEYT
8ef4625e4d * UnicodeString<>WideString on windows 2023-07-24 15:38:09 +02:00
Michael VAN CANNEYT
6cc315d4da * Fix compilation with unicodertl 2023-07-24 15:38:09 +02:00
Michael VAN CANNEYT
b5dd1f9beb * Fix windows compilation 2023-07-24 15:38:09 +02:00
Michael VAN CANNEYT
78374bf772 * Synchronize API for AnsiString/Unicode string, keep string where possible. 2023-07-24 15:38:09 +02:00
Michael VAN CANNEYT
68db04d89e * Adapt classes to Unicode RTL : Give string/char correct type depending on case 2023-07-24 15:37:51 +02:00
Michaël Van Canneyt
defc7e99d1 * Fix compilation for avr-embedded (no unicode strings) 2023-07-24 14:54:30 +02:00
Michaël Van Canneyt
a3beff94dc * TStringHelper alias. 2023-07-24 08:34:13 +02:00
Michaël Van Canneyt
fb5b891c45 * Fix issue #40360 2023-07-23 23:32:37 +02:00
Michaël Van Canneyt
ceddc2aec3 * TArray is now in system unit 2023-07-22 15:30:30 +02:00
Michaël Van Canneyt
757d2b4f91 * Move TMarshal to system unit 2023-07-22 15:24:27 +02:00
Rika Ichinose
7f4420495b TMarshal & TMarshaller, strange things from Delphi. 2023-07-22 15:24:27 +02:00
Michaël Van Canneyt
ab5b3a6e1c * ansichar is the basic type 2023-07-22 08:26:22 +00:00
Michaël Van Canneyt
a3300b5ef5 * string -> shortstring 2023-07-22 08:26:22 +00:00
Michaël Van Canneyt
28b8d069ba * Replace string -> shortstring 2023-07-22 08:26:22 +00:00