root/trunk/examples

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @4600 [4600] 11 hours pmoura Updated the "expansion" example to illustrate the new expand_goal/2 …
(edit) @4596 [4596] 3 days pmoura Added an example, "cc", of using conditional compilation directives to …
(edit) @4595 [4595] 3 days pmoura Added an example, "cc", of using conditional compilation directives to …
(edit) @4594 [4594] 3 days pmoura Updated the "metapredicates" example with Paul Crocker's contributions to …
(edit) @4590 [4590] 9 days pmoura Corrected some typos in the "classmethods" and "people" examples.
(edit) @4573 [4573] 2 weeks pmoura Fixed minor pretty print output glitch in the "mtbatch" example.
(edit) @4572 [4572] 2 weeks pmoura Updated the Logtalk version number to 2.33.3 in preparation for the next …
(edit) @4543 [4543] 3 weeks pmoura Updated the Logtalk built-in debugger to accept the return and enter keys …
(edit) @4542 [4542] 4 weeks pmoura Added a new logic puzzle programming example, adapted with permission from …
(edit) @4541 [4541] 4 weeks pmoura Corrected funny typo regarding adapted examples origin information.
(edit) @4526 [4526] 5 weeks pmoura Allow a complementing category to define an alias for a predicate of the …
(edit) @4524 [4524] 5 weeks pmoura Added an optimization and security compiler option, "complements", that …
(edit) @4522 [4522] 5 weeks pmoura Improved the documentation of the "complements", "hello_world", "hooks", …
(edit) @4508 [4508] 5 weeks pmoura Improved the documentation of the "complements" and "hooks" examples.
(edit) @4507 [4507] 5 weeks pmoura Updated the Logtalk version number to 2.33.2 in preparation for the next …
(edit) @4506 [4506] 6 weeks pmoura Added a simple example, "classmethods", illustrating how to define "class …
(edit) @4505 [4505] 6 weeks pmoura Added a simple example, "instvars", illustrating how to define instance …
(edit) @4501 [4501] 6 weeks pmoura Added an example, "people", illustrating a simple implementation solution …
(edit) @4499 [4499] 6 weeks pmoura Improved performance of generating and testing new object identifiers in …
(edit) @4496 [4496] 6 weeks pmoura Improved performance of the object initialization and release predicates …
(edit) @4495 [4495] 6 weeks pmoura Improved performance of the object initialization and release predicates …
(edit) @4482 [4482] 7 weeks pmoura Modified the implementation of the predicate product/2 in the library …
(edit) @4477 [4477] 7 weeks pmoura Improved "metainterpreters" example.
(edit) @4470 [4470] 2 months pmoura Added a syntax construct for easy access to parametric object proxies …
(edit) @4466 [4466] 3 months pmoura Updated release number to 2.33.1. Removed supported for the deprecated …
(edit) @4463 [4463] 3 months pmoura Updated sample queries for the "engines" example.
(edit) @4459 [4459] 3 months pmoura Minor documentation improvements.
(edit) @4457 [4457] 3 months pmoura Minor documentation improvements.
(edit) @4455 [4455] 3 months pmoura Updated the "mtbatch" example to detect unexpected failures when running …
(edit) @4454 [4454] 3 months pmoura Updated the "mtbatch" example to provide multi-threading overhead data for …
(edit) @4449 [4449] 3 months pmoura Updated the "mtbatch" example to provide multi-threading overhead data for …
(edit) @4444 [4444] 3 months pmoura Updated ECLiPSe compatibility notes and config files for version 6.0#33.
(edit) @4439 [4439] 3 months pmoura Added examples of using ECLiPSe constraint support within Logtalk objects.
(edit) @4438 [4438] 3 months pmoura Minor updates to the SWI-Prolog and Yap constraint examples.
(edit) @4433 [4433] 3 months pmoura Added three more examples for using B-Prolog constraint support within …
(edit) @4432 [4432] 3 months pmoura Added three more examples for using B-Prolog constraint support within …
(edit) @4428 [4428] 3 months pmoura Minor documentation improvements.
(edit) @4422 [4422] 3 months pmoura Updated the GNU Prolog constraint examples.
(edit) @4421 [4421] 3 months pmoura Updated the SWI-Prolog and YAP constraint examples with the help of Markus …
(edit) @4420 [4420] 3 months pmoura Updated the SWI-Prolog and YAP constraint examples with the help of Markus …
(edit) @4419 [4419] 3 months pmoura Updated the SWI-Prolog Sudoku constraint example with the help of Markus …
(edit) @4418 [4418] 3 months pmoura Updated the SWI-Prolog and YAP constraint examples with the help of Markus …
(edit) @4416 [4416] 3 months pmoura Added the SWI-Prolog constraint "queens" example.
(edit) @4415 [4415] 3 months pmoura Added a new set of examples, "constraints", illustrating how to use the …
(edit) @4413 [4413] 4 months pmoura Corrected a typo in the "search" benchmark informative messages in the …
(edit) @4411 [4411] 4 months pmoura Updated the release number to 2.33.0.
(edit) @4407 [4407] 4 months pmoura Code cleanup of the "function2d" object in the "integration2d" …
(edit) @4406 [4406] 4 months crocker Small correction of deliberate error that was used for testing.
(edit) @4405 [4405] 4 months crocker Added one more example and an auxiliary predicate for testing.
(edit) @4399 [4399] 4 months pmoura Corrected a minor code layout typo in the source code of the "parametric" …
(edit) @4398 [4398] 4 months crocker Minor improvements to the "integration" and "integration2d" benchmark …
(edit) @4395 [4395] 4 months pmoura Minor documentation improvements.
(edit) @4394 [4394] 4 months crocker Modified the script to include more test casesfor the integration2d …
(edit) @4393 [4393] 4 months pmoura Minor documentation improvements.
(edit) @4392 [4392] 4 months crocker correct small typing erros.
(edit) @4391 [4391] 4 months crocker Small improvements to the "integration2d" multi-threading example. Namely …
(edit) @4390 [4390] 4 months crocker Small improvements to the "integration2d" multi-threading example. …
(edit) @4388 [4388] 4 months pmoura Added a new multi-threading example, "integration2d", implementing methods …
(edit) @4387 [4387] 4 months pmoura Updated the "integration" multi-threading example by bringing all example …
(edit) @4385 [4385] 4 months pmoura Added a new example, "logging", of using a category to define a set of …
(edit) @4367 [4367] 4 months pmoura Moved support for categories that complement existing objects from the …
(edit) @4362 [4362] 4 months pmoura Optimized the implementation of the /1 control construct. The Logtalk …
(edit) @4360 [4360] 4 months pmoura Allow the /1 control construct to be used within extended categories. …
(edit) @4358 [4358] 5 months pmoura Simplified the copyright and licensing notice; the one in the previous …
(edit) @4357 [4357] 5 months pmoura Updated the release number to 2.32.2.
(edit) @4355 [4355] 5 months pmoura Minor documentation improvements. Added missing thread_shared/1 directive …
(edit) @4348 [4348] 5 months pmoura Added note on distribution and usage rights to most documentation files.
(edit) @4338 [4338] 5 months pmoura Updated the "k6.config" config file for the K-Prolog 6.0.3 release. …
(edit) @4334 [4334] 5 months pmoura Updated the sample queries of the "ack" example.
(edit) @4327 [4327] 5 months pmoura Updated the CxProlog? config file to take advantage and require the new …
(edit) @4323 [4323] 5 months pmoura Updated the release number to 2.32.1.
(edit) @4321 [4321] 5 months pmoura Updated the example queries for the "barriers" multi-threading example.
(edit) @4317 [4317] 5 months pmoura Updated the "mtbatch" example by adding a missing blank line after …
(edit) @4314 [4314] 5 months pmoura Changed the thread cancellation process to not automatically releasing any …
(edit) @4313 [4313] 5 months pmoura Updated the "search" multi-threading benchmark test (in the "mtbatch" …
(edit) @4311 [4311] 5 months pmoura Updated the "mtbatch" example to include a benchmark test for competitive …
(edit) @4310 [4310] 5 months pmoura Updated the "searching" example sample queries.
(edit) @4309 [4309] 6 months pmoura Changed source file loading order for the "searching" example to avoid …
(edit) @4308 [4308] 6 months pmoura Updated the "salt" state-space search example to support heuristics.
(edit) @4307 [4307] 6 months pmoura Updated all the search methods in the "searching" example to delegate …
(edit) @4297 [4297] 6 months pmoura Updated the release number to 2.32.0 due to the extension of the changes …
(edit) @4283 [4283] 6 months pmoura Updated release number to 2.31.7.
(edit) @4276 [4276] 6 months pmoura Minor documentation improvements.
(edit) @4274 [4274] 6 months pmoura Improved the "complements" example, moving the category initialization …
(edit) @4262 [4262] 6 months pmoura Improved the description of parametric object proxies.
(edit) @4233 [4233] 7 months pmoura Updated release number to 2.31.6. Added missing auto-completion keywords …
(edit) @4225 [4225] 7 months pmoura Minor documentation updates.
(edit)