Commit Graph

23357 Commits

Author SHA1 Message Date
Jonas Maebe
cc6a91a9bc * fixed packed arrays of enums in case of packenum 2/4
git-svn-id: trunk@4674 -
2006-09-21 14:46:32 +00:00
oro06
56299d584f wince:
*LOGFONT fixed, use unicode now
+few dialog style, ex style consts

git-svn-id: trunk@4673 -
2006-09-21 14:44:56 +00:00
ivost
66ebba7c5f * madopenal is working now under win32, but not on linux/amd64. It's some problem with ov_open_callbacks
git-svn-id: trunk@4672 -
2006-09-21 10:24:10 +00:00
ivost
eaf9a853c6 * fixed windows version of vorbis headers
* small change in madopenal sample

git-svn-id: trunk@4671 -
2006-09-21 10:04:44 +00:00
ivost
a042d7eba7 * Changed dynamic linking of vorbis, ogg, mad and openal for win32
* Extended madopenal.pas sample with oggvorbis support

git-svn-id: trunk@4670 -
2006-09-20 23:19:29 +00:00
daniel
970f729222 * Replace loop by move
* Remove unnecessary casting from bytes to chars

git-svn-id: trunk@4668 -
2006-09-20 21:08:05 +00:00
daniel
bc57953a71 * Fix stupid ifdef placement error.
git-svn-id: trunk@4667 -
2006-09-20 21:00:52 +00:00
olle
e83e8d0695 fixed broken do_isdevice
git-svn-id: trunk@4666 -
2006-09-20 20:58:17 +00:00
ivost
f3d6975f0b Integrated oggvorbis into build, cleanedup ldap, mad and openal
git-svn-id: trunk@4664 -
2006-09-20 10:10:00 +00:00
ivost
9c28f73d55 Added oggvorbis headers
git-svn-id: trunk@4663 -
2006-09-20 09:47:17 +00:00
Jonas Maebe
e9580628d3 * make temps which are passed as the location for the function
result of functions which return their result in a temp not
    regable

git-svn-id: trunk@4662 -
2006-09-20 09:09:35 +00:00
Jonas Maebe
e55d6d7145 * make_not_regable() now also works on temprefnodes
git-svn-id: trunk@4661 -
2006-09-20 09:07:45 +00:00
ivost
43054b826c -madopenal sample fixed for win32
git-svn-id: trunk@4660 -
2006-09-19 20:03:31 +00:00
Jonas Maebe
2000c7d3e3 * used "gas" instead of "as" for Solaris (both sparc and x86)
and not for linux/sparc

git-svn-id: trunk@4659 -
2006-09-19 13:38:44 +00:00
Jonas Maebe
8d44332806 * also compile freetype units for darwin
git-svn-id: trunk@4658 -
2006-09-19 13:16:18 +00:00
ivost
76b0d0067d git-svn-id: trunk@4657 - 2006-09-19 12:36:10 +00:00
ivost
ce7c562620 -Added OpenAL and libMad to win32 build cycle
git-svn-id: trunk@4656 -
2006-09-19 12:27:23 +00:00
ivost
59432c2c4a -fixed bug
git-svn-id: trunk@4655 -
2006-09-19 12:25:31 +00:00
ivost
0ccfa36621 -fixed bug
git-svn-id: trunk@4654 -
2006-09-19 12:25:13 +00:00
ivost
0d5519f409 git-svn-id: trunk@4653 - 2006-09-19 12:20:28 +00:00
ivost
608065d269 -windows support of openal and mad
git-svn-id: trunk@4652 -
2006-09-19 12:17:20 +00:00
ivost
ce49fd7fc6 -fixed some bug in mad
-added openal / mad sample

git-svn-id: trunk@4651 -
2006-09-19 12:01:59 +00:00
Almindor
6c72c50126 * fixes MSG_* for darwin
git-svn-id: trunk@4650 -
2006-09-19 10:22:13 +00:00
Jonas Maebe
355e101bc1 * temp results of calls in "with" statements can be in regs
git-svn-id: trunk@4649 -
2006-09-19 09:23:57 +00:00
ivost
f88aa8de54 -Added mad (libmad mp3 decoder) headers
git-svn-id: trunk@4648 -
2006-09-18 21:55:23 +00:00
ivost
23e1ebb357 -ctypes cleanup, it was quite a mess with naming conventions, eg. some times shortened long to l like cldouble
-long is written out now, while signed and unsigned are shortened to s and u

git-svn-id: trunk@4647 -
2006-09-18 21:41:08 +00:00
Almindor
d4e1612fd1 * moves MSG_* constants from socketsh.inc to platform specific unxsockh.inc and fixes them for freebsd/darwin and solaris (linux ones were used before, not right)
git-svn-id: trunk@4646 -
2006-09-18 20:56:13 +00:00
florian
90e481ef13 * fixed arm-linux compilation
git-svn-id: trunk@4645 -
2006-09-18 19:47:52 +00:00
florian
8b841e9514 * fixed another problem caused by yesterdays real change
git-svn-id: trunk@4644 -
2006-09-18 18:21:00 +00:00
Jonas Maebe
07bbce6fa1 * fixed for non-x96
git-svn-id: trunk@4643 -
2006-09-18 08:09:42 +00:00
Jonas Maebe
08612ed157 * declare fpc_sqr_real as inline instead of fpc_sqrt_real
git-svn-id: trunk@4642 -
2006-09-17 21:55:14 +00:00
Jonas Maebe
83884ec540 * more "real" fixes
git-svn-id: trunk@4641 -
2006-09-17 21:44:20 +00:00
Jonas Maebe
b50841bfce * more efficient temp allocation, in particular in case many small temps
are allocated at irregular intervals in between larger allocations
    (reduces stack usage of taddnode.det_resulttype on darwin/i386 from
     11+kb to 868 bytes; no effect on Darwin/ppc, and a few small
     improvements on linux/i386)

git-svn-id: trunk@4640 -
2006-09-17 20:49:48 +00:00
ivost
83caedf4d2 -Added md4 build dependency
git-svn-id: trunk@4639 -
2006-09-17 19:41:24 +00:00
florian
81d83c70ce + GET_*_LPARAM
git-svn-id: trunk@4638 -
2006-09-17 19:35:30 +00:00
florian
95c0ff6db2 * fixed compilation for x86_64
git-svn-id: trunk@4637 -
2006-09-17 18:40:20 +00:00
florian
2b1d5ed13e * changed win32 define to windows
git-svn-id: trunk@4636 -
2006-09-17 18:36:52 +00:00
florian
77193410b2 * varset helpers completed
git-svn-id: trunk@4635 -
2006-09-17 18:20:30 +00:00
florian
d4bf6d2aed * fixed problems caused by unifying the real data type
git-svn-id: trunk@4634 -
2006-09-17 18:00:37 +00:00
ivost
74a81d7f96 -Added openal headers (linux only right now)
git-svn-id: trunk@4633 -
2006-09-17 13:37:11 +00:00
ivost
e01ebfc345 -Added ldap, lber and ntml headers
git-svn-id: trunk@4632 -
2006-09-17 13:06:51 +00:00
ivost
71f0936a33 -Integrated md4 into build process
git-svn-id: trunk@4631 -
2006-09-17 12:51:54 +00:00
ivost
9e17af87af -Added md4 code (taken from SAMBA source)
git-svn-id: trunk@4630 -
2006-09-17 12:45:28 +00:00
florian
b94c4b0660 * fixed wrong elsif
git-svn-id: trunk@4629 -
2006-09-17 11:38:31 +00:00
florian
d7fe89c63d * Real is now defined in the system unit being an unique type, fixes #7425
git-svn-id: trunk@4628 -
2006-09-17 08:58:20 +00:00
florian
9e241152a9 + started to work on varset helpers
git-svn-id: trunk@4627 -
2006-09-16 22:18:37 +00:00
florian
caf250c87b * removed packrecords 1 from winsock as well as a ver0_9_14 define
git-svn-id: trunk@4626 -
2006-09-16 12:50:28 +00:00
Almindor
2d7cd5b969 * sockets cleanup from Aison
git-svn-id: trunk@4625 -
2006-09-16 10:40:32 +00:00
florian
622cc06bbd * storing stack passed parameters temp. helps all CPUs
git-svn-id: trunk@4624 -
2006-09-16 09:28:47 +00:00
florian
b63721070b * avoid stores to memory on x86_64 too when loading parameters
git-svn-id: trunk@4623 -
2006-09-16 09:07:46 +00:00