.. |
a52
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
ami-extra
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
amunits
|
d866e0be32
amunits: fixed error to be PLongInt instead of PCxObj in CxBroker. Shouldn't make a big actual difference, but for the sake of correctness...
|
9 years ago |
arosunits
|
c10272d879
amunits, arosunits, morphunits: don't pass the calculated object address through a local var in OCLASS, it's not needed really. also allow inlining of the macros. this results in better code generated
|
9 years ago |
aspell
|
c3c2fa1ede
* Added aspelltypes.inc to fpmake.pp
|
10 years ago |
bfd
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
bzip2
|
02d6f7a2a4
- disabled the win16 target for all packages that don't compile on that platform
|
10 years ago |
cairo
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
cdrom
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
chm
|
79f4d0ed44
* memleak fix for mantis #29187
|
9 years ago |
cocoaint
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
dblib
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
dbus
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
dts
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
fastcgi
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
fcl-async
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
fcl-base
|
de2eb17d6e
* Added windowed stream by Danny Milosavljevic (bug ID 12845)
|
9 years ago |
fcl-db
|
38da3db2b2
* Patch to add IBFixFssData, IBFixFssMeta options from Tsvetoslav (bug ID 28309)
|
9 years ago |
fcl-extra
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
fcl-fpcunit
|
3c73c99a18
* Allow test cases to be created only once
|
9 years ago |
fcl-image
|
37596246cf
* XPM -> PNG
|
9 years ago |
fcl-js
|
02d6f7a2a4
- disabled the win16 target for all packages that don't compile on that platform
|
10 years ago |
fcl-json
|
9689bcc34b
* Better unicode string support. Changed TJSONStringType to UTF8String (bug ID 28966)
|
9 years ago |
fcl-net
|
d392f7043f
* Patch from Mark Morgan LLoyd to enable compilation for Solaris (bug ID 29223)
|
9 years ago |
fcl-passrc
|
07ca0393ff
* Patch from Mattias Gaertner to fix range expression parsing (bug ID 29138)
|
9 years ago |
fcl-process
|
4484f793e7
* avoid deprecated warning.
|
9 years ago |
fcl-registry
|
26f0d7a8a9
* Add include file to fpmake.pp
|
9 years ago |
fcl-res
|
92ba1c90a1
* set default machinetype for mach-o/ARM
|
9 years ago |
fcl-sdo
|
fa1eacb387
* Add include-files to fpmake.pp
|
10 years ago |
fcl-sound
|
02d6f7a2a4
- disabled the win16 target for all packages that don't compile on that platform
|
10 years ago |
fcl-stl
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
fcl-web
|
ed2d21fd97
* Fix for bug ID #29144
|
9 years ago |
fcl-xml
|
02d6f7a2a4
- disabled the win16 target for all packages that don't compile on that platform
|
10 years ago |
fftw
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
fpgtk
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
fpindexer
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
fpmkunit
|
312e51328a
Regenerated after: Add -Cg for bootstrap depending on source OS/CPU as it is normally added for target OS/CPU
|
9 years ago |
fppkg
|
1a37d8e3d6
* Procedure added to clear cache of already executed actions
|
9 years ago |
fuse
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
fv
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
gdbint
|
ab730efac7
Fixed use with 7.9 release or later, symtab strcut was completely changed
|
9 years ago |
gdbm
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
ggi
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
gmp
|
de0f9e65c8
* fix bug #29061, add guids to gmp interfaces
|
9 years ago |
gnome1
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
googleapi
|
e13c95443f
* Create setters with const in front of value argument
|
9 years ago |
graph
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
gtk1
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
gtk2
|
74e9510476
* Add include file to fpmake.pp
|
9 years ago |
hash
|
8e33a70981
* Prevent timing attack, patch by Thaddy De Koning
|
9 years ago |
hermes
|
02d6f7a2a4
- disabled the win16 target for all packages that don't compile on that platform
|
10 years ago |
httpd13
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
httpd20
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
httpd22
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
httpd24
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
ibase
|
f313a96af0
* Add 2 options for Firebird, patch by Tsvetoslav (bug ID 28309)
|
9 years ago |
iconvenc
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
imagemagick
|
5439ceab06
* Add include-files to fpmake.pp
|
10 years ago |
imlib
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
iosxlocale
|
dd87c4f34f
* Fix for bug ID #0028976
|
9 years ago |
jni
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
ldap
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
libc
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
libcurl
|
c0bdce1330
* Fixed problem with search-masks in fpmake.pp-files in subdirectories
|
9 years ago |
libenet
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
libgbafpc
|
c0bdce1330
* Fixed problem with search-masks in fpmake.pp-files in subdirectories
|
9 years ago |
libgd
|
c0bdce1330
* Fixed problem with search-masks in fpmake.pp-files in subdirectories
|
9 years ago |
libmicrohttpd
|
46e672e0a0
* Added threading example from Silvio Clecio
|
9 years ago |
libndsfpc
|
c0bdce1330
* Fixed problem with search-masks in fpmake.pp-files in subdirectories
|
9 years ago |
libogcfpc
|
c0bdce1330
* Fixed problem with search-masks in fpmake.pp-files in subdirectories
|
9 years ago |
libpng
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
librsvg
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
libsee
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
libtar
|
02d6f7a2a4
- disabled the win16 target for all packages that don't compile on that platform
|
10 years ago |
libvlc
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
libxml
|
c0bdce1330
* Fixed problem with search-masks in fpmake.pp-files in subdirectories
|
9 years ago |
lua
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
mad
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
matroska
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
modplug
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
morphunits
|
c7ea73dccf
morphunits: removed things which belong to internal input.device API accidentally exposed in the public headers
|
9 years ago |
mysql
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
ncurses
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
newt
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
numlib
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
nvapi
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
objcrtl
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
odbc
|
c0bdce1330
* Fixed problem with search-masks in fpmake.pp-files in subdirectories
|
9 years ago |
oggvorbis
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
openal
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
opencl
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
opengl
|
1d609d552d
* patch from Denis Golovan with Opengl4.3 debug support. mantis #28670
|
10 years ago |
opengles
|
c0bdce1330
* Fixed problem with search-masks in fpmake.pp-files in subdirectories
|
9 years ago |
openssl
|
602cce97ac
* Write not-loaded functions in case of load fail
|
9 years ago |
oracle
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
os2units
|
c0bdce1330
* Fixed problem with search-masks in fpmake.pp-files in subdirectories
|
9 years ago |
palmunits
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
pasjpeg
|
02d6f7a2a4
- disabled the win16 target for all packages that don't compile on that platform
|
10 years ago |
pastojs
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
paszlib
|
7d1889e0ef
* mantis #28917 'r' mode sets filemode.
|
9 years ago |
pcap
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
postgres
|
c0bdce1330
* Fixed problem with search-masks in fpmake.pp-files in subdirectories
|
9 years ago |
proj4
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
ptc
|
c0bdce1330
* Fixed problem with search-masks in fpmake.pp-files in subdirectories
|
9 years ago |
pthreads
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
pxlib
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
regexpr
|
c0bdce1330
* Fixed problem with search-masks in fpmake.pp-files in subdirectories
|
9 years ago |
rexx
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
rtl-console
|
885af367f8
* use OEM_FIXED_FONT instead of SYSTEM_FIXED_FONT in the win16 video unit
|
9 years ago |
rtl-extra
|
62efd8c156
rtl-extra: actually, SocketBase should be a threadvar on AROS too. thanks to Marcus for finding this. lets hope everything else is in place for this to even work...
|
9 years ago |
rtl-objpas
|
96257e11d7
* Add widestrutils, delphi compatibility (Bug ID 28396)
|
9 years ago |
rtl-unicode
|
5852d609b1
* Upgrade to unicode version 7, CLDR 27 (Patch by Inoussa Ouedraogo, bug ID #28603)
|
9 years ago |
sdl
|
02d6f7a2a4
- disabled the win16 target for all packages that don't compile on that platform
|
10 years ago |
sndfile
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
sqlite
|
02d6f7a2a4
- disabled the win16 target for all packages that don't compile on that platform
|
10 years ago |
svgalib
|
c0bdce1330
* Fixed problem with search-masks in fpmake.pp-files in subdirectories
|
9 years ago |
symbolic
|
02d6f7a2a4
- disabled the win16 target for all packages that don't compile on that platform
|
10 years ago |
syslog
|
c0bdce1330
* Fixed problem with search-masks in fpmake.pp-files in subdirectories
|
9 years ago |
tcl
|
02d6f7a2a4
- disabled the win16 target for all packages that don't compile on that platform
|
10 years ago |
univint
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
unixutil
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
unzip
|
02d6f7a2a4
- disabled the win16 target for all packages that don't compile on that platform
|
10 years ago |
users
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
utmp
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
uuid
|
c0bdce1330
* Fixed problem with search-masks in fpmake.pp-files in subdirectories
|
9 years ago |
winceunits
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
winunits-base
|
f69e6730be
* fix for #29036 overload sHOpenFolderAndSelectItems with a plain pointer versions
|
9 years ago |
winunits-jedi
|
61409cd9a8
* Add include files to fpmake.pp
|
9 years ago |
x11
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
xforms
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
zlib
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
zorba
|
e83f3d2978
* updated all the remaining makefiles that 'fpcmake -r' missed
|
10 years ago |
Makefile
|
2e3cb70489
* regenerated makefiles after adding the win16 target
|
10 years ago |
Makefile.fpc
|
9ce6e8f801
* Removed the fpmkunit_bootstrap target because it forces building fpmake in
|
10 years ago |
Makefile.fpc.fpcmake
|
285f564ed1
ami-extra: added to root packages Makefiles
|
10 years ago |
fpmake.pp
|
d407b668d1
* version updated to 3.1.1
|
10 years ago |
fpmake_add.inc
|
de800d14cb
* Added libmicrohttpd, from Silvio Clecio.
|
10 years ago |
fpmake_proc.inc
|
de800d14cb
* Added libmicrohttpd, from Silvio Clecio.
|
10 years ago |