| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fixing #524. Functions, both statements and rvalues, now support no argument... | luke | 2007-02-27 | 1 | -0/+11 |
| * | Fixing #472. Apparently this has been broken since I did the parser redesign... | luke | 2007-02-22 | 5 | -179/+280 |
| * | Fixing a problem in collecting exported resources. Virtual resources worked ... | luke | 2007-02-18 | 2 | -7/+29 |
| * | Undo the param_names param_values changes | shadoi | 2007-02-17 | 2 | -6/+8 |
| * | Revamping collections to get what is hopefully more reasonable behaviour when... | luke | 2007-02-16 | 3 | -33/+146 |
| * | Merge fact_names & fact_values, and param_names & param_values. | shadoi | 2007-02-15 | 3 | -8/+7 |
| * | Moving all of the client and server code into a single network/ directory. I... | luke | 2007-02-08 | 5 | -10/+10 |
| * | Moving some of the stand-alone classes into the util/ subdirectory, to clean ... | luke | 2007-02-07 | 1 | -1/+1 |
| * | Merging the state-rename branch. This includes the diff from version 2156 to... | luke | 2007-02-07 | 1 | -4/+4 |
| * | Fixing selector tests to get rid of a lame hash ordering bug in the tests. | luke | 2007-02-01 | 1 | -2/+5 |
| * | Partially fixing #460, take 3 -- fully-qualified classes can now be included. | luke | 2007-01-30 | 1 | -0/+5 |
| * | Partially fixing #460, take 2 -- fully-qualified definitions can now be used. | luke | 2007-01-30 | 2 | -0/+28 |
| * | Partially fixing #460 -- fully-qualified class names can be used as parent cl... | luke | 2007-01-30 | 1 | -0/+8 |
| * | Fixing #442. You can now do: defined(File[...]) to see if a resource is defi... | luke | 2007-01-26 | 1 | -0/+11 |
| * | Fixing #445. Nodes can now inherit from default. | luke | 2007-01-26 | 1 | -2/+7 |
| * | reworking the selector case-insensitivity test | luke | 2007-01-26 | 1 | -23/+29 |
| * | Fixing a few testing bugs that have crept in, and fixing a self-reference pro... | luke | 2007-01-05 | 1 | -2/+1 |
| * | Further work on #407. I forgot to actually connect it to the interpreter int... | luke | 2007-01-05 | 1 | -11/+28 |
| * | Fixing #407. You can use external_node to specify a command to retrieve your... | luke | 2007-01-05 | 1 | -0/+62 |
| * | Re-enabling the dirchmod test and fixing its syntax | luke | 2007-01-04 | 1 | -1/+1 |
| * | Fixing #391. Keeping track of times of compile and freshness checks. | luke | 2007-01-04 | 1 | -11/+14 |
| * | A couple of small fixes to pass existing tests. | luke | 2007-01-01 | 1 | -1/+0 |
| * | Fixing graphing tests, and correctly only using storeconfigs in tests where r... | luke | 2007-01-01 | 1 | -5/+14 |
| * | A couple of small bug fixes | luke | 2006-12-29 | 1 | -1/+1 |
| * | A couple of small bug-fixes | luke | 2006-12-28 | 4 | -16/+9 |
| * | Fixing #343. Collections and definition evaluation both now happen on every ... | luke | 2006-12-23 | 7 | -38/+52 |
| * | Fixing #349. Doing some hackery so defined types can now (again) be used as ... | luke | 2006-12-23 | 1 | -0/+7 |
| * | Fixing #66. The "defined" function previously checked for definitions and ty... | luke | 2006-12-23 | 1 | -0/+23 |
| * | Not downcasing facts any longer, closing #210 (although not using the patch f... | luke | 2006-12-23 | 5 | -23/+152 |
| * | Re-add support for tags and file/lines | shadoi | 2006-12-19 | 2 | -3/+1 |
| * | All rails *and* language tests now pass, with the exception of a language/res... | luke | 2006-12-19 | 2 | -3/+3 |
| * | Fixing most of the rails stuff. I think everything basically works now, and ... | luke | 2006-12-19 | 2 | -31/+84 |
| * | New rails stuff redux. | shadoi | 2006-12-14 | 4 | -19/+31 |
| * | Fixing painfully difficult to find bug in defining exported resources | luke | 2006-12-14 | 1 | -7/+7 |
| * | Working some on the export/collect problem. It actually works now, but there... | luke | 2006-12-12 | 1 | -0/+44 |
| * | All tests should now pass, with the possible exception of some tests that mig... | luke | 2006-12-11 | 1 | -82/+32 |
| * | Almost all tests now pass. I have basically reached the point where I was be... | luke | 2006-12-11 | 1 | -1/+1 |
| * | Fixing #342. Classes needed to have their namespaces set to their fully qual... | luke | 2006-11-17 | 1 | -0/+34 |
| * | Fixing #339, and the bigger problem it concealed. Metaparams are now only ad... | luke | 2006-11-13 | 1 | -1/+6 |
| * | Mostly small changes toward 0.20.1 | luke | 2006-11-10 | 1 | -3/+8 |
| * | Small fixes here and there. The rails changes needs to be pushed through the... | luke | 2006-11-09 | 1 | -2/+2 |
| * | Merging the code over from the oscar branch. I will now be doing all develop... | luke | 2006-11-08 | 1 | -0/+23 |
| * | Changing the realize() function to be just syntactic sugar for a collection -... | luke | 2006-10-18 | 2 | -2/+56 |
| * | Adding a "realize" function that can be used to make one or more resource non... | luke | 2006-10-18 | 2 | -0/+40 |
| * | Fixing virtual object collection. I apparently broke it when I added rails c... | luke | 2006-10-18 | 2 | -6/+16 |
| * | Fixing the test scripts so that the library path | luke | 2006-10-16 | 11 | -11/+33 |
| * | Fixing gennode; it was not actually adding the class code to the generated node. | luke | 2006-10-16 | 1 | -6/+40 |
| * | Adding a ruby header to all of the tests so that they can now be executed as ... | luke | 2006-10-16 | 11 | -8/+14 |
| * | Making all test suites executable, adding some tests for handling changing fi... | luke | 2006-10-16 | 3 | -0/+0 |
| * | Many, many, many performance improvements in the compiler (I hope). I did no... | luke | 2006-10-06 | 2 | -1/+7 |