marco
d5fdd63bdc
* cleanup moved pkgs
...
git-svn-id: trunk@9933 -
2008-01-26 15:14:00 +00:00
marco
7a3e3e6c5c
* zlib moved
...
git-svn-id: trunk@9932 -
2008-01-26 15:12:56 +00:00
marco
b7abf7ff1f
* Unzip moved
...
git-svn-id: trunk@9931 -
2008-01-26 15:04:58 +00:00
marco
ead53f2403
* ncurses moved. makefile.fpc + fpmake included, makefile in separate commit
...
git-svn-id: trunk@9930 -
2008-01-26 14:51:36 +00:00
marco
64cd433e22
* removed exces files + mysql/readme move
...
git-svn-id: trunk@9929 -
2008-01-26 14:34:28 +00:00
marco
3999321787
* fpmake for ibase
...
git-svn-id: trunk@9928 -
2008-01-26 14:09:42 +00:00
marco
afb639b3b7
* Makefile mysql move was not committed, fixed
...
git-svn-id: trunk@9927 -
2008-01-26 13:54:47 +00:00
marco
c10004c70e
* makefiles of ibase moving
...
git-svn-id: trunk@9926 -
2008-01-26 13:54:17 +00:00
marco
d493d44d6d
* Package ibase moved + makefile.fpc's. fpmake and regenned makefiles
...
follow in separate commits
git-svn-id: trunk@9925 -
2008-01-26 13:53:13 +00:00
marco
f24c67f733
* fpmake for mysql
...
git-svn-id: trunk@9924 -
2008-01-26 13:30:07 +00:00
marco
149c56bb55
* Basic moving and updating of mysql. makefile.fpc's included, regened makefiles not.
...
fpmake also in separate commit (will follow shortly)
git-svn-id: trunk@9922 -
2008-01-26 13:08:46 +00:00
peter
bdcbe44735
* new fpmake.pp
...
git-svn-id: trunk@9917 -
2008-01-25 00:16:33 +00:00
peter
dc3985bb36
* new fpmake.pp
...
git-svn-id: trunk@9913 -
2008-01-24 23:49:49 +00:00
peter
dcea7aba08
* obsolete
...
git-svn-id: trunk@9912 -
2008-01-24 23:38:47 +00:00
peter
875168c56b
* new fpmake.pp
...
git-svn-id: trunk@9911 -
2008-01-24 23:37:32 +00:00
peter
e338befa21
* mode objfpc added
...
* remove old fpmake
git-svn-id: trunk@9910 -
2008-01-24 23:35:30 +00:00
peter
00dabb1265
* move uriparser to fcl-base
...
* move netdb unit and examples to fcl-net
* removed netdb package
git-svn-id: trunk@9909 -
2008-01-24 23:30:20 +00:00
peter
3e5420a01c
* fpmake.pp
...
git-svn-id: trunk@9908 -
2008-01-24 23:12:13 +00:00
peter
b90270401a
* move pasjpeg
...
* add fpmake.pp for pasjpeg
git-svn-id: trunk@9907 -
2008-01-24 23:09:54 +00:00
peter
465268840a
* new fpmake.pp
...
git-svn-id: trunk@9903 -
2008-01-24 22:57:37 +00:00
peter
7332c24194
* fpmake added
...
git-svn-id: trunk@9902 -
2008-01-24 22:08:59 +00:00
peter
46f999c582
* fpmake support
...
git-svn-id: trunk@9899 -
2008-01-24 21:50:42 +00:00
Jonas Maebe
8349cde7db
* changed byte/word/longbool to be Delphi-compatible (+ similar changes
...
for qwordbool) + test:
o assigning true to such a variable now sets them to $ff/$ffff/$ffffffff
o these types are now all signed
o converting an integer type to a byte/word/long/qwordbool using an
explicit type cast keeps the integer's original value stored in the
bool, instead of forcing it to ord(true)/ord(false)
(mantis #10233 and #10613 , implemented for all architectures, testsuite
tested for ppc32, sparc and x86)
* fixed some places where the rtl depended on longbool(true) having the
value 1
* extended several boolean tests (and adapted some to no longer assume
that byte/word/long/qwordbool(true)=1)
+ support for converting to qwordbool in second_int_to_bool for x86, ppc
and sparc
git-svn-id: trunk@9898 -
2008-01-24 21:30:55 +00:00
joost
3154a97ef4
* Renamed TestSQLFieldTypes.pas to TestFieldTypes.pas for consistency needed by dbdigest
...
git-svn-id: trunk@9894 -
2008-01-24 16:35:58 +00:00
peter
bfd667e289
* fpmake added
...
git-svn-id: trunk@9892 -
2008-01-24 07:52:43 +00:00
peter
2c94ece3e1
* obsolete files
...
git-svn-id: trunk@9891 -
2008-01-24 07:47:03 +00:00
peter
960024adb8
* shell/awk script to help creating fpmake.pp from existing ppu files
...
git-svn-id: trunk@9882 -
2008-01-23 17:04:40 +00:00
yury
801837f60d
* Fixed bug #10681 .
...
+ Test.
git-svn-id: trunk@9879 -
2008-01-23 10:24:04 +00:00
Jonas Maebe
53be0147d4
* fixed assignments to integer regvars typecasted to a type
...
of equal size but with different signdness + test
git-svn-id: trunk@9871 -
2008-01-22 21:27:34 +00:00
Almindor
1f3dfd2773
* new fpmake style for sdl
...
git-svn-id: trunk@9835 -
2008-01-20 22:26:21 +00:00
Almindor
867610beaa
* add fpmake to cairo package
...
git-svn-id: trunk@9831 -
2008-01-20 22:07:06 +00:00
Almindor
71dc4a168b
* add fpmake to a52 package
...
git-svn-id: trunk@9829 -
2008-01-20 22:03:24 +00:00
Jonas Maebe
5290a04e33
* forgot to commit (test for r9623)
...
git-svn-id: trunk@9821 -
2008-01-20 16:23:33 +00:00
joost
7baab96e81
* DigestTestREport makes it possible to write the unittest results to a testsuite-digest
...
git-svn-id: trunk@9783 -
2008-01-18 22:52:13 +00:00
peter
3befb1f832
* refactor executable loading into exeinfo unit so
...
it can be reused also for lnfodwrf
git-svn-id: trunk@9780 -
2008-01-17 23:47:42 +00:00
peter
037e6a2c11
* moved freevision package
...
git-svn-id: trunk@9752 -
2008-01-14 16:54:03 +00:00
florian
2d91fef4f1
+ accept system.string, resolves #10489
...
git-svn-id: trunk@9727 -
2008-01-12 22:25:33 +00:00
Jonas Maebe
be2119b489
* simply discard overloaded routines which cannot accept a variant
...
when determining the optimal candidate for a single variant
parameter, rather than giving an internal error (mantis #10623 )
git-svn-id: trunk@9726 -
2008-01-12 19:01:49 +00:00
micha
a9972548b0
+ add arm-linux/uclibc startup code
...
git-svn-id: trunk@9725 -
2008-01-12 17:08:43 +00:00
Jonas Maebe
284ebc9d4a
- deleted since it has been renamed to n_body
...
git-svn-id: trunk@9691 -
2008-01-09 00:14:30 +00:00
peter
aae917590c
* renamed tests to examples
...
git-svn-id: trunk@9679 -
2008-01-08 18:22:04 +00:00
peter
05eb2c5e8e
* renamed tests to examples
...
git-svn-id: trunk@9678 -
2008-01-08 18:21:23 +00:00
Vincent Snijders
25f0653c88
* renamed nbody to n_body
...
git-svn-id: trunk@9677 -
2008-01-08 10:31:00 +00:00
Vincent Snijders
e5ddfc8248
+ current version of nbody benchmark
...
git-svn-id: trunk@9676 -
2008-01-08 08:14:04 +00:00
Legolas
ffcbc1745b
+ Nintendo DS libraries and examples: libnds, mikmod, dswifi, FAT
...
git-svn-id: trunk@9675 -
2008-01-07 22:58:57 +00:00
Jonas Maebe
bf9b021749
* optimized align() so it no longer contains any branches which
...
are undecidable at compile time
+ basic test for align() function
git-svn-id: trunk@9674 -
2008-01-07 21:41:12 +00:00
Jonas Maebe
84159b3cbb
* optimize away unnecessary implicit upcasts to int64 for subtractions
...
of u32bit values on 32 bit platforms (after the int64 values have
already been used for overload selection etc, i.e., semantically
nothing changes)
+ test which checks that not too many typecasts are optimized away
git-svn-id: trunk@9664 -
2008-01-06 23:30:19 +00:00
Jonas Maebe
2092bb5229
* fixed building on OSes marked as case sensitive
...
git-svn-id: trunk@9648 -
2008-01-06 11:54:47 +00:00
marco
00c866f6a2
* no longer used control files. Real units have been moved with history ( I hope )
...
git-svn-id: trunk@9644 -
2008-01-05 20:55:27 +00:00
marco
149136ba9d
* demoes moved for winunits-base
...
git-svn-id: trunk@9640 -
2008-01-05 19:31:13 +00:00