- 204b2ab Bump Bazel version to 3.0.0 by David Pursehouse · 4 years, 8 months ago master
- cf7f25f Bump required Bazel version to 2.1.0 by David Pursehouse · 4 years, 9 months ago
- 3d7a01e mvn.sh: Use bazel-bin instead of bazel-genfiles by David Pursehouse · 5 years ago
- 199d14f Update bazlets to latest master revision and build with Bazel 1.0.0 by David Pursehouse · 5 years ago
- c61fb20 Bazel: Upgrade bazlets to the latest master revision by David Pursehouse · 5 years ago
- a08c42d Bazel: Add fixes for --incompatible_load_java_rules_from_bzl by David Pursehouse · 5 years ago
- 8c9dacd Bump to version 1.4.4 by David Ostrovsky · 6 years ago v1.4.4
- 02d2acf Fix unbound variable bug in $consult/1 by Chih-Hung Hsieh · 6 years ago
- e9430cd bazlets: Replace native.git_repository with skylark rule by David Ostrovsky · 6 years ago
- 81ee6ed Format bzl files with buildifer by David Pursehouse · 6 years ago
- 7fdb08c Upgrade bazlets to latest revision by David Ostrovsky · 6 years ago
- eb7ae20 Suppress EqualsWrongThing flagged by error prone by David Ostrovsky · 6 years ago
- 9eaffdc Simplify bazel build by David Ostrovsky · 7 years ago
- 3d340c5 Upgrade bazlets to latest revision by David Pursehouse · 8 years ago
- 183a86a Bump to version 1.4.3 by David Pursehouse · 8 years ago v1.4.3
- a1e30b2 Remove buck build by David Ostrovsky · 8 years ago
- ac09b98 Implement bazel build by David Ostrovsky · 8 years ago
- 127ced5 Bump to version 1.4.2 by David Pursehouse · 8 years ago v1.4.2
- f3d03c5 Add --traditional option to swipl invocation by David Pursehouse · 8 years ago
- ce72c19 Build with Java 8 by David Pursehouse · 8 years ago
- 6ea47f3 Upgrade bucklets to latest version by David Pursehouse · 8 years ago
- f9c434d Add mailmap by David Pursehouse · 8 years ago
- 5298101 Prolog Cafe 1.4.1 by Shawn Pearce · 10 years ago v1.4.1
- f88bc95 Merge changes Icaf1ef7f,I979c222a,I9e05ee0b,I798a4707,I7732f3ec by Shawn Pearce · 10 years ago
- c4a9f45 Add options to PrologMain to emulate usage in Gerrit by Shawn Pearce · 10 years ago
- 9f5a0e1 Cleanup formatting of PrologMain by Shawn Pearce · 10 years ago
- 8c4623a Correct usage for cafeteria java_binary() by Shawn Pearce · 10 years ago
- 9746f58 Remove version from PrologMain header by Shawn Pearce · 10 years ago
- 3f585d4 Add missing fake_pom_deploy.xml required by buck build deploy by Shawn Pearce · 10 years ago
- d40afc4 Trail: Reduce initial size and grow exponentially by Dave Borowitz · 10 years ago
- 914ea62 Trail: Whitespace and other minor cleanup by Dave Borowitz · 10 years ago
- 2be5f84 Fix 'static field should be accessed in a static way' warning by David Pursehouse · 10 years ago
- 6bdf92e Remove unused 'backslash' parameter in Token.escapeSequences by David Pursehouse · 10 years ago
- 0eaa373 Add Javadoc for Term.copy to prevent 'unused parameter' warning by David Pursehouse · 10 years ago
- e6a8dfd Fix unclosed resource warnings by David Pursehouse · 10 years ago
- c9c158d Add implementation of hashCode in VariableTerm by David Pursehouse · 10 years ago
- d40932a Organize imports by David Pursehouse · 10 years ago
- 957d818 Remove unused variables by David Pursehouse · 10 years ago
- e2ea8b9 Fix warnings about member hiding by David Pursehouse · 10 years ago
- 785157d Add missing serialVersionUID members by David Pursehouse · 10 years ago
- f0b18f8 Fix 'unnecessary cast' warnings by David Pursehouse · 10 years ago
- b991b92 Fix 'references to generic type Class<T> should be parameterized' warnings by David Pursehouse · 10 years ago
- 3e10358 Fix 'redundant specification of type arguments' warnings by David Pursehouse · 10 years ago
- 833e79f Add missing @Override annotations by David Pursehouse · 10 years ago
- e72ee44 Ignore .buckd by David Pursehouse · 10 years ago
- e22151a Delete unused show() methods in choice point and trail by Shawn Pearce · 10 years ago v1.4
- b83e111 Fix backtracking for arity-2 predicates by Shawn Pearce · 10 years ago
- facc64a Ensure streamManager is not null when configuring user IO by Shawn Pearce · 10 years ago
- 2d2246d Remove pl2am clause that silently accepts failure by Shawn Pearce · 10 years ago
- 4f58714 Fix jtry9, jtry10 to store all 9 (or 10) registers by Shawn Pearce · 10 years ago
- 92d1696 Add :plc target to build the full compiler JAR by Shawn Pearce · 10 years ago
- 3248e0a Remove unused imports by Shawn Pearce · 10 years ago
- d8a7afc Merge "Use Java based table-switch for type switches" by Shawn Pearce · 10 years ago
- efc5bbe Remove dead code for generating fail/0 label by Shawn Pearce · 10 years ago
- 1c9873c Use Java based table-switch for type switches by Shawn Pearce · 10 years ago
- 37e4746 Merge changes I4ba34cab,Ifb7baa1d,If3d41c14,I165c6710,I78ab48d8, ... by Shawn Pearce · 10 years ago
- 39f0cc8 Inline is{Integer,Double,Symbol,List,...} with instanceof by Shawn Pearce · 10 years ago
- 6ac9bc9 Expand statistics feature to cover all vm stats by Shawn Pearce · 10 years ago
- f863c56 Apply reduction limit during evaluation by Shawn Pearce · 10 years ago
- 21662fb Remove incorrect copyright header from Google by Shawn Pearce · 10 years ago
- 611ca3b Merge changes I40e7f7c1,I6542c6eb by Shawn Pearce · 10 years ago
- 2883d29 Move user stream IO setup to common PrologControl by Shawn Pearce · 10 years ago
- abc19b0 Apply Gerrit-style formatting settings for Eclipse by Shawn Pearce · 10 years ago
- a227d07 Remove plcafe examples using Java from Prolog by Shawn Pearce · 10 years ago
- cdbce70 Return to jtry1..jtry10 to save space by Shawn Pearce · 10 years ago
- 192bd97 Statically import fail/0 instead of defining new fields by Shawn Pearce · 10 years ago
- d53fd31 Pin maximum functor arity to 10 by Shawn Pearce · 10 years ago
- 95d96d8 Remove unused symbol constants by Shawn Pearce · 10 years ago
- 5e4bae8 Update bucklets by Shawn Pearce · 10 years ago
- 33a19c0 Disable all features by default by Shawn Pearce · 10 years ago
- efc053c Move exception types to their own package by Shawn Pearce · 10 years ago
- 398e1df Remove unused or incomplete prolog flags by Shawn Pearce · 10 years ago
- 64aea82 Remove more dead Java integration code by Shawn Pearce · 10 years ago
- ee69119 Move read-eval-print code to its own repl package by Shawn Pearce · 10 years ago
- 280259e Package in Maven format for Gerrit Code Review by Shawn Pearce · 10 years ago
- d56882f Remove support for current_input and current_output by Shawn Pearce · 10 years ago
- ab8b7c3 Move interactive read-eval-print out of runtime by Shawn Pearce · 10 years ago
- 4da8f2d Move directory predicates to be compiler private by Shawn Pearce · 10 years ago
- 76e23eb Build Prolog Cafe with Buck by Shawn Pearce · 10 years ago
- 044d3e9 Fix typo for otherwise/0 in builtins.pl by Shawn Pearce · 10 years ago
- 3367245 Remove unused exists_file/1 by Shawn Pearce · 10 years ago
- 158247d Remove Java reflection/interop support by Shawn Pearce · 10 years ago
- 08a996b Remove 'require getopts.pl' as the Perl module is dead by Shawn Pearce · 10 years ago
- d80227b Update Eclipse preferences to use UTF-8 encoding by Shawn Pearce · 10 years ago
- b73210e Update pom file to v1.3 for a release. by Martin Fick · 13 years ago v1.3
- d8e4e7e Add repo mailing list to pom file by Martin Fick · 13 years ago
- 4b71070 Adding wagon extension to pom file by Martin Fick · 13 years ago
- 217da01 Add distributionManagement section to pom file by Martin Fick · 13 years ago
- 9839e0f Turns on multiline matching for regex_compile by Jason Tsay · 13 years ago
- eae51d6 Renames regex to regex_matches in builtins.pl by Jason Tsay · 13 years ago
- ba3b841 Add regex/2,3 predicate by Jason Tsay · 13 years ago
- 7844ba4 Fix Compiler to load from its own ClassLoader by Shawn O. Pearce · 13 years ago
- dbaf960 Add classloader to engine from PrologMachineCopy by Jason Tsay · 13 years ago
- 6a2c73d Fix consult/1 to report loading time to current output by Shawn O. Pearce · 13 years ago
- 12896d1 Simplify the main execution loop of the interpreter by Shawn O. Pearce · 13 years ago
- f9b1cf4 Don't flush IO when starting evaluation by Shawn O. Pearce · 13 years ago
- 4d46933 Only export statistics(runtime,_) for STATISTICS_RUNTIME by Shawn O. Pearce · 13 years ago
- aadaf84 Make the disabled user IO streams constants by Shawn O. Pearce · 13 years ago
- 82df66f Avoid allocating an empty register array by Shawn O. Pearce · 13 years ago
- ee2b172 Create PrologMachineCopy to reduce consult costs by Shawn O. Pearce · 13 years ago