Tomas Hajny
|
f7e6ea56d9
* support for machine-parseable output of information in fpc -i plus improvements in help (including previously missing information for some less used platforms
|
10 年之前 |
Tomas Hajny
|
2a0d760a3f
* fixed typo (can not)
|
10 年之前 |
Jonas Maebe
|
839d11eac9
* mention that misplaced global directives are ignored (mantis #27004)
|
10 年之前 |
Károly Balogh
|
4431ba2c08
merged/updated AROS/i386 target to trunk from AROS branch, to support Marcus Sackrow's work on AROS support which will hopefully benefit all Amiga-like targets (classic, MorphOS) on the long run. Compiler only, RTL comes in the next run.
|
11 年之前 |
Tomas Hajny
|
82d62aa883
* added description for option @ and missing bracket at the end of list for -P
|
11 年之前 |
nickysn
|
7f9fa145e8
+ added error message in case the HUGEPOINTERNORMALIZATION directive is used
|
11 年之前 |
nickysn
|
a3b48b79cb
- rm the scan_w_hugepointernormalization_not_support message, replaced with
|
11 年之前 |
svenbarth
|
30be5d8d33
As discussed on core enable the abstract class construction warning by default and also make it controllable with {$warn constructing_abstract ...}.
|
11 年之前 |
svenbarth
|
a7a9440692
Add a new warning message that is generated if an instance of an abstract class is created. This message is disabled by default, but can be switched on by using {$warn 4122 on} or {$warn 4122 error}.
|
11 年之前 |
nickysn
|
b3bb9df19f
+ added a $HUGEPOINTERNORMALIZATION switch
|
11 年之前 |
nickysn
|
8b7863d076
+ added warning in case a far pointer is declared on a platform that does not
|
11 年之前 |
nickysn
|
140ce2a880
+ added the compact and large memory models to the compiler command line option
|
11 年之前 |
nickysn
|
ce87e72721
* show an error if the user attempts to create a dos .com file in an i8086
|
11 年之前 |
nickysn
|
db011dfb7a
+ added a warning if HeapMax<HeapMin is specified with the $M directive
|
11 年之前 |
Jonas Maebe
|
2df1d5ec58
* don't allow default parameter values for parameter types that don't accept
|
11 年之前 |
nickysn
|
82eb84ddff
+ added warning in case of an $M directive with an invalid stack size specified
|
11 年之前 |
nickysn
|
ce0bd81273
+ show an error message 'procedure must be far' if an attempt is made to convert
|
11 年之前 |
florian
|
d88d644925
+ support for FMA intrinsic: if there is no hardware support, the compiler throws an error.
|
11 年之前 |
Jonas Maebe
|
d9dab6f2f1
* changed the severity of messages showing overloaded routines with all
|
11 年之前 |
Jonas Maebe
|
4a0528399e
* check all overloaded routines for mangled name conflicts on the JVM
|
11 年之前 |
pierre
|
ca156aa64a
Force external linker for nasm smartlinking
|
11 年之前 |
Jonas Maebe
|
9420a5d7a7
* also check for targets not supporting -gc/checkpointer functionality in
|
11 年之前 |
florian
|
6697939903
* replaced some aren't, weren't, can't by are not, were not, cannot
|
11 年之前 |
sergei
|
e1cf19d05d
+ Require -d and -u command line options to have an argument, Mantis #25082.
|
11 年之前 |
pierre
|
6feab20b01
regenerated after: Add different message for static libraary not supported
|
11 年之前 |
pierre
|
408dc2d2c1
Regenerated after: Add -h output for new assemblers
|
11 年之前 |
pierre
|
12a1a680cc
Regenerated after: Add help output for new -ao option to set asmextraopt
|
11 年之前 |
paul
|
79ef05407a
compiler: fix error message (was error message about resourcestring for property)
|
11 年之前 |
paul
|
52d1cbc544
compiler:
|
11 年之前 |
paul
|
1c578de28c
compiler:
|
11 年之前 |