summaryrefslogtreecommitdiff
path: root/compiler/comphook.pas
Commit message (Expand)AuthorAgeFilesLines
* Increase status.errorcount only inside GenerateError procedure, to simplify ...pierre2013-01-161-1/+4
* * replaced most (if not all) remaining fields/parameters in the compilerjonas2012-04-291-6/+6
* Display source position with timestamps alsopierre2012-03-281-1/+1
* * make code and data size in status independent of target alu sizeflorian2011-09-071-1/+1
* * catch EOSError, EIOError and IOutOfMemory exceptions inside the compiler florian2011-08-071-11/+12
* fpc: compiler: paul2010-01-271-1/+1
* + -vq parameter to show message numbersjonas2008-10-121-2/+5
* * Use unsigned integers for sizes and positions to break 2GB limit in tdynami...yury2008-07-281-1/+1
* * optimize fixpath, findfile to not require temp ansistringspeter2007-11-191-0/+9
* + basic parsing of package filesflorian2007-11-011-0/+1
* * added status.currentmodulestatepeter2007-05-241-0/+1
* * cleanup current module statuspeter2007-05-231-2/+1
* * changed some message handling to ansistring, no slow down measurable with m...florian2007-05-161-17/+17
* + added -vs for time stampingflorian2007-01-241-1/+8
* + needsymbolinfo boolean var addedpierre2007-01-171-0/+1
* * use fileage for retrieving file timestampspeter2006-10-311-6/+1
* * Remove dos,strings units, use SysUtils insteadpeter2006-10-301-14/+0
* * remove ifdef fpcpeter2006-10-071-9/+3
* macos: added a fake sysutils for use by compiler, and fixed some testsolle2006-09-031-15/+3
* * support printing the full source file path also when -vr is usedjonas2006-07-131-4/+8
* + Statistics of warnings, hints and notes - (modified/fixed) patch from Naj...hajny2006-04-091-1/+4
* Merged revisions 2669,2673,2677,2683,2696,2699-2702,2704,2708,2712-2715,2718,...peter2006-03-051-0/+3
* + -vb: writes compiler messages with full path instead of the file name onlyflorian2005-09-181-1/+6
* * fixed compilation with -dUSE_SYSUTILSjonas2005-06-241-3/+1
* + Removed all compatibility defines from compilermichael2005-06-091-6/+0
* * log and id tags removedfpc2005-05-211-20/+0
* initial importfpc2005-05-161-0/+436