summaryrefslogtreecommitdiff
path: root/packages/amunits
Commit message (Expand)AuthorAgeFilesLines
* * Regenerated makefiles to support x86_64-android.yury2018-10-171-1/+9
* * Regenerated makefiles to support aarch64-android.yury2018-10-061-4/+10
* Update all packages Makefile'spierre2018-09-271-1/+34
* * trunk to 3.3.1marco2018-08-184-4/+4
* * regenned makefile without date/rev components for easier merging.marco2018-08-181-1/+1
* amiga units: datatypes library unit improvedmarcus2018-05-131-1180/+787
* Regenerated Makefile's after addition of ppas and ppaslink script removal in ...pierre2018-04-121-5/+13
* amunits: fix AutoConfig structures aligment, 2 bytes alignment is needed. cha...karoly2018-01-282-0/+2
* * Update all fpcsrc Makefile's using latest fpcmake version 2017-09-21 rev ...pierre2017-10-161-1/+5
* regenerated Makefiles for m68k-macos targetkaroly2017-08-221-20/+4
* amunits, morphunits: adjusted ASL library unit to latest SDKmarcus2017-08-211-423/+428
* amunits: move DoMethod/DoSuperMethod to intuition, Hook Helper to Utility, ex...marcus2017-07-235-189/+364
* Regenerated all Makefile from packages directoriespierre2017-06-011-2/+10
* amiga-likes: make sure TAG_USER is unsignedkaroly2017-05-161-1/+1
* Regenerate all Makefile's after changes related to FPCDIR checkspierre2017-04-181-8/+24
* Amiga: AsTag/TAG_ with unsigned overloadsmarcus2016-12-181-0/+12
* * some more occured->occurred, mostly in commentsmarco2016-12-132-3/+3
* Amiga: HookEntryPas to interfacemarcus2016-11-071-0/+1
* amunits: new HookEntryPas function, to support hooks using the Register calli...karoly2016-11-061-3/+18
* ami-extra: moved amsgbox here from amunits, and therefore made it available a...karoly2016-08-303-64/+1
* amunits: since amsgbox is not used in unit initializations any more, make it ...karoly2016-08-301-13/+3
* * regenerated makefiles with latest fpcmakenickysn2016-06-181-1/+6
* * regenerate makefiles after the fpcmake updatenickysn2016-06-171-2/+10
* amunits: removed two Makefiles, which weren't actually in use for a good whilekaroly2016-05-012-2909/+0
* ami-extra: moved pcq unit here from amunits/utilunits, so it's compiled for a...karoly2016-05-013-460/+2
* Amiga, AROS, MorphOS: AsTag helper with LongInt instead Integermarcus2016-04-271-4/+4
* Amiga: Fixed example sources for new varargsmarcus2016-03-1341-216/+345
* Amiga, MorphOS: Fixed various inconsistencies of the three Amiga-style platformsmarcus2016-03-127-20/+26
* Amiga, AROS, MorphOS: TAG_(), AsTag() for easer varargs handlingmarcus2016-03-121-0/+56
* Amiga: systemvartags and longarray removed, array of const -> array of PtrUIntmarcus2016-03-1249-1266/+1023
* Amiga: correct type for IntuitionsBasemarcus2016-03-051-2/+2
* Amiga: Syscallified last units, Open Library in initialization, Close Library...marcus2016-03-0543-7777/+553
* amunits: fixed error to be PLongInt instead of PCxObj in CxBroker. Shouldn't ...karoly2015-12-241-1/+1
* amunits: actually, the DoMethodA() fix by Marcus added in r32699 is correct, ...karoly2015-12-241-6/+1
* amunits, arosunits, morphunits: don't pass the calculated object address thro...karoly2015-12-241-7/+4
* amunits: fixed CreateCxObj argument locations in commoditieskaroly2015-12-241-1/+1
* Amiga: DoMethodA repaired (crashed always)marcus2015-12-221-4/+6
* Amiga: Added DoMethod varargs versionmarcus2015-12-221-0/+7
* amunits: removed pastoc dependency from workbench unit. this was the last uni...karoly2015-12-211-27/+26
* amunits: removed pastoc dependency from icon unit. also removed two BumpRevis...karoly2015-12-211-48/+36
* amunits: syscallified reqtools, and zapped dependency on pastoc unitkaroly2015-12-211-378/+72
* Amiga, AROS: fixed parameter _PDateTime type (broken in r32644)marcus2015-12-181-2/+2
* amunits: syscall-ified realtime. this was the last unit in coreunits to be cl...karoly2015-12-131-148/+12
* amunits: syscall-ified amigaguidekaroly2015-12-131-249/+19
* amunits: removed the old smartlink include from expansionkaroly2015-12-131-5/+0
* amunits: syscall-ified expansion unit.karoly2015-12-131-280/+22
* amunits: syscall-ified commodities unit. also removed pas2c dependency.karoly2015-12-131-363/+35
* Amiga, AROS, MorphOS: renamed functions/types which also exist in systemmarcus2015-12-112-6/+6
* MorphOS, Amiga: Corrected TWindow.WScreen type to PScreenmarcus2015-12-111-70/+67
* Amiga, MorphOS: Missing varargs version and type unificationmarcus2015-12-114-7/+38