svenbarth
905ab16ea4
Fixed and regenerated Makefile after removal of jarparamparser.pas
...
git-svn-id: trunk@24550 -
2013-05-22 09:02:24 +00:00
joost
14ffdf6b8d
* Removed unused unit jarparamparser.pas
...
git-svn-id: trunk@24549 -
2013-05-21 19:58:14 +00:00
joost
95972cabbc
* Let fpmake update the revision.inc file for fpcmake
...
git-svn-id: trunk@24538 -
2013-05-20 17:00:25 +00:00
joost
d98fb1f004
* Some fpmake.pp fixes
...
git-svn-id: trunk@24526 -
2013-05-19 10:04:25 +00:00
joost
2fe7dbfc6c
* Several fpmake.pp fixes
...
git-svn-id: trunk@24524 -
2013-05-18 08:28:58 +00:00
yury
4a696dbf00
* pas2jni: fixed error during records processing.
...
git-svn-id: trunk@24514 -
2013-05-15 15:58:27 +00:00
yury
8bc8363c77
* pas2jni: added fcl-json dependency.
...
git-svn-id: trunk@24513 -
2013-05-15 15:45:09 +00:00
yury
94197aade9
* pas2jni: fixed processing of int64 and boolean constants. Also fixes to correctly process whole System unit.
...
git-svn-id: trunk@24512 -
2013-05-15 15:34:10 +00:00
yury
45895f26e0
* pas2jni: use stable JSON output from ppudump.
...
git-svn-id: trunk@24510 -
2013-05-15 14:17:34 +00:00
yury
f174c4df83
* pas2jni: Removed debug stuff.
...
git-svn-id: trunk@24494 -
2013-05-14 11:47:23 +00:00
joost
2555885541
* Added fpmake.pp files for pas2fpm, pas2jni and pas2ut
...
git-svn-id: trunk@24492 -
2013-05-13 19:56:36 +00:00
joost
555ea23209
* Added fpmake.pp for unicode utils
...
git-svn-id: trunk@24488 -
2013-05-12 20:13:35 +00:00
joost
534e8e2a0c
* Scripts to generate Makefiles which call fpmake
...
git-svn-id: trunk@24487 -
2013-05-12 19:30:19 +00:00
joost
478243254e
* Removed double addition of ptop
...
* Added fpcreslipo compilation to fpmake
git-svn-id: trunk@24483 -
2013-05-11 12:07:12 +00:00
joost
2b413c3075
* Fixed path-issues in fpmake.pp file
...
git-svn-id: trunk@24482 -
2013-05-11 09:33:45 +00:00
joost
436d0bbdae
* Added some bin2obj rules to the fpmake.pp file
...
git-svn-id: trunk@24481 -
2013-05-11 09:03:24 +00:00
pierre
a86ae3efee
Regenerate all Makefiles with an up-to-date fpcmake binary
...
git-svn-id: trunk@24375 -
2013-04-29 12:49:25 +00:00
pierre
5c9de9a68b
Regenerate all Makefiles with an up-to-date fpcmake binary
...
git-svn-id: trunk@24366 -
2013-04-29 12:29:03 +00:00
joost
394d2f39b6
* Re-generated Makefile to add dependency on libtar package, introduced in
...
r24346
git-svn-id: trunk@24348 -
2013-04-27 19:08:36 +00:00
pierre
9414fddd00
Add explanation about revision.inc file
...
git-svn-id: trunk@24330 -
2013-04-26 10:23:52 +00:00
pierre
d38e6e62c8
commit new revision.inc file
...
git-svn-id: trunk@24329 -
2013-04-26 10:23:25 +00:00
yury
226fb92d61
* Check for ppudump in the same folder as pas2jni only if there is a path to pas2jni executable is available in ParamStr(0).
...
git-svn-id: trunk@24326 -
2013-04-26 08:16:54 +00:00
florian
3d7033d81e
* Makefiles regenerated
...
git-svn-id: trunk@24325 -
2013-04-25 20:25:57 +00:00
florian
0e41df598e
* merge i8086 branch by Nikolay Nikolov
...
git-svn-id: trunk@24324 -
2013-04-25 20:23:51 +00:00
yury
65a4585012
* By default try to use ppudump from the folder where pas2jni is located.
...
git-svn-id: trunk@24319 -
2013-04-25 10:32:58 +00:00
marco
f007dc9711
* two more "getmodule" fixes.
...
git-svn-id: trunk@24293 -
2013-04-21 20:20:21 +00:00
marco
e603d0d93e
* fix for shortdescrs. Refmodule was unassigned if the target of the shortdescr was not a module.
...
git-svn-id: trunk@24289 -
2013-04-21 17:39:48 +00:00
marco
183d9ebfe1
* more inheritsfrom fixes. This time for the inheritance pages.
...
( [properties (by name)] etc )
git-svn-id: trunk@24278 -
2013-04-20 22:27:06 +00:00
marco
3acd49ddbc
* fixed a bug in resolving external references for classtree and whatever else
...
uses findelement.
A reference was checked against TPasModule with "=", ruling out descendants
like TPasExternalModule. All "content" (.xct) symbols are in externalmodules
git-svn-id: trunk@24277 -
2013-04-20 20:53:59 +00:00
marco
b2f861420c
* Various small changes. LCL compiles again, but is 10% smaller.
...
tree inheritance still not fully linked.
git-svn-id: trunk@24276 -
2013-04-20 15:31:56 +00:00
marco
dfc89a35a7
* work arounds the worst of the classtree bugs. LCL now compiles.
...
git-svn-id: trunk@24275 -
2013-04-20 12:46:50 +00:00
marco
b27e03346b
* don't crash on inclusion of fpmake.pp
...
git-svn-id: trunk@24273 -
2013-04-19 23:50:43 +00:00
paul
8acf9aadf8
rtl, utils: Fix cross-endian collation files generation by Inoussa OUEDRAOGO (issue #0024266 )
...
git-svn-id: trunk@24252 -
2013-04-15 08:27:14 +00:00
michael
11e6396cc7
* modified Docstripper by Reinier Olislagers (bug 23988)
...
git-svn-id: trunk@24171 -
2013-04-07 08:49:03 +00:00
yury
fcf29c11d0
* Turn off debug.
...
git-svn-id: trunk@24145 -
2013-04-03 19:45:07 +00:00
yury
9019c2cf17
* Removed unneeded {$apptype console}.
...
git-svn-id: trunk@24144 -
2013-04-03 19:42:43 +00:00
yury
cd6669f52a
* Build and install pas2jni.
...
git-svn-id: trunk@24143 -
2013-04-03 19:29:16 +00:00
yury
5d1b97fd67
+ pas2jni - an utility to generates a JNI (Java Native Interface) bridge for a Pascal code. Then the Pascal code (including classes and other advanced features) can be easily used in Java programs.
...
git-svn-id: trunk@24137 -
2013-04-03 13:38:36 +00:00
marco
b625439dae
* committed Graeme's IPF patches, mantis #24084 :
...
- Fixes the resolving of links issues in the Class Hierarchy output for IPF
- Implements BeginURL and EndURL methods for the IPF writer. Now it correctly
handles the [url] tag in fpdoc XML files.
git-svn-id: trunk@24132 -
2013-04-02 15:37:59 +00:00
nickysn
8a1178e4e9
* regenerated makefiles
...
git-svn-id: branches/i8086@24114 -
2013-04-01 17:30:11 +00:00
nickysn
0fe3bee97e
* set STATICLIBPREFIX to empty for the msdos target in fpcmake.ini
...
git-svn-id: branches/i8086@24113 -
2013-04-01 17:27:28 +00:00
nickysn
873d5f7d05
* makefiles regenerated
...
git-svn-id: branches/i8086@24103 -
2013-04-01 02:02:53 +00:00
nickysn
a05823b8bf
* updated fpcmake.inc after the changes in fpcmake.inc from my previous commit
...
git-svn-id: branches/i8086@24101 -
2013-03-31 23:21:42 +00:00
nickysn
f3690daf95
* set the msdos staticlibext (.lib) and short suffix (d16) in fpcmake.ini
...
git-svn-id: branches/i8086@24100 -
2013-03-31 23:20:06 +00:00
marco
545a3e708c
* avoid prepending unitname with abs paths.
...
git-svn-id: trunk@24099 -
2013-03-31 22:01:52 +00:00
marco
ad455d05b1
* throw warning when there is a space in the XCT imported link.
...
git-svn-id: trunk@24089 -
2013-03-31 13:05:36 +00:00
paul
3c0e11fa5a
utils: apply Inoussa patch Unicode utils (issue #0022909 ):
...
This patch fixes some memory overwrites that were causing the helpers crash.
It introduces the generation of the little endian and big endian files
regardless of the host endianess.
The patch also adds some new test cases. The cldrparser program now accepts a
"-t" switch to execute the test suite.
git-svn-id: trunk@24018 -
2013-03-27 00:57:50 +00:00
pierre
49954b4b76
Regenerated Makefile and revision.inc
...
git-svn-id: trunk@23996 -
2013-03-25 13:07:54 +00:00
pierre
921deb7ac7
Avoid failure in exported directories
...
git-svn-id: trunk@23995 -
2013-03-25 13:06:47 +00:00
pierre
402e2bbe0e
Improve revision.inc regeneration program
...
git-svn-id: trunk@23994 -
2013-03-25 13:06:00 +00:00