summaryrefslogtreecommitdiff
path: root/compiler/owbase.pas
Commit message (Expand)AuthorAgeFilesLines
* * support writing more than 1024 zeros in tobjectwriter.writezerosnickysn2015-08-241-2/+11
* * refactored the internal linker ar object reader object creation to allow usingnickysn2015-08-141-0/+17
* + added property tobjectreader.pos, which returns the current position when r...nickysn2015-08-111-0/+7
* * refactored "ar" object writer creation in the internal assembler to allownickysn2015-04-191-0/+8
* * Don't access tcfilestream.size 3 times in sequence, as each access costs tw...sergei2012-07-121-2/+3
* * write error code if an object file cannot be createdflorian2012-01-151-1/+1
* * patch by Mattias Gaertner to allow to override how the compiler reads sourc...florian2011-04-051-4/+4
* * Use unsigned integers for sizes and positions to break 2GB limit in tdynami...yury2008-07-281-9/+9
* * do not use F field to get TObjectReader FileName as it is freed inside ope...pierre2007-05-031-1/+4
* * release buf already when closing the fileflorian2007-05-011-5/+15
* * load object files always at once, speeds up Morfik project compilation by 15%florian2007-03-241-74/+14
* * Remove dos,strings units, use SysUtils insteadpeter2006-10-301-1/+2
* * support static library (.a) linkingpeter2006-06-281-3/+4
* * enabled internal linker for winx64florian2006-04-011-0/+6
* Merged revisions 2791-2793,2798-2800,2806-2825,2829-2830,2833,2839,2898 via s...peter2006-03-131-27/+29
* Merged revisions 2669,2673,2677,2683,2696,2699-2702,2704,2708,2712-2715,2718,...peter2006-03-051-9/+30
* * log and id tags removedfpc2005-05-211-13/+0
* initial importfpc2005-05-161-0/+333