https://github.com/jgralab/funnyqt

sort by:
Revision Author Date Message Commit Date
be42d96 fix a possible leak; release 0.17.6 18 March 2014, 11:51:44 UTC
4a11c30 bump clj dep; run 1 for target matches in bidi 12 March 2014, 09:23:59 UTC
a640f54 bump clojure dep; release 0.17.5 04 March 2014, 09:14:29 UTC
81d2dc2 Allow for ^:no-result-vec metadata for ^:forall rules; release 0.17.4 21 February 2014, 11:18:05 UTC
4e2e2d4 update to clj 1.6.0-beta1 15 February 2014, 08:33:32 UTC
dcce311 better combinefn in the non-distinct case; release 0.17.3 14 February 2014, 10:48:39 UTC
48b4ab8 Improve parallel pmatch; release 0.17.2 Now the size of partitions given to fold depends on the number of processors, the size of the collection, and the approx. costs of the reducefn. 13 February 2014, 15:27:52 UTC
d61f5f7 release 0.17.1 12 February 2014, 09:10:25 UTC
03db5bd minfix 12 February 2014, 08:30:46 UTC
5698750 implement parallel/eager pattern evaluation; release 0.17.0 12 February 2014, 08:06:50 UTC
b2a2269 upgrade core.logic dep to 0.8.7 10 February 2014, 16:29:01 UTC
7000cf2 release 0.16.0 31 January 2014, 21:42:52 UTC
fefe245 Don't define transformation inheritance using metadata, but with a real :extends clause 31 January 2014, 21:37:39 UTC
e99686a Replace :only clause with target-directiono relation 31 January 2014, 21:16:53 UTC
9f0aaba Also allow overriding single-valued refs 31 January 2014, 21:05:02 UTC
17f2aa0 add todos 31 January 2014, 15:10:42 UTC
ad88055 Allow overriding attr values rather than creating new elements with bidi transformations 31 January 2014, 14:42:51 UTC
154ec5a add reducible-adjs and reducible-adjs*; release 0.15.3 28 January 2014, 12:58:22 UTC
ce231fd release 0.15.2 27 January 2014, 13:53:08 UTC
467c26e generic IEnumConstant protocol 27 January 2014, 13:52:26 UTC
d679059 Convert formerly definlines to defns with :inline metadata. Use them throughout instead of their expansions. release 0.15.1. 22 January 2014, 10:17:43 UTC
40d6cef release 0.15.0 17 January 2014, 14:34:25 UTC
46c4a0e cleanup 17 January 2014, 14:12:42 UTC
7368d71 Rename funnyqt.protocols; adapt 17 January 2014, 14:02:59 UTC
4c89f25 Revamp the EMF namespace. Renamed several functions. Now there are no wrappers for Ecore and normal EMF models anymore, but you work with standard EMF resources. Also revamped EMF type specs which can now disambiguate even if there are multiple EClassifiers with identical qnames (but in packages with different nsURIs). Such type specs can look like: {"http://foo/1.0" 'pkg.SomeClass} ;; Version 1.0 of SomeClass {"http://foo/1.1" 'pkg.SomeClass} ;; Version 1.1 of SomeClass Nesting and with complex type specs is also possible: {"http://foo/1.0" [:or 'SomeClass 'SomeOtherClass {"http://foo/1.1" [:or 'SomeClass 'SomeOtherClass]}]} equiv to: [:or {"http://foo/1.0" [:or 'SomeClass 'SomeOtherClass]} {"http://foo/1.1" [:or 'SomeClass 'SomeOtherClass]}] 17 January 2014, 10:23:07 UTC
bc708d8 don't use definline cause it's currently broken with AOT 14 January 2014, 16:02:36 UTC
50f0352 release 0.14.4 14 January 2014, 14:10:13 UTC
7d17c22 allow loading emf models from urls 14 January 2014, 14:09:45 UTC
20ac59e bugfix; release 0.14.3 14 January 2014, 11:58:04 UTC
0c4524e Fix a bug in polyfns which caused errors when AOT-compiling 14 January 2014, 10:09:33 UTC
711aa09 fix a polyfn bug 11 January 2014, 09:21:17 UTC
73868da release 0.14.0 02 January 2014, 14:48:54 UTC
3398e26 Make rules work correctly with :as specs in the pattern. 02 January 2014, 14:46:05 UTC
d3e8131 Add tests. 02 January 2014, 11:29:37 UTC
8b6d61e Add .nrepl-port to .gitignore. 02 January 2014, 11:18:43 UTC
e3ef487 Implement :as and :distinct clauses for patterns. 02 January 2014, 11:17:52 UTC
7d5c10a implement ^:forall modifier for rules 27 December 2013, 16:24:29 UTC
50d9f2f more; release 0.13.4 26 December 2013, 11:11:42 UTC
1b8294d Improve pmatch on EMF speed 26 December 2013, 11:08:02 UTC
1feba66 no-dups: faster variant of distinct 26 December 2013, 10:08:52 UTC
67364a6 add a TODO 26 December 2013, 09:32:41 UTC
3530b0b minor fix 23 December 2013, 19:41:44 UTC
991af2c release 0.13.3 23 December 2013, 16:03:58 UTC
cd45146 Fix a bug where constraints could be inserted before the elements that are constrained (cont) 23 December 2013, 16:03:36 UTC
d1f6425 release 0.13.2 23 December 2013, 15:36:20 UTC
3cc42e8 Fix a bug where constraints could be inserted before the elements that are constrained 23 December 2013, 15:35:07 UTC
4081117 release 0.13.1 23 December 2013, 13:42:06 UTC
e5c7436 minor cleanups 18 December 2013, 09:57:43 UTC
1d99398 minchang 13 December 2013, 15:07:22 UTC
04d88ab more readme changes 13 December 2013, 14:44:27 UTC
68a7e6a more readme changes 13 December 2013, 14:41:05 UTC
dff0b9f fix listings 13 December 2013, 13:44:31 UTC
dd7e7a9 fix listings 13 December 2013, 13:29:43 UTC
0e7b7e8 changes in the readme 13 December 2013, 13:26:03 UTC
24dfe22 changes in the readme 13 December 2013, 13:22:00 UTC
4277852 changes in the readme 13 December 2013, 13:20:35 UTC
c85ba5a add logo to readme 13 December 2013, 12:39:47 UTC
85a4c29 bump to EMF 2.9.1 09 December 2013, 07:22:26 UTC
d3f4e9d bugfix for epairs-internal 05 December 2013, 15:33:58 UTC
739d2d2 cosmetics 05 December 2013, 15:06:21 UTC
990840b rename :includes to :extends; release 0.13.0 30 November 2013, 00:35:44 UTC
b64421b release 0.12.0 28 November 2013, 10:51:29 UTC
1e3c5f2 allow addinitonal args with bidi; cast Long to int automatically when setting int attrs 28 November 2013, 10:50:28 UTC
c23b442 release 0.11.0 28 November 2013, 07:55:38 UTC
127dd72 fix top-level relation order; add a TODO 28 November 2013, 07:18:26 UTC
7c9d516 do deep replacements 27 November 2013, 14:37:15 UTC
72786b0 greatly improve bidi 27 November 2013, 12:41:10 UTC
1e2aaa4 switch when/src again 26 November 2013, 16:08:29 UTC
56785e9 minchang 26 November 2013, 15:37:58 UTC
a48485f many fixes 26 November 2013, 14:44:00 UTC
3ff9d96 Also check that single-valued refs are not overridden 26 November 2013, 10:02:27 UTC
b6d2687 shortcut containment checking 26 November 2013, 09:22:11 UTC
af53a80 move IUnset & IMMContainmentRef protocols to protocols namespace 26 November 2013, 09:19:44 UTC
286b521 docfix 26 November 2013, 09:05:35 UTC
406c80f fix a bug in stro and add a version of arity 4 26 November 2013, 08:57:26 UTC
d0574e6 fix for rtg/tmp-adjo 26 November 2013, 08:21:54 UTC
1b2cef4 Fix for tg-bidi 25 November 2013, 09:40:13 UTC
f447579 minor change 22 November 2013, 21:47:45 UTC
045df69 release 0.10.5 22 November 2013, 21:05:38 UTC
074b99e source goals before when goals 22 November 2013, 21:05:04 UTC
d67747d minor improvement 22 November 2013, 20:56:05 UTC
5c9df91 release 0.10.4 22 November 2013, 19:09:30 UTC
58b6994 some fixes wrt bidi [esp. on EMF] 22 November 2013, 18:53:37 UTC
639e30a started reworking bidi 22 November 2013, 17:21:06 UTC
d57dd68 fixes 22 November 2013, 14:38:56 UTC
47f4a07 rename m2m :model to :in; improve m2m docs; release 0.10.3 05 November 2013, 12:16:00 UTC
c0437f3 release 0.10.2 05 November 2013, 10:32:02 UTC
3a1822c Fix nasty bug in :to bindings; allow a :let clause for rules; release 0.10.2 05 November 2013, 10:31:08 UTC
90d381c Remove a println; release 0.10.1 05 November 2013, 09:17:18 UTC
c9e75a0 release 0.10.0 05 November 2013, 09:13:53 UTC
752c69f Now :to specs in m2m may directly assign props 04 November 2013, 15:00:34 UTC
4c1fa9b The generic create-element! function now accepts a prop-map 04 November 2013, 14:04:20 UTC
df3ed89 fix bug with domain resolution; release 0.9.5 04 November 2013, 10:37:28 UTC
dfabc9b Also generate type preds; release 0.9.4 30 October 2013, 12:59:32 UTC
57697bd release 0.9.3 29 October 2013, 20:08:01 UTC
24e3200 bugfix 29 October 2013, 19:38:46 UTC
65978be minfix 29 October 2013, 15:34:10 UTC
c0a007a Minor bugfix when dotting boolean attributes 28 October 2013, 14:43:29 UTC
8e0a82a docfix 25 October 2013, 08:35:33 UTC
71b3139 release 0.9.2 25 October 2013, 08:33:54 UTC
back to top