summaryrefslogtreecommitdiff
path: root/compiler/verbose.pas
Commit message (Expand)AuthorAgeFilesLines
* - obsolete defines removedflorian2021-04-111-2/+2
* * do not output error numbers for optionsflorian2021-01-241-1/+1
* Fix compilation failure for avr compiler with -dDEBUG_NODE_XML, to fix bug r...pierre2020-12-161-6/+6
* * Second patch xml-node-dump-defs.patch from J. Gareth Moreton from bug r...pierre2020-12-021-0/+18
* Apply patch proposed by J. Gareth Moreton in: pierre2020-12-011-0/+345
* + implemented support for codepage aware compiler messages. It can be enablednickysn2017-06-081-6/+6
* + don't abuse status.currentsourcepath to pass on PPU names if the source is ...karoly2015-03-291-5/+4
* * write ppu+source file name in case the source file is not available instead...florian2015-03-151-2/+6
* * make use of the noreturn directive for internalerrorflorian2013-11-101-4/+4
* Increase status.errorcount only inside GenerateError procedure, to simplify ...pierre2013-01-161-7/+7
* Enable writing of Warnings/Notes/hints if they are considered as errors usin...pierre2012-09-131-3/+16
* + be able to turn off warning -> error conversion on the command line (with -)florian2012-07-011-3/+27
* * Fix ChangeMessageVerbosity by adingd a recordpendingmessagestate callpierre2011-11-021-5/+6
* compiler:paul2011-11-021-9/+3
* * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolve...florian2011-09-271-4/+4
* + added forgotten unaligned callflorian2011-09-061-1/+1
* * cleaned up FreeLocalVerbosity usageflorian2011-09-061-3/+3
* * Change Field passing type of FreeLocalVerbosity parameterpierre2011-09-051-3/+3
* Implement support for $WARN XXX ON/OFF/ERRORpierre2011-06-281-2/+41
* o several strings changed into ansistrings, resolves #19318, no compilation s...florian2011-05-151-29/+29
* * force always printing absolute paths when using -vb (mantis #15783)jonas2010-03-101-1/+4
* fpc: compiler: paul2010-01-271-33/+57
* * delay verbosity changes just like localswitches changesjonas2008-11-031-12/+15
* + -vq parameter to show message numbersjonas2008-10-121-52/+90
* * Use unsigned integers for sizes and positions to break 2GB limit in tdynami...yury2008-07-281-2/+2
* * patch by Sergej Gorelkin to improve speed of UpdateStatus on large projectsflorian2008-06-011-19/+21
* * fixed skipping of character after number of errors to report injonas2008-02-191-1/+1
* * optimize fixpath, findfile to not require temp ansistringspeter2007-11-191-2/+1
* * Rework the constexprint to allow operations from low(int64) to high(qword).daniel2007-06-131-2/+4
* * added status.currentmodulestatepeter2007-05-241-0/+1
* * cleanup current module statuspeter2007-05-231-15/+0
* * align Comment behaviour with Msg2Commenthajny2007-03-251-1/+11
* * fixed setting of compiling_currentpeter2007-02-241-2/+3
* * fixed module index updating, resolves #7883florian2007-02-231-1/+1
* * renamed TStringList to TCmdStrList, in general use TCmdStr instead of short...tom_at_work2007-01-261-3/+3
* + added -vs for time stampingflorian2007-01-241-0/+4
* * don't open error file twice but close it first if necessaryflorian2006-11-121-6/+13
* * germanism removed (aktfilepos -> current_filepos)florian2006-10-301-22/+23
* * get proper moduleindex when loading a unit, fixes #4778florian2006-10-301-11/+16
* generate more verbose messages in case of PPU/unit not foundmicha2006-10-071-32/+46
* macos: added a fake sysutils for use by compiler, and fixed some testsolle2006-09-031-1/+3
* + output is flushed before launching external utilitieshajny2006-05-151-0/+14
* * fixed reading of registers in intel assembler mode on x86-64florian2006-05-131-2/+1
* + Statistics of warnings, hints and notes - (modified/fixed) patch from Naj...hajny2006-04-091-3/+10
* * 64 bit movntiflorian2006-03-301-1/+1
* Merged revisions 2669,2673,2677,2683,2696,2699-2702,2704,2708,2712-2715,2718,...peter2006-03-051-0/+2
* + -vb: writes compiler messages with full path instead of the file name onlyflorian2005-09-181-0/+6
* * Remove ifdef 1_0daniel2005-07-231-50/+1
* * log and id tags removedfpc2005-05-211-23/+0
* initial importfpc2005-05-161-0/+896