michael
b00450437b
* Changed customization method texts
...
git-svn-id: trunk@47504 -
2020-11-20 21:07:11 +00:00
michael
a65ad26bca
* More customization methods
...
git-svn-id: trunk@47503 -
2020-11-20 21:06:44 +00:00
michael
ce40a219ba
* Test for cascaded types
...
git-svn-id: trunk@47502 -
2020-11-20 21:04:01 +00:00
michael
988cd7235c
* Fix FItems: ^TArray<A>;
...
git-svn-id: trunk@47501 -
2020-11-20 20:48:41 +00:00
michael
5c18d04732
* Fix far test
...
git-svn-id: trunk@47500 -
2020-11-20 20:48:13 +00:00
michael
215dab8c8a
* far is a procedure type modifier, can appear in type defs
...
git-svn-id: trunk@47499 -
2020-11-20 20:19:49 +00:00
michael
37b827c6a0
* Fix hex number evaluation in conditional expressions
...
git-svn-id: trunk@47498 -
2020-11-20 19:47:19 +00:00
michael
f8eac112d1
* Absolute is allowed as variable/type/const name
...
git-svn-id: trunk@47497 -
2020-11-20 18:30:50 +00:00
michael
185048c631
* Last field before end does not need a semicolon
...
git-svn-id: trunk@47496 -
2020-11-20 18:13:46 +00:00
michael
bd571fdd31
* absolute can also take address on some platforms
...
git-svn-id: trunk@47495 -
2020-11-20 16:27:17 +00:00
michael
6ee3d6064f
* Fix generics >=Class and type ^File and external vars
...
git-svn-id: trunk@47494 -
2020-11-20 16:14:49 +00:00
Mattias Gaertner
45e2c837b8
pastojs: fixed search include file mode objfpc in dir of current include file
...
git-svn-id: trunk@47493 -
2020-11-20 16:11:18 +00:00
Mattias Gaertner
909d34e1eb
fcl-passrc: fixed search include file mode objfpc in dir of current include file
...
git-svn-id: trunk@47492 -
2020-11-20 16:08:35 +00:00
michael
c986cf9347
* Make fpdoc happy (and me too)
...
git-svn-id: trunk@47491 -
2020-11-20 15:35:10 +00:00
pierre
f68804e9cd
Replace cs_link_on_target by cs_assemble_on_target in assemble unit
...
git-svn-id: trunk@47490 -
2020-11-20 15:15:17 +00:00
pierre
152208c0be
In FindObjectFile check the assembly file if cs_assemble_on_target is in globlaswitches
...
git-svn-id: trunk@47489 -
2020-11-20 15:14:14 +00:00
pierre
47d96efe29
+ options.pas: Add new option -sT, to do only the linking on target, by
...
opposition to the old -st option, which does
both assembling and linking on target.
msg/errore.msg: Add new -sT help message
modify -st help message, to explicitly say that both assembling and linking
scripts are prepared for target system.
* msgidx.txt, msgtxt.inc: Regenerated
git-svn-id: trunk@47488 -
2020-11-20 15:09:24 +00:00
michael
81344a6f5c
* test for missing semicolon after fields in class declaration
...
git-svn-id: trunk@47487 -
2020-11-20 14:31:48 +00:00
pierre
c06a931d5b
Add separate cs_assemble_on_target tglobalswitch entry
...
git-svn-id: trunk@47486 -
2020-11-20 14:14:46 +00:00
pierre
5b3240c8f1
Do not set USE_FAKE_SYSUTILS for MacOS anymore
...
git-svn-id: trunk@47485 -
2020-11-20 14:12:55 +00:00
pierre
68d3962889
Regenerate all Makefile's, and update utils/fpcm/fpcmake.inc and utils/fpcm/revision.inc after commit 47483
...
git-svn-id: trunk@47484 -
2020-11-20 14:03:57 +00:00
pierre
ec11284222
Only add -Xr option if RLINKPATH variable is not empty
...
git-svn-id: trunk@47483 -
2020-11-20 14:01:51 +00:00
Mattias Gaertner
95addf15ce
fcl-passrc: clean up
...
git-svn-id: trunk@47482 -
2020-11-20 13:56:24 +00:00
michael
d88db13211
* Make fpdoc happy, semicolon before final end
...
git-svn-id: trunk@47481 -
2020-11-20 13:18:53 +00:00
michael
ebb1d78ced
* objcprotocol can have multiple parents
...
git-svn-id: trunk@47480 -
2020-11-20 13:15:16 +00:00
michael
319c00b832
* Protocol can also be external
...
git-svn-id: trunk@47479 -
2020-11-20 13:03:07 +00:00
michael
9d4a1d1ac5
* Consoledevice
...
git-svn-id: trunk@47478 -
2020-11-20 11:42:39 +00:00
michael
be4d0be10c
* More base address fixes
...
git-svn-id: trunk@47477 -
2020-11-20 11:35:51 +00:00
michael
60ecdb00ae
* More syscall fixes
...
git-svn-id: trunk@47476 -
2020-11-20 11:22:23 +00:00
michael
7d14de0521
* More CTRL-Z removed
...
git-svn-id: trunk@47475 -
2020-11-20 11:17:53 +00:00
michael
993f6291d0
* Remove ^Z at the end
...
git-svn-id: trunk@47474 -
2020-11-20 11:16:27 +00:00
michael
8de1e91f4b
* Fix compilation, new visibility sections
...
git-svn-id: trunk@47473 -
2020-11-20 11:07:37 +00:00
michael
08ab526a10
* Added new visibility sections for objcprotocol
...
git-svn-id: trunk@47472 -
2020-11-20 11:05:00 +00:00
michael
cf68d1f965
* Fix syscall calling convention parsing
...
git-svn-id: trunk@47471 -
2020-11-20 10:48:43 +00:00
Mattias Gaertner
3ef12409c9
pastojs: async modifier not needed in impl proc
...
git-svn-id: trunk@47470 -
2020-11-20 10:28:47 +00:00
michael
873354beaa
* Allow optional/required sections in objcprotocol classes
...
git-svn-id: trunk@47469 -
2020-11-20 09:51:30 +00:00
michael
ec4df539c3
* Includefile also must set basename
...
git-svn-id: trunk@47468 -
2020-11-20 09:09:44 +00:00
nickysn
8ff5adeb4f
+ check the audio format id field in the tests as well
...
git-svn-id: trunk@47467 -
2020-11-20 03:36:39 +00:00
nickysn
94f8971e73
+ added tests with 32-bit and 64-bit IEEE floating point .wav files
...
git-svn-id: trunk@47466 -
2020-11-20 03:31:15 +00:00
nickysn
4411b09631
* fixed bug in wav reader, that fails to skip non-data chunks, because it
...
forgets to seek ahead in the stream
git-svn-id: trunk@47465 -
2020-11-20 03:24:16 +00:00
nickysn
e3d0b3c7c6
- don't check for the PCM format in the .wav reader, to allow reading other audio formats
...
git-svn-id: trunk@47464 -
2020-11-20 03:21:19 +00:00
Mattias Gaertner
a38da538af
pastojs: check await(T,callasyncfunc) type match
...
git-svn-id: trunk@47462 -
2020-11-19 23:29:24 +00:00
nickysn
46b35256bd
+ support reading .wav files that have extra data in the end of the 'fmt '
...
chunk. Added test case, which is a file, generated by the Euphoric emulator.
git-svn-id: trunk@47461 -
2020-11-19 23:05:25 +00:00
florian
28bdb364f0
* remove readln
...
git-svn-id: trunk@47460 -
2020-11-19 21:37:23 +00:00
florian
bcdfd07bdd
* if a variant is read/written, include the variants unit
...
git-svn-id: trunk@47459 -
2020-11-19 20:53:47 +00:00
nickysn
caaa649790
+ added function InstallUserMode to ptcgraph, that allows you to register a custom resolution and thus, open a custom window size
...
git-svn-id: trunk@47458 -
2020-11-19 17:59:21 +00:00
nickysn
677b06efd8
+ added constants for all the other wave formats (codecs), supported in a .wav file, besides PCM
...
git-svn-id: trunk@47457 -
2020-11-19 16:22:06 +00:00
Károly Balogh
84e1be805c
qlunits: updated QDOS unit, added a QLfloat unit to convert longints and doubles to 48bit QLfloats, added a rotating cube example
...
git-svn-id: trunk@47456 -
2020-11-19 05:08:12 +00:00
Károly Balogh
6f59167c64
sinclairql: more work on the QL port. very basic stdio (console writeln) works.
...
git-svn-id: trunk@47455 -
2020-11-19 04:51:56 +00:00
nickysn
a552fc6d94
+ fcl_sound wav reader tests: added stereo .wav file tests
...
git-svn-id: trunk@47454 -
2020-11-19 03:26:37 +00:00