Commit Graph

360 Commits

Author SHA1 Message Date
Vítor Santos Costa 71b40e0438 changes to support eclipse compat
support of Android assets as /assets files.
2014-06-04 22:08:37 +01:00
Andreas Becker dc37d76e8b Merge branch 'github.com/master'
Conflicts:
	Makefile.in
2014-05-29 12:19:45 +02:00
Andreas Becker c3fd689865 Fix: Make make work in Windows.
Debugging: Add install_startup for slower machines.
2014-05-29 11:33:56 +02:00
Vítor Santos Costa edb4c3fbec Android stuff 2014-05-28 00:11:00 +01:00
Vitor Santos Costa 2ec6d6588d do not compile pldoc for now 2014-05-06 09:32:49 +01:00
Vitor Santos Costa 8c6aa05b17 Merge branch 'master' of git.dcc.fc.up.pt:yap-6.3 2014-04-29 18:19:07 +01:00
Vitor Santos Costa fa31fb1468 make sure we use the defined C++. 2014-04-29 18:18:42 +01:00
Vitor Santos Costa d58dcdc3e6 portability. 2014-04-29 18:17:23 +01:00
Vítor Santos Costa 2f852223ec new C++ interface 2014-04-28 11:47:09 +01:00
Vítor Santos Costa 137f69ed22 doc support 2014-04-21 11:14:18 +01:00
Vitor Santos Costa f39ed68fe8 check for mistypes 2014-04-06 17:06:19 +01:00
Vitor Santos Costa d3692b087f fix make depend 2014-03-18 15:41:54 +00:00
Vitor Santos Costa 5a73c525e9 Merge branch 'master' of git.dcc.fc.up.pt:yap-6.3 2014-03-15 22:48:12 +00:00
Vitor Santos Costa 0602031bd9 win64 2014-03-11 15:36:02 +00:00
Vítor Santos Costa b815e64740 README -> add TXT file. 2014-03-11 11:24:10 +00:00
Vitor Santos Costa 386e15c425 more updates 2014-03-06 12:32:41 +00:00
Vitor Santos Costa 2c89aadb11 WIN64 support (sill needs improvement) 2014-03-06 02:09:48 +00:00
Vítor Santos Costa 87d6a6cc31 fix paths 2014-02-20 16:20:14 +00:00
Vítor Santos Costa 178af282ab Merge branch 'master' of ssh://git.code.sf.net/p/yap/yap-6.3 2014-02-19 22:31:49 +00:00
Vítor Santos Costa 4cd981c275 fix tags & depend 2014-02-19 22:31:41 +00:00
Vitor Santos Costa 42ec115e75 Support dynamic lib versionin in Linux. 2014-02-19 17:45:46 +00:00
Vítor Santos Costa 6522eb2e5a fix Makefile 2014-02-16 15:20:07 +00:00
Vítor Santos Costa 362345d995 use VPATH 2014-02-16 12:57:50 +00:00
Vítor Santos Costa 1bd528198a more configuration fixes 2014-02-15 01:24:07 +00:00
Vítor Santos Costa 1d27d22ef0 big makefile cleanup 2014-02-13 01:58:48 +00:00
Vítor Santos Costa 0420169bd0 Merge branch 'master' of ssh://git.dcc.fc.up.pt/yap-6.3 2014-02-12 23:38:58 +00:00
Vítor Santos Costa d28f065454 distclean should call clean 2014-02-12 23:38:46 +00:00
Vitor Santos Costa 0664e1f647 configuration issues 2014-02-12 23:35:00 +00:00
Vitor Santos Costa 9a46cdac9b clean up makefile 2014-02-10 23:31:33 +00:00
Vitor Santos Costa ed6524470a realclean -> distclean 2014-02-03 16:38:21 +00:00
Vitor Santos Costa 1e88998375 realclean support 2014-02-03 16:34:13 +00:00
Vitor Santos Costa d648375412 make MYDDAS into its own module. 2014-01-24 19:59:42 +00:00
Vitor Santos Costa 253735a293 win32 support 2014-01-22 18:12:58 +00:00
Vitor Santos Costa 62a6d96674 renaming patch 2013-12-06 23:26:28 +00:00
Vitor Santos Costa 2665f71112 keep trying to fix atoms 2013-12-04 23:01:30 +00:00
Vítor Santos Costa d7397b43af new text conversion and string code (big changes, take care please) 2013-12-02 14:49:41 +00:00
Vitor Santos Costa f6f183c0f6 remove some more duplicated code 2013-11-22 15:18:03 +00:00
David Vaz 638ef10c84 Exo change to support external usage 2013-11-21 11:38:16 +00:00
Vítor Santos Costa cffef55b61 latex to html translator port from SWi. 2013-11-18 01:21:21 +00:00
Vitor Santos Costa 4e4f21e1dc upgrade to latest swi 2013-11-15 01:10:25 +00:00
Vitor Santos Costa 9a35d17861 fix DLL loading and C_SO suffix (remove an extra .) 2013-11-13 15:10:15 +00:00
Vítor Santos Costa bfee0cbea6 Attached is a small patch to fix a race when installing with parallel
make jobs. If we're performing an install where libYap is a shared
library then there's a race between installing libYap.so and calling the
yap executable; this can lead to yap not finding its required runtime
dependency:

(cd yap-6.3.3/packages/http ;
LD_LIBRARY_PATH=$DESTDIR/usr/share/Yap/http:$DESTDIR/usr/lib64/Yap:
YAPSHAREDIR=$DESTDIR/usr/share/Yap YAPLIBDIR=$DESTDIR/usr/lib64/Yap
$DESTDIR/usr/bin/yap $DESTDIR/usr/lib64/Yap/startup.yss -f none -g make
-t halt)

$DESTDIR/usr/bin/yap: error while loading shared libraries: libYap.so:
cannot open shared object file: No such file or directory
make[1]: *** [install] Error 127

Since @YAPLIB@ expands to either libYap.a or libYap.so depending on
whether we are building a static or shared libYap library, we can use that.

Keri Harris
2013-11-10 11:24:30 +00:00
U-w7\vsc 029bf8359c improvements 2013-11-04 18:05:23 +00:00
Vítor Santos Costa b7be50ee1f distributed commit 2013-11-04 01:16:08 +00:00
Vitor Santos Costa 65f5a3d364 more mpi fixes 2013-10-29 16:25:38 +00:00
Vitor Santos Costa fe154e87a5 lam_mpi configuration (again). 2013-10-29 16:17:16 +00:00
Vitor Santos Costa 1cbe82da1e SWI flags compat 2013-10-29 12:43:31 +00:00
Vítor Santos Costa 726d7ca1cc cuda package from Carlos 2013-10-07 12:20:00 +01:00
Vitor Santos Costa 609f6fc440 allow yser code error handling 2013-10-03 11:24:59 +01:00
Vitor Santos Costa b6b6b12c6f Merge branch 'master' of ssh://yap.git.sourceforge.net/gitroot/yap/yap-6.3 2013-06-03 16:40:12 -05:00