Commit History

Author SHA1 Message Date
  svenbarth 5aa7e5740b Store the modified PPU files directly inside the PCP and thus get finally rid of the .ppl.ppu files. 9 years ago
  svenbarth 243a36da97 Fix compilation. 9 years ago
  svenbarth cef0fcff4c fpkg.pas, tcontainedunit: 9 years ago
  svenbarth af20d3c4a6 fppu.pas, tppumodule: 9 years ago
  svenbarth 879d60cf7c Regenerate msgidx.inc & msgtxt.inc after r32306 9 years ago
  svenbarth 2811e14f34 errore.msg: 9 years ago
  svenbarth 9533f43fe9 Extend tppumodule so that it can be opened from a stream as well. 9 years ago
  svenbarth 731fe29b3e A few extensions for tentryfile needed for package files 9 years ago
  svenbarth 0412a9d9be Extend tentryfile so that it can be opened from a stream in addition to a file 9 years ago
  svenbarth 0fbc3fc45f + new stream class TCRangeStream that represents a substream of another stream while being also extendable 9 years ago
  svenbarth fa2e4a8955 Generate CRC for package files 10 years ago
  svenbarth b6b26203ad * use messages to get rid of most writelns related to package loading 10 years ago
  svenbarth 5a180008cc * regenerate msg files after r32133 10 years ago
  svenbarth 2205078ef6 + add more package loading related messages 10 years ago
  svenbarth 3b6db557c9 * fix name of section for package related messages 10 years ago
  svenbarth 55f9ff8b1f Do not try to link package libraries on systems that rely on the generated import library (namely PE/COFF systems). 10 years ago
  svenbarth 84cb8d7b2f Check whether a unit has been implicitely imported in a package. A unit is considered as implicitely imported if it is not part of a required package nor part of the units listed in the contains section. This note is useful (Delphi even provides a dialog in that case) as a package with implicitely imported units /might/ become incompatible with other packages (e.g. if another package includes that unit uses that package and includes that unit explicitely; of course that is the same as if both package included it explicitely, but with the hint one knows where to look). 10 years ago
  svenbarth 1d4b105f01 Do not check whether all units are used as by definition all units of a package are considered as used. 10 years ago
  svenbarth 08329518c9 Respect DenyPackageUnit flag. 10 years ago
  svenbarth 3589be25ce msgidx.inc & msgtxt.inc: 10 years ago
  svenbarth ab9c97d98b msg/errore.msg: 10 years ago
  svenbarth fb9c9af4bc Correctly parse the directives DenyPackageUnit and WeakPackageUnit 10 years ago
  svenbarth 9576826390 Revert r31933. With the previous change this is no longer necessary. 10 years ago
  svenbarth cc0f432595 Ensure that readonly sections that need relocations are indeed declared as such. 10 years ago
  svenbarth 5a0de1cb23 Enable package support for powerpc-darwin. 10 years ago
  svenbarth 79eb9d6743 Keep track of how many units are used from each required/requested package and only link those from which any units are used. 10 years ago
  svenbarth 3949600655 pkgutil.pas, add_package: 10 years ago
  svenbarth 0add53bfd3 pkgutil.pas: 10 years ago
  svenbarth b1f03841c9 options.pas: 10 years ago
  svenbarth e7adfb9168 Temporary hack to allow the compilation of libraries on Mac OS X. My current theory is that some of the $indirect symbols messed things up... I need yet to investigate the issue in detail. 10 years ago