summaryrefslogtreecommitdiff
path: root/compiler/msgtxt.inc
Commit message (Expand)AuthorAgeFilesLines
* * synchronized with trunknickysn2021-02-141-274/+279
|\
| * + throw an error if hardware floating point operations are used in thumb(-1...florian2021-02-131-270/+272
* | * synchronized with trunknickysn2021-02-121-541/+544
|\ \ | |/
| * * more helpful message if an unknown field is accessed in the assembler rea...florian2021-02-111-308/+306
| * + throw a warning in ISO mode if a constant string is assigned to a char an...florian2021-02-091-554/+562
* | * synchronized with trunknickysn2021-01-261-1/+1
|\ \ | |/
| * * updated copyright year to 2021florian2021-01-261-1/+1
* | * synchronized with trunknickysn2021-01-241-180/+180
|\ \ | |/
| * * use generic VFP type instead of VFP list prone to changesflorian2021-01-241-177/+177
| * + modified patch by Christo Crause: if the target support, the switch -Xu c...florian2021-01-241-2/+3
* | * show the list of wasm32 targets in the compiler help screennickysn2021-01-241-68/+73
|/
* * regenerate msg*.inc filessvenbarth2021-01-101-477/+481
* * throw a proper error if a contructur has a type parameter in delphi mode,...florian2021-01-081-539/+537
* + -Xa option: generate code which allows to use more than 2 GB of static da...florian2020-11-301-19/+20
* sinclairql: mark the qhdr metadata format as default in the help textkaroly2020-11-251-11/+11
* sinclairql: added platform specific options to allow specifying executable me...karoly2020-11-251-22/+26
* + options.pas: Add new option -sT, to do only the linking on target, bypierre2020-11-201-90/+89
* * cosmeticsflorian2020-11-121-117/+117
* * patch by Cyrax: forbid to use heaptrc and valgrind at the same time, reso...florian2020-11-111-258/+259
* * regenerated msgidx/msgtxt after r47376karoly2020-11-101-41/+41
* m68k: initial commit to add the Sinclair QL as a compiler targetkaroly2020-11-041-48/+51
* * give an error when trying to define a macro/compiler variable withjonas2020-11-031-771/+766
* Update -T help output after introduction of iOS targetspierre2020-10-281-37/+38
* + new switches -DD and DT which allow to pass an arbitrary string which is ...florian2020-10-181-125/+128
* * AArch64: added SIMD instructions (only plain ARMv8-A for now)jonas2020-10-151-399/+403
* * turn the recently added 3357 warning into an error, to avoid another compil...karoly2020-10-141-1/+1
* powerpc: added support for 64bit explicit locations in legacy MorphOS syscall...karoly2020-10-141-673/+682
* * write a proper error message if types are read/written which are not supp...florian2020-09-171-512/+511
* * patch by Christo Crause, resolves #37335florian2020-08-201-130/+131
* * regenerate msg*.inc filessvenbarth2020-08-121-153/+152
* * regeneratedflorian2020-08-101-100/+100
* Change -Tmacos into -Tmacosclassic in helppierre2020-07-121-52/+52
* * regenerated message filesjonas2020-06-211-194/+193
* * regenerate msg{txt,idx}.inc after adding MSX-DOS to help textsvenbarth2020-06-061-37/+39
* + allow specifying the program load address for the ZX Spectrum target via th...nickysn2020-06-031-42/+45
* * fixed -Cl options now showing in the help of an LLVM compiler (and fixedjonas2020-05-091-4/+4
* Add -Wp option description for riscv32 and xtensa compilerpierre2020-05-051-31/+33
* * update msgnickysn2020-04-261-191/+198
* * regenerate msg{txt,idx}.incsvenbarth2020-04-261-503/+503
* * regenerate msg{idx,txt}.incsvenbarth2020-04-211-324/+325
* Add several missing -T options in helppierre2020-04-191-79/+87
* + -ib parameter to print the code generator backend type: FPC or LLVMjonas2020-04-181-208/+211
* + -XlS<x> option to specify a suffix for externally called LLVM utilities,jonas2020-03-301-124/+127
* * throw an error if the forward interface type and the actual interface typ...florian2020-02-211-521/+522
* * do not allow constraints in headers of procedure implementations in delph...florian2020-02-141-499/+502
* * regenerate msg*.inc after last commitsvenbarth2020-02-141-600/+599
* * for avr1, do not save registers during an interrupt procedure, as it has ...florian2020-02-091-435/+442
* * AVR: decide after compiler if a certain subroutine is suitable for avr1, ...florian2020-02-081-458/+456
* + added possibility to list supported modeswitches using -im and documented...hajny2020-02-051-211/+215
* * added information about -M allowing to specify modeswitcheshajny2020-02-041-98/+104