Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 2788 | Kartik K. Agaram | 2016-03-16 | 1 | -0/+27 |
| | |||||
* | 2785 | Kartik K. Agaram | 2016-03-15 | 1 | -7/+12 |
| | |||||
* | 2784 - make channels generic | Kartik K. Agaram | 2016-03-14 | 4 | -94/+94 |
| | | | | | | I've ignored Mu's concurrency primitives for a while, but they're starting to return to front-and-center as I work on the file system interfaces. | ||||
* | 2783 - typo in Readme; thanks John Lamping | Kartik K. Agaram | 2016-03-14 | 1 | -2/+2 |
| | |||||
* | 2782 - directly use string literals everywhere | Kartik K. Agaram | 2016-03-14 | 10 | -78/+38 |
| | |||||
* | 2781 | Kartik K. Agaram | 2016-03-14 | 1 | -3/+4 |
| | |||||
* | 2780 | Kartik K. Agaram | 2016-03-14 | 1 | -0/+11 |
| | | | | Automate this manual test I've been using. | ||||
* | 2779 | Kartik K. Agaram | 2016-03-14 | 1 | -3/+0 |
| | |||||
* | 2778 - fix all layers | Kartik K. Agaram | 2016-03-14 | 17 | -13/+15 |
| | |||||
* | 2777 - pass literal strings into functions | Kartik K. Agaram | 2016-03-13 | 3 | -13/+67 |
| | |||||
* | 2776 | Kartik K. Agaram | 2016-03-13 | 1 | -8/+7 |
| | |||||
* | 2775 - test rewrite-stash transform | Kartik K. Agaram | 2016-03-13 | 3 | -1/+19 |
| | |||||
* | 2774 | Kartik K. Agaram | 2016-03-13 | 1 | -2/+1 |
| | | | | | Ensure we consistently use the same CFLAGS in all invocations of mu from test_all_layers. | ||||
* | 2773 - switch to 'int' | Kartik K. Agaram | 2016-03-13 | 48 | -515/+520 |
| | | | | This should eradicate the issue of 2771. | ||||
* | 2772 - fix all layers | Kartik K. Agaram | 2016-03-13 | 2 | -0/+6 |
| | |||||
* | 2771 - fix for clang on 32-bit machines | Kartik K. Agaram | 2016-03-13 | 2 | -3/+3 |
| | | | | | | | | | | | Turns out that LLVM/Clang still doesn't support multiplying 64-bit numbers on a 32-bit platform. https://llvm.org/bugs/show_bug.cgi?id=14469 This is just a quick fix, because it turns out I don't have any integer multiplication anywhere else. In the long run I think I'm going to just drop 'long long int' in favor of 'int'. Overflow is less likely than this configuration on somebody's machine. | ||||
* | 2770 - drop a warning from clang 3.4 | Kartik K. Agaram | 2016-03-13 | 1 | -1/+1 |
| | | | | | I'm now running valgrind on my Linux server rather than my Mac laptop. Little less convenient; let's see how it goes. | ||||
* | 2769 - fix build_and_test_until 043space.cc | Kartik K. Agaram | 2016-03-13 | 1 | -3/+3 |
| | |||||
* | 2768 - get working in Linux again | Kartik K. Agaram | 2016-03-13 | 1 | -0/+2 |
| | | | | Need to start testing every commit on Linux in addition to Mac. | ||||
* | 2767 - reclaim refcounts for local variables | Kartik K. Agaram | 2016-03-12 | 2 | -0/+36 |
| | | | | | | This uncovered a second bug (besides 2766) -- I was manually doing the work of 'new-fake-console' inside 'assume-console' but forgetting to increment a refcount. | ||||
* | 2766 - bugfix in reclaiming arrays | Kartik K. Agaram | 2016-03-12 | 1 | -1/+14 |
| | |||||
* | 2765 | Kartik K. Agaram | 2016-03-12 | 3 | -14/+14 |
| | | | | | Get rid of a local variable that was only serving to render unreadable the code for reclaiming allocated memory. | ||||
* | 2764 | Kartik K. Agaram | 2016-03-12 | 1 | -2/+3 |
| | |||||
* | 2763 | Kartik K. Agaram | 2016-03-12 | 1 | -10/+11 |
| | |||||
* | 2762 | Kartik K. Agaram | 2016-03-12 | 4 | -5/+5 |
| | |||||
* | 2761 | Kartik K. Agaram | 2016-03-11 | 1 | -10/+8 |
| | |||||
* | 2760 | Kartik K. Agaram | 2016-03-11 | 2 | -0/+0 |
| | |||||
* | 2759 | Kartik K. Agaram | 2016-03-10 | 5 | -316/+19 |
| | | | | Clean up tangle/ helper. | ||||
* | 2758 | Kartik K. Agaram | 2016-03-10 | 1 | -4/+4 |
| | |||||
* | 2757 | Kartik K. Agaram | 2016-03-10 | 1 | -3/+3 |
| | |||||
* | 2756 | Kartik K. Agaram | 2016-03-10 | 1 | -6/+6 |
| | |||||
* | 2755 | Kartik K. Agaram | 2016-03-10 | 1 | -10/+1 |
| | |||||
* | 2754 | Kartik K. Agaram | 2016-03-10 | 1 | -2/+2 |
| | |||||
* | 2753 | Kartik K. Agaram | 2016-03-10 | 1 | -3/+3 |
| | |||||
* | 2752 | Kartik K. Agaram | 2016-03-10 | 1 | -1/+2 |
| | |||||
* | 2751 | Kartik K. Agaram | 2016-03-10 | 3 | -103/+49 |
| | |||||
* | 2750 - take out all philosophy from the Readme | Kartik K. Agaram | 2016-03-10 | 1 | -197/+61 |
| | |||||
* | 2749 | Kartik K. Agaram | 2016-03-09 | 2 | -36/+36 |
| | |||||
* | 2748 | Kartik K. Agaram | 2016-03-09 | 2 | -20/+20 |
| | |||||
* | 2747 | Kartik K. Agaram | 2016-03-09 | 1 | -0/+4 |
| | | | | Thanks Ben Trask for engaging with my arguments. | ||||
* | 2746 | Kartik K. Agaram | 2016-03-09 | 4 | -8/+6 |
| | |||||
* | 2745 | Kartik K. Agaram | 2016-03-09 | 79 | -78/+79 |
| | |||||
* | 2744 | Kartik K. Agaram | 2016-03-09 | 95 | -242/+245 |
| | | | | Tweak colors and font-sizes in generated html. | ||||
* | 2743 | Kartik K. Agaram | 2016-03-09 | 95 | -6019/+5666 |
| | | | | | Looks like "TOhtml | <other command>" doesn't work on Mac OS X for some reason.. | ||||
* | 2742 | Kartik K. Agaram | 2016-03-08 | 3 | -41/+2 |
| | |||||
* | 2741 | Kartik K. Agaram | 2016-03-08 | 1 | -0/+0 |
| | |||||
* | 2740 | Kartik K. Agaram | 2016-03-08 | 3 | -0/+9 |
| | |||||
* | 2739 | Kartik K. Agaram | 2016-03-08 | 3 | -1/+1 |
| | |||||
* | 2738 | Kartik K. Agaram | 2016-03-08 | 1 | -16/+16 |
| | |||||
* | 2737 | Kartik K. Agaram | 2016-03-08 | 1 | -1/+1 |
| |