Commit Graph

829 Commits

Author SHA1 Message Date
Vítor Santos Costa 1769fc7313 bprolog support 2011-10-27 12:38:22 +02:00
Vítor Santos Costa 20a1362bf8 bprolog support 2011-10-27 12:38:11 +02:00
Vítor Santos Costa c57fbf40e6 extend support for hash tables. 2011-10-24 22:49:42 +01:00
Vítor Santos Costa 73dd81478f B-Prolog suppoty. 2011-10-24 22:47:42 +01:00
Vítor Santos Costa f6cc9578ae first cut at emulation for BP C-interface. 2011-10-24 22:44:41 +01:00
Vítor Santos Costa c052b195e5 fix interface dependencies. 2011-10-21 22:06:13 +01:00
Vitor Santos Costa 565407926d compilation fixes. 2011-10-13 16:47:02 +01:00
Vitor Santos Costa 9cfd4d8d8b move package/PLStream to os
modify Makefiles accordingly
define __unix__ on Unix like clones (OSX, AIX, etc).
2011-09-04 19:42:33 +02:00
Denys Duchier 0e49f6cf3b doc should say to load gecode as a library module 2011-09-02 20:00:55 +02:00
Denys Duchier 33f1566a81 import gecode as a library 2011-09-02 14:23:35 +02:00
Denys Duchier da437bb6a9 don't leave pickles in source directory 2011-08-30 15:58:49 +02:00
Denys Duchier 6bb5476411 added extracted files for gecode 3.7.0 2011-08-30 15:44:22 +02:00
Denys Duchier fcb70fe502 parenthesize conditionals 2011-08-25 12:47:13 +02:00
U-WIN-U2045GN0RNQ\Vítor Santos Costa b6aca9463d Merge branch 'master' of ssh://yap.git.sourceforge.net/gitroot/yap/yap-6.3 2011-08-18 22:35:13 +01:00
U-WIN-U2045GN0RNQ\Vítor Santos Costa 0e2da3c3e0 fix version info 2011-08-18 22:32:59 +01:00
Vitor Santos Costa d51a89c815 fix time routines 2011-08-16 13:31:59 +00:00
Denys Duchier 4c4f3b624d add pid to temp filename so that make -j works 2011-08-12 16:33:57 +02:00
Denys Duchier d70e53f243 support for ranges and values of intvars 2011-08-09 16:57:33 +02:00
Denys Duchier 76dd2511a8 finish and test support for dynamic arrays 2011-08-09 16:30:59 +02:00
Denys Duchier 31063fdc85 Merge branch 'master' of /home/denys/src/yap/yap-6.3 2011-08-09 15:03:54 +02:00
Denys Duchier 292f89360b add support for compilers without dynamic arrays 2011-08-09 15:03:45 +02:00
Vitor Santos Costa 8096f22b21 fix Makefile to use -I. 2011-08-09 08:34:50 -03:00
Denys Duchier d4d4dbaddf added support for gecode library 2011-08-08 15:21:36 +02:00
Vitor Santos Costa a83546e313 fixes to have windows version of yap. 2011-07-26 23:32:38 +01:00
U-WIN-U2045GN0RNQ\Vítor Santos Costa 4fe1833ece Merge branch 'master' of /cygdrive/z/vitor/Yap/yap-6.3 2011-07-25 17:09:43 +01:00
U-WIN-U2045GN0RNQ\Vítor Santos Costa 840e287cda mode changes 2011-07-25 17:09:28 +01:00
Vitor Santos Costa a16a7d5b1c fix calling of Write and Read for new SWI style interface. 2011-07-22 15:49:40 +01:00
Vitor Santos Costa 2c8e6cf2d1 fixes to ODBC interface: plug memory leak. 2011-07-21 02:24:08 -07:00
ubu32 dfd2db7c85 fix execute to actually check for null and to actually check result of dup. 2011-07-10 04:49:27 -07:00
Vitor Santos Costa a516d6ad47 more SWI stuff. 2011-06-14 09:04:03 +01:00
Vitor Santos Costa 49450cbbf4 lists_to_set/2 (from SWI). 2011-06-14 09:01:48 +01:00
Vitor Santos Costa 82ecc61f6d missing read_from_chars/2 2011-06-14 09:00:25 +01:00
U-WIN-ENP104VVO3U\Vítor Santos Costa 029bf6e400 improve error message. 2011-06-06 12:27:45 +01:00
Vitor Santos Costa 1962a0507f Merge branch 'master' of ssh://yap.git.sourceforge.net/gitroot/yap/yap-6.3 2011-06-01 14:39:43 +01:00
Ricardo Rocha 7b1e4ca51e small fixes in tries module 2011-05-30 15:30:02 +01:00
Vitor Santos Costa e9171547b9 implementation of bayes ball. 2011-05-27 21:34:55 +01:00
Vítor Santos Costa 791106aa05 these two now include SWI-Stream in Yap.h, so they need PL_KERNEL defined before Yap.h. 2011-05-27 11:49:42 +01:00
Joao 971ad94311 moved several global variables to misc/GLOBALS 2011-05-25 16:40:36 +01:00
Joao 8170f6d3cb Some global variables(Yap_thread_gl) in C/init.c are now declared in misc/LOCALS 2011-05-23 16:19:47 +01:00
Joao bce888bd6d Merge branch 'master' of ssh://yap.git.sourceforge.net/gitroot/yap/yap-6.3 2011-05-11 18:24:25 +01:00
Joao ab63cd190b LOCALS and GLOBALS are now generated by misc/buildlocalglobal. 2011-05-11 18:22:58 +01:00
Vitor Santos Costa 31679df9ce Merge branch 'master' of ssh://yap.git.sf.net/gitroot/yap/yap-6.3 2011-05-11 09:29:43 +01:00
Vitor Santos Costa 2064e304ac new library to replace elements in queue 2011-05-11 09:29:07 +01:00
Joao 676dd26c90 change macros in misc/GLOBALS to GLOBAL_. 2011-05-10 10:06:51 +01:00
Ricardo Rocha 026616963c remove FOREIGN_ macros and use REMOTE_ instead 2011-05-09 20:19:49 +01:00
Ricardo Rocha a532b6cff3 struct local_optyap_data is now part of struct worker_local (generated from the file LOCALS) 2011-05-09 19:36:51 +01:00
Vitor Santos Costa 925b8fec01 Merge branch 'master' of ssh://yap.git.sf.net/gitroot/yap/yap-6.3 2011-05-08 23:12:44 +01:00
Vitor Santos Costa 14bae4cb7e avoid choice-point in ord-union. 2011-05-08 23:11:40 +01:00
Joao dc3c54c164 change LOCALS macros. 2011-05-04 10:11:41 +01:00
Vitor Santos Costa 9c3d6a187d debugging cleanups
actually use readline flag.
2011-03-26 15:45:42 +00:00