summaryrefslogtreecommitdiff
path: root/packages/compiler/pkgutil.pas
Commit message (Expand)AuthorAgeFilesLines
* Correctly handle external functions that are used from other units.svenbarthsvenbarth2015-12-111-2/+20
* pkgutil.pas:svenbarth2015-12-111-0/+6
* pkgutil.pas, createimportlibfromexternals:svenbarth2015-12-041-0/+3
* pkgutil.pas, createimportlibfromexternals:svenbarth2015-12-041-0/+6
* pkgutil.pas, add_package_libs:svenbarth2015-12-041-1/+3
* Ensure that no unnecessary symbols are generated for generics.svenbarth2015-12-031-1/+4
* pkgutil.pas, exportprocsym:svenbarth2015-12-031-4/+6
* Report a warning if a unit is used from an indirectly used package. We are do...svenbarth2015-11-231-2/+24
* Disable most of the (annoying) debug output regarding packages.svenbarth2015-11-231-9/+9
* Also load all packages that are required by packages, but that are not part o...svenbarth2015-11-231-3/+42
* Keep track whether a package was added directly through a requires section (o...svenbarth2015-11-231-2/+3
* Fix inclusion of PPUs that don't have a corresponding object file.svenbarth2015-11-221-9/+2
* pkgutil.pas, export_procsym:svenbarth2015-11-221-4/+8
* pkgutil.pas:svenbarth2015-11-221-1/+1
* pkgutil.pas, add_package_libs:svenbarth2015-11-221-1/+1
* Correctly handle export/import generation depending on whether we're compilin...svenbarth2015-11-221-3/+14
* Store the modified PPU files directly inside the PCP and thus get finally rid...svenbarth2015-11-131-19/+5
* Do not try to link package libraries on systems that rely on the generated im...svenbarth2015-10-091-0/+2
* Keep track of how many units are used from each required/requested package an...svenbarth2015-10-031-8/+26
* pkgutil.pas, add_package:svenbarth2015-10-031-1/+1
* pkgutil.pas:svenbarth2015-10-031-1/+23
* Correctly create import libraries for packages as well.svenbarth2014-11-091-53/+37
* Add support for parsing required packages.svenbarth2014-11-091-0/+22
* - reduce debug output a bitsvenbarth2014-11-071-2/+0
* Correctly import variable symbols.svenbarth2014-11-021-11/+5
* Ensure that $indirect symbols are not exported.svenbarth2014-11-021-1/+1
* Correctly handle indirect symbols.svenbarth2014-10-241-14/+27
* Don't try to export generic symbols.svenbarth2014-10-241-0/+3
* Changed a leftover AB_PRIVATE_EXTERN back to AB_GLOBALsvenbarth2014-10-171-1/+1
* Fix compilationsvenbarth2014-10-171-0/+2
* Export all global assembler symbols from a package.svenbarth2014-10-171-7/+12
* Generate the import library for each used package.svenbarth2014-10-171-9/+286
* Add the possibility to load all packages supplied as parameters.svenbarth2014-10-171-2/+24
* Improve export generation.svenbarth2014-10-171-23/+79
* Extract the code to export the symbols of a unit to its own function in pkgut...svenbarth2014-10-171-4/+20
* * adjust indentationsvenbarth2014-10-171-5/+5
* Move package related functions from pmodules to pkgutil.svenbarth2014-10-171-0/+296
* + add a new unit which will contain basic functions related to handling packagessvenbarth2014-10-171-0/+32