summaryrefslogtreecommitdiff
path: root/src/compiler.sml
Commit message (Collapse)AuthorAge
...
* Yet another fix to previous changeGravatar Adam Chlipala2011-11-20
|
* Fix bug in previous changeGravatar Adam Chlipala2011-11-20
|
* Don't treat comment-only lines as blank, in determining split point of .urp ↵Gravatar Adam Chlipala2011-11-20
| | | | files
* Better error messages about server-side use of client-side functionsGravatar Adam Chlipala2011-11-14
|
* Disable C optimization in debug modeGravatar Adam Chlipala2011-09-11
|
* Compiler frees as much memory as possible before passing control to C compilerGravatar Adam Chlipala2011-08-15
|
* Configure correct C compiler options for PthreadsGravatar Adam Chlipala2011-08-04
|
* Remove some GCC-specific identifier choice and documentationGravatar Adam Chlipala2011-08-02
|
* A few more tweaks to support Clang (including ending use of nested functions)Gravatar Adam Chlipala2011-07-23
|
* Stop using -fno-inline by defaultGravatar Adam Chlipala2011-07-23
|
* For non-debug builds, leave out source location info in what is shown to userGravatar Adam Chlipala2011-07-03
|
* 'noXsrfProtection' .urp directiveGravatar Adam Chlipala2011-06-24
|
* Fixes to work nicely with OS X and Clang (thanks to Austin Seipp)Gravatar Adam Chlipala2011-06-17
|
* Handle spaces in filenames passed to GCC (caught by Zachary Tatlock)Gravatar Adam Chlipala2011-06-15
|
* getHeader and setHeaderGravatar Adam Chlipala2011-05-29
|
* Change order of linking database libraries to satisfy CygwinGravatar Adam Chlipala2011-03-12
|
* Ignore JavaScript events in Effectize; allow extra spaces for 'jsFunc'; eat ↵Gravatar Adam Chlipala2011-03-10
| | | | carriage returns at line ends in .urp files
* Use sigFile again; do redirects in a way that is compatible with FastCGIGravatar Adam Chlipala2011-01-20
|
* Patch from Vladimir Shabanov to support crypt under OS XGravatar Adam Chlipala2011-01-16
|
* Use -debug flag properly when compiling in single-source modeGravatar Adam Chlipala2011-01-15
|
* Allow subqueries to reference aggregate-only columns of free tables; treat ↵Gravatar Adam Chlipala2011-01-15
| | | | non-COUNT aggregate functions as possibly returning NULL
* alwaysInline .urp settingGravatar Adam Chlipala2011-01-13
|
* Detect missing 'database' directive; don't compile garbage C filesGravatar Adam Chlipala2011-01-06
|
* Switch from libmhash to OpenSSLGravatar Adam Chlipala2010-12-26
|
* Add an extra Especialize pass before RpcifyGravatar Adam Chlipala2010-12-24
|
* Enforce character constraints on source filenamesGravatar Adam Chlipala2010-12-16
|
* Allow use of path variables in strings with no slashesGravatar Adam Chlipala2010-12-14
|
* Better treatment of relative paths in .urp filesGravatar Adam Chlipala2010-12-14
|
* Fix merging of prefix settingsGravatar Adam Chlipala2010-12-12
|
* -prefix command-line optionGravatar Adam Chlipala2010-12-12
|
* minHeap option in .urp filesGravatar Adam Chlipala2010-12-11
|
* Comments in .urp filesGravatar Adam Chlipala2010-12-11
|
* Karn Kallio's patch for static mhash linkingGravatar Adam Chlipala2010-11-18
|
* Interface for setting memory limitsGravatar Adam Chlipala2010-10-14
|
* Shortcut invocations for single .ur filesGravatar Adam Chlipala2010-09-07
|
* Server-side 'onError'Gravatar Adam Chlipala2010-09-07
|
* Another run of Specialize, using ReduceLocal on datatype parametersGravatar Adam Chlipala2010-06-05
|
* Some serious bug-fix work to get HTML example to compile; this includes ↵Gravatar Adam Chlipala2010-06-03
| | | | fixing a bug with 'val' patterns in Unnest and the need for more local reduction in Especialize
* -moduleOf command-line option; compatibility fixes and better error messages ↵Gravatar Adam Chlipala2010-05-27
| | | | for SQLite
* Fix bug in module path generation with module roots; push wildification ↵Gravatar Adam Chlipala2010-05-27
| | | | through substructures
* 'also' policies and policy reduction; calendar in good shapeGravatar Adam Chlipala2010-04-15
|
* Completely redid main Iflow logic; so far, policy and policy2 workGravatar Adam Chlipala2010-04-13
|
* Command-line use of IflowGravatar Adam Chlipala2010-04-13
|
* Generated basic dummy Iflow conditionsGravatar Adam Chlipala2010-04-04
|
* Remove unpoly1Gravatar Adam Chlipala2010-03-16
|
* Undo an Especialize change that turned out to be unecessaryGravatar Adam Chlipala2010-03-16
|
* Re-add accidentally-removed parsing case for 'effectful'Gravatar Adam Chlipala2010-03-09
|
* safeGetGravatar Adam Chlipala2010-03-09
|
* Got split1 working, but noticed a nasty type inference bug with transplanted ↵Gravatar Adam Chlipala2010-03-06
| | | | unification variables
* Fix parsing of space-free .urp directives; use 'class' for 'c*' tagsGravatar Adam Chlipala2010-02-28
|