Commit Graph

5890 Commits

Author SHA1 Message Date
Vítor Santos Costa 61439cdd12 iimprove dbusage debugging module. 2012-07-16 10:19:15 -05:00
Vítor Santos Costa 1fc641b7d1 add module aware versions of pred interface. 2012-07-13 14:57:12 -05:00
Vítor Santos Costa ec0437664c fix loop in db_dynamic. 2012-07-13 14:56:50 -05:00
Vitor Santos Costa d78a55ca83 fix cudd support. 2012-07-08 07:45:16 -05:00
Vítor Santos Costa bc8c9a423a Merge branch 'master' of ssh://yap.git.sourceforge.net/gitroot/yap/yap-6.3
Conflicts:
	packages/jpl
2012-07-07 09:54:27 -05:00
Vítor Santos Costa 1e1d49e112 allow installing examples by defult. 2012-07-07 09:43:07 -05:00
Vítor Santos Costa d9decfe003 fix example path in meld. 2012-07-06 18:58:35 -05:00
Vítor Santos Costa 8a22258fdf use standard paths for installing examples. 2012-07-06 18:56:05 -05:00
Vítor Santos Costa 50a7acdae0 install chr examples by default. 2012-07-06 18:50:50 -05:00
Vítor Santos Costa f166b8bfb6 make sure library_path is initialised at boot time, so that people get no
surprises.
2012-07-06 18:49:02 -05:00
Vitor Santos Costa c67edd877a learning is debugging 2012-07-03 19:48:13 +01:00
Vitor Santos Costa b4b1e68c35 Merge branch 'master' of https://github.com/tacgomes/yap6.3 2012-07-03 16:03:27 +01:00
Tiago Gomes 4af5a90b8b re-enable all elimination heuristics 2012-07-02 22:53:44 +01:00
Vitor Santos Costa 79b4c6cb25 new version. 2012-07-02 20:04:02 +01:00
Vitor Santos Costa 5fb55b2535 inline fixes. 2012-07-02 20:03:46 +01:00
Vitor Santos Costa 51c8142cb1 Merge branch 'master' of https://github.com/denys-duchier/yap-6.3
Conflicts:
	H/yapio.h
2012-07-02 19:58:04 +01:00
Miguel Areias bc21735ff1 fixed compilation bug (Prof. Vitor Costa) 2012-07-02 19:48:58 +01:00
Denys Duchier 97163fa150 place INLINE_ONLY at front of extern inline declarations AND definitions. gcc and clang then behave the same. 2012-06-30 20:42:14 +02:00
Tiago Gomes 7a3d39551b improve the way we compute hashs for counting bp 2012-06-30 19:25:29 +01:00
Denys Duchier a34b45bcc0 distinguish gcc and clang for INLINE_ONLY 2012-06-30 17:51:47 +02:00
Vítor Santos Costa fab462b002 Merge branch 'master' of https://github.com/denys-duchier/yap-6.3 2012-06-29 22:45:47 +01:00
Vítor Santos Costa 70bde4d38f inline extern patch by Denys Duchier 2012-06-29 22:44:08 +01:00
Vítor Santos Costa 20b60649e5 new updates to jpl. 2012-06-29 22:42:08 +01:00
Vítor Santos Costa e938c17748 fix clang compilation (Denys Duchier). 2012-06-29 22:24:12 +01:00
Vítor Santos Costa 0ed4e15925 Merge branch 'master' of ssh://yap.git.sourceforge.net/gitroot/yap/yap-6.3 2012-06-29 21:40:10 +01:00
Vitor Santos Costa e66cea25bc MT support in console. 2012-06-29 15:39:12 -05:00
Vitor Santos Costa 5989af937b MT support in mingw win32. 2012-06-29 15:38:49 -05:00
Vitor Santos Costa 2d71a96d54 support mingw emulation. 2012-06-29 15:37:31 -05:00
Vitor Santos Costa 1a4c1a393b MT support. 2012-06-29 15:37:11 -05:00
Vitor Santos Costa 19a3796978 first attempt at locking and MT support with signals. 2012-06-29 15:36:31 -05:00
Vitor Santos Costa ab9fd00096 MT support. 2012-06-29 15:35:52 -05:00
Vitor Santos Costa 47d6cd795e explictely check for shell32 dll
make thw way jpl handles white spaces more SWI like.
2012-06-29 15:33:27 -05:00
Denys Duchier 3d28c7939e Merge branch 'master' of git://yap.git.sourceforge.net/gitroot/yap/yap-6.3 2012-06-28 14:05:38 +02:00
Denys Duchier 8b57ca1cef copy-and-paste bug in dimensioning a dynamic array 2012-06-28 14:04:41 +02:00
Vítor Santos Costa 4230515792 fix inconsistent usage for extern/EXTERN. 2012-06-26 22:30:15 +01:00
Tiago Gomes 5e2d9acc4f update comment 2012-06-26 19:44:27 +01:00
Vitor Santos Costa 051936ca50 fix thread bootup (with mutex/2). 2012-06-26 13:02:44 +01:00
Vítor Santos Costa 0228bfbb30 qsave_program/2. 2012-06-26 10:09:10 +01:00
Vitor Santos Costa fe2f99e49d update package version. 2012-06-22 19:00:45 +01:00
Vitor Santos Costa 87e0b67e76 start with pfl learning. 2012-06-22 19:00:12 +01:00
Vitor Santos Costa 5fe052a3ef Merge branch 'master' of https://github.com/tacgomes/yap6.3 2012-06-22 14:51:58 +01:00
Vitor Santos Costa 637f5420aa get rid of debugger message. 2012-06-22 14:32:06 +01:00
Vitor Santos Costa 1ec498d720 argument processing. 2012-06-22 04:01:32 -05:00
Vitor Santos Costa 6eed0e30e3 fix names. 2012-06-22 04:00:00 -05:00
Vitor Santos Costa a9d1bd788e improve SWI console 2012-06-22 03:56:01 -05:00
Vitor Santos Costa b15c9f5655 support INT handler. 2012-06-22 03:55:01 -05:00
Vítor Santos Costa 4d21a8c062 fix cxxflags typo (obs from Denys Duchier). 2012-06-21 22:40:28 +01:00
Vitor Santos Costa c64d22311d call UDI at abolish. 2012-06-21 16:47:19 +01:00
Vitor Santos Costa 71eeda081c fix *-> (thanks to ulrich). 2012-06-21 15:41:35 +01:00
Vitor Santos Costa 7b6239c73f Merge branch 'master' of ssh://yap.git.sourceforge.net/gitroot/yap/yap-6.3 2012-06-21 03:10:45 -05:00