yury
|
9b1567f054
|
* Corrected method's visibility.
git-svn-id: trunk@48393 -
|
2021-01-24 14:06:35 +00:00 |
|
yury
|
4fa99cff62
|
* Removed more assigned but unused vars.
git-svn-id: trunk@48392 -
|
2021-01-24 14:05:21 +00:00 |
|
yury
|
75491ae21c
|
* Removed/ifdefed the assigned and unused variables.
git-svn-id: trunk@48391 -
|
2021-01-24 13:58:17 +00:00 |
|
yury
|
0ab6b1ab4d
|
* Commented out the unneeded/unfinished code.
git-svn-id: trunk@48390 -
|
2021-01-24 13:35:32 +00:00 |
|
yury
|
31cd3df783
|
* Fixed r44145. To test if a constant is declared it is needed to use {$if declared()} instead of {$if defined()}.
git-svn-id: trunk@48389 -
|
2021-01-24 13:32:11 +00:00 |
|
florian
|
402876bc1f
|
* let theapthread wait unneededly less so the total run time is shorter
git-svn-id: trunk@48388 -
|
2021-01-24 13:26:49 +00:00 |
|
yury
|
9c265d71f0
|
* Fixed a wrong code caused by a typo. It has been revealed by a note about an unused var.
git-svn-id: trunk@48387 -
|
2021-01-24 13:08:54 +00:00 |
|
yury
|
221efd7a80
|
* Commented out some unused (yet?) local variables.
git-svn-id: trunk@48386 -
|
2021-01-24 13:04:17 +00:00 |
|
yury
|
0a021be803
|
* Corrected visibility of overridden methods.
git-svn-id: trunk@48385 -
|
2021-01-24 12:41:12 +00:00 |
|
yury
|
64c586b86d
|
* Removed/ifdefed lots of unused variables.
git-svn-id: trunk@48384 -
|
2021-01-24 12:24:01 +00:00 |
|
yury
|
7ffa963127
|
* Moved the tregistry2 test back to packages and added more test OS targets.
git-svn-id: trunk@48383 -
|
2021-01-24 11:05:34 +00:00 |
|
yury
|
ddf0ce014b
|
* Include packages/fcl-registry/tests to be run by the testsuite. Renamed files so only the main test files start with "t".
git-svn-id: trunk@48382 -
|
2021-01-24 11:01:33 +00:00 |
|
michael
|
67a3af29a0
|
* Patch from Laco to fix bug ID #37849
git-svn-id: trunk@48381 -
|
2021-01-24 10:58:05 +00:00 |
|
michael
|
55485228ca
|
* Allow milliseconds up to 1000 milliseconds
git-svn-id: trunk@48380 -
|
2021-01-24 10:56:11 +00:00 |
|
yury
|
31135b3890
|
* Delete the test.xml file on exit.
git-svn-id: trunk@48379 -
|
2021-01-24 10:14:36 +00:00 |
|
yury
|
e84fbcedac
|
* Changed the registry test. TRegistry.DeleteKey must delete all sub-keys. It is Delphi compatible despite the incorrect statement in the online Delphi docs.
git-svn-id: trunk@48378 -
|
2021-01-24 10:05:28 +00:00 |
|
nickysn
|
f5d75423b9
|
* fixed ti8086vecnode.get_address_type not returning result
git-svn-id: branches/wasm@48377 -
|
2021-01-24 03:12:22 +00:00 |
|
nickysn
|
71f5fd320a
|
+ insert hlcg.g_ptrtypecast_reg calls in tcgvecnode.update_reference_reg_mul and update_reference_reg_packed
git-svn-id: branches/wasm@48376 -
|
2021-01-24 02:46:31 +00:00 |
|
nickysn
|
c3c199cf67
|
* show the list of wasm32 targets in the compiler help screen
git-svn-id: branches/wasm@48375 -
|
2021-01-24 02:25:00 +00:00 |
|
nickysn
|
8c33dc4692
|
* return nil in get_caller_addr, get_caller_frame an sptr
git-svn-id: branches/wasm@48374 -
|
2021-01-24 02:18:20 +00:00 |
|
nickysn
|
5c36600c8c
|
* update revision.inc
git-svn-id: branches/wasm@48373 -
|
2021-01-24 02:11:32 +00:00 |
|
nickysn
|
3f0d3c1a90
|
+ added WASI OS to fpmkunit
git-svn-id: branches/wasm@48372 -
|
2021-01-24 02:09:23 +00:00 |
|
nickysn
|
2a64e8c07e
|
- removed OS 'wasm' and added wasm32-embedded
git-svn-id: branches/wasm@48371 -
|
2021-01-24 02:07:13 +00:00 |
|
nickysn
|
9c118502ff
|
* cpu 'wasm' renamed 'wasm32' in fpcmkunit
git-svn-id: branches/wasm@48370 -
|
2021-01-24 02:05:43 +00:00 |
|
nickysn
|
1d9d1ab859
|
* regenerated makefiles
git-svn-id: branches/wasm@48369 -
|
2021-01-24 02:01:11 +00:00 |
|
nickysn
|
eb6a7a82d5
|
- removed the 'wasm' OS from fpcmake ('embedded' should be used instead)
git-svn-id: branches/wasm@48368 -
|
2021-01-24 01:58:55 +00:00 |
|
nickysn
|
811b27ade5
|
* fixed compilation of ppudump
git-svn-id: branches/wasm@48367 -
|
2021-01-24 01:53:48 +00:00 |
|
nickysn
|
5b2b1beec3
|
* use ld_embedded instead of ld_wasm for the linker id for the wasm32 embedded target
git-svn-id: branches/wasm@48366 -
|
2021-01-24 01:48:57 +00:00 |
|
nickysn
|
f77ae51751
|
* the wasm target (now 'embedded') moved to the i_embed/t_embed units
git-svn-id: branches/wasm@48365 -
|
2021-01-24 01:45:35 +00:00 |
|
nickysn
|
986ee16d3d
|
* changed the name of the 'wasm' system to 'embedded'
git-svn-id: branches/wasm@48364 -
|
2021-01-24 01:04:51 +00:00 |
|
nickysn
|
732db97f7c
|
* system_wasm_info renamed system_wasm32_embedded_info
git-svn-id: branches/wasm@48363 -
|
2021-01-24 01:03:57 +00:00 |
|
nickysn
|
807c743e35
|
* system identifier system_wasm32_wasm renamed system_wasm32_embedded
git-svn-id: branches/wasm@48362 -
|
2021-01-24 01:01:39 +00:00 |
|
nickysn
|
b865995339
|
* system_wasi_info renamed system_wasm32_wasi_info
git-svn-id: branches/wasm@48361 -
|
2021-01-24 00:58:37 +00:00 |
|
nickysn
|
888368bb5e
|
+ added ifdefs to set the source info for WASI
git-svn-id: branches/wasm@48360 -
|
2021-01-24 00:56:58 +00:00 |
|
nickysn
|
dccd4d5b37
|
* synchronized with trunk
git-svn-id: branches/wasm@48359 -
|
2021-01-24 00:39:31 +00:00 |
|
michael
|
25e2f29e01
|
* Add Port to SQLConnector
git-svn-id: trunk@48358 -
|
2021-01-23 22:04:40 +00:00 |
|
florian
|
9803318fef
|
* give a proper error if macros are too deeply nested
git-svn-id: trunk@48357 -
|
2021-01-23 21:29:37 +00:00 |
|
nickysn
|
e7a1ef962e
|
+ partially implemented the initial enumeration of preopened dirs
git-svn-id: branches/wasm@48356 -
|
2021-01-23 21:14:33 +00:00 |
|
nickysn
|
7799cd0f80
|
+ implemented ParamStr and ParamCount for WASI
git-svn-id: branches/wasm@48355 -
|
2021-01-23 17:59:23 +00:00 |
|
nickysn
|
cf71bf40dd
|
+ added all the WASI API procs
git-svn-id: branches/wasm@48354 -
|
2021-01-23 17:27:52 +00:00 |
|
nickysn
|
0f50c85b44
|
* prefixed all wasi api functions with __wasi_, similar to the C header
git-svn-id: branches/wasm@48353 -
|
2021-01-23 16:29:31 +00:00 |
|
nickysn
|
d5b8f6ac7a
|
+ added all the WASI API types and constants
git-svn-id: branches/wasm@48352 -
|
2021-01-23 16:21:53 +00:00 |
|
nickysn
|
04828b22f6
|
* WASI API consts, types and procs moved to separate include files
git-svn-id: branches/wasm@48351 -
|
2021-01-23 15:19:21 +00:00 |
|
nickysn
|
5dd7e116ce
|
+ added header comment with copyright and license info to the WASI system unit
git-svn-id: branches/wasm@48350 -
|
2021-01-23 14:56:23 +00:00 |
|
michael
|
e3481eecfb
|
* Patch from Andrey Sobol to improve display of specialized types
git-svn-id: trunk@48349 -
|
2021-01-23 14:29:56 +00:00 |
|
michael
|
b51fd7079a
|
* Allow single page mode for multi-page writers
git-svn-id: trunk@48348 -
|
2021-01-23 11:42:21 +00:00 |
|
nickysn
|
6f20e32ddd
|
+ added argc and argv (not yet initialized), so that unit objpas compiles
git-svn-id: branches/wasm@48347 -
|
2021-01-23 07:34:09 +00:00 |
|
nickysn
|
a277228b57
|
+ also attempt to compile objpas in the WASI makefiles
git-svn-id: branches/wasm@48346 -
|
2021-01-23 07:31:30 +00:00 |
|
nickysn
|
6350401d4c
|
+ debug output in the WASM directory functions
git-svn-id: branches/wasm@48345 -
|
2021-01-23 07:24:41 +00:00 |
|
nickysn
|
a28eb39f4b
|
+ implemented WASI file close
git-svn-id: branches/wasm@48344 -
|
2021-01-23 07:04:32 +00:00 |
|