commit | 37e4746364c7fd00df985526ddc488903ac1bc42 | [log] [tgz] |
---|---|---|
author | Shawn Pearce <sop@google.com> | Fri Mar 13 02:19:39 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Mar 13 02:19:40 2015 +0000 |
tree | e46ec7ed840fe07ec06442261378885d5da97560 | |
parent | 611ca3b912b2d466085ef0fc87715d03c954cce2 [diff] | |
parent | 39f0cc85c21f9e1f0f78d78824044d1d7c7b34d5 [diff] |
Merge changes I4ba34cab,Ifb7baa1d,If3d41c14,I165c6710,I78ab48d8, ... * changes: Inline is{Integer,Double,Symbol,List,...} with instanceof Expand statistics feature to cover all vm stats Apply reduction limit during evaluation Remove incorrect copyright header from Google Move user stream IO setup to common PrologControl Apply Gerrit-style formatting settings for Eclipse
A fork of Mutsunori BANBARA‘s PrologCafe to support Gerrit Code Review’s customizable project rules.
To bootstrap Buck and SWI-Prolog >= 6.6.4 must be installed and then build the runtime and compiler with:
buck build all
To package for Maven into the local ~/.m2/repository
directory:
buck build install
To publish to the gerrit-maven storage bucket:
buck build deploy