summaryrefslogtreecommitdiff
path: root/src/jscomp.sml
Commit message (Collapse)AuthorAge
* Add support for -boot flag, which allows in-tree execution of Ur/WebGravatar Edward Z. Yang2012-05-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The boot flag rewrites most hardcoded paths to point to the build directory, and also forces static compilation. This is convenient for developing Ur/Web, or if you cannot 'sudo make install' Ur/Web. The following changes were made: * Header files were moved to include/urweb instead of include; this lets FFI users point their C_INCLUDE_PATH at this directory at write <urweb/urweb.h>. For internal Ur/Web executables, we simply pass -I$PATH/include/urweb as normal. * Differentiate between LIB and SRCLIB; SRCLIB is Ur and JavaScript source files, while LIB is compiled products from libtool. For in-tree compilation these live in different places. * No longer reference Config for paths; instead use Settings; these settings can be changed dynamically by Compiler.enableBoot () (TODO: add a disableBoot function.) * config.h is now generated directly in include/urweb/config.h, for consistency's sake (especially since it gets installed along with the rest of the headers!) * All of the autotools build products got updated. * The linkStatic field in protocols now only contains the name of the build product, and not the absolute path. Future users have to be careful not to reference the Settings files to early, lest they get an old version (this was the source of two bugs during development of this patch.)
* First part of changes to avoid depending on C function call argument order ↵Gravatar Adam Chlipala2012-01-07
| | | | of evaluation (omitting normal Ur function calls, so far)
* Fix handling of quotes in generating C literalsGravatar Adam Chlipala2012-01-02
|
* timeFormat .urp directiveGravatar Adam Chlipala2011-12-04
|
* Allow sources to be returned by RPCsGravatar Adam Chlipala2011-12-03
|
* Catching integer divisions by zeroGravatar Adam Chlipala2011-12-03
|
* Fix bug in JavaScript embedding of listsGravatar Adam Chlipala2011-08-15
|
* Add client-side Basis.now and pretty-printing of timesGravatar Adam Chlipala2011-07-06
|
* Each context gets its own non-repeating sequence of source numbersGravatar Adam Chlipala2011-04-09
|
* To generate server-side source JavaScript, try both the old and new ↵Gravatar Adam Chlipala2011-03-28
| | | | strategies; remove an unsound optimization from MonoOpt and make MonoReduce work harder to compensate
* Ignore JavaScript events in Effectize; allow extra spaces for 'jsFunc'; eat ↵Gravatar Adam Chlipala2011-03-10
| | | | carriage returns at line ends in .urp files
* Notice that Basis.now is effectful; smarter JavaScript encoding of initial ↵Gravatar Adam Chlipala2011-02-08
| | | | source values built using server-side expressions that can't be turned into JavaScript
* Patch from Vladimir Shabanov to support implicit passing of 'time' values ↵Gravatar Adam Chlipala2011-01-20
| | | | from server to client
* Client-side redirectsGravatar Adam Chlipala2011-01-06
|
* [De]serialization of times in JavaScript; proper integer division in ↵Gravatar Adam Chlipala2010-12-23
| | | | JavaScript; Basis.crypt; Top.mkRead'; more aggressive Mono-level inlining, for values of function-y types
* Fix JavaScript unit unurlification; URL blessing client-sideGravatar Adam Chlipala2010-11-26
|
* Fix RPC deserialization of channelsGravatar Adam Chlipala2010-11-19
|
* tryDmlGravatar Adam Chlipala2010-09-05
|
* Better UTF-8 escaping for JavaScript and SQL literalsGravatar Adam Chlipala2010-08-10
|
* Switch to strings and eval for thunkifying JavaScripted functionsGravatar Adam Chlipala2010-05-22
|
* Thunking recursive JavaScripted function ASTs, to reduce page load time ↵Gravatar Adam Chlipala2010-05-22
| | | | dramatically
* Fix width/height CSS choices for table rows/columns; stop warning about ↵Gravatar Adam Chlipala2010-05-16
| | | | inability to embed type in JavaScript
* Louder jscomp; toUpper/Lower fix for JavaScriptGravatar Adam Chlipala2010-03-04
|
* Tone down Reduce and compensate with a new push-lambda-inside-case rule in ↵Gravatar Adam Chlipala2010-03-02
| | | | MonoOpt; expand more Basis synonyms in Monoize
* Proper C-side deserialization; Shake.sliceDbGravatar Adam Chlipala2010-01-03
|
* JavaScript urlification; more lenient export pattern in Corify; only include ↵Gravatar Adam Chlipala2010-01-02
| | | | scripts in pages that use JavaScript
* Initializers and setvalGravatar Adam Chlipala2009-12-13
|
* Basis.url and redirectsGravatar Adam Chlipala2009-12-10
|
* Represent FFI function names as strings, to deal with cross-file recursionGravatar Adam Chlipala2009-12-05
|
* Initial form for paper assignmentGravatar Adam Chlipala2009-11-01
|
* Use call/cc for recv and sleepGravatar Adam Chlipala2009-10-25
|
* RPC uses VM support for call/ccGravatar Adam Chlipala2009-10-25
|
* demo/more compiles; small problem left with foreign keys in Grid1Gravatar Adam Chlipala2009-09-24
|
* demo/increment works with interpretationGravatar Adam Chlipala2009-09-24
|
* Might have fixed demo/listEditGravatar Adam Chlipala2009-09-24
|
* demo/react works with interpretationGravatar Adam Chlipala2009-09-22
|
* Compiled an 'option' pattern-matchGravatar Adam Chlipala2009-09-22
|
* More interpreter debuggingGravatar Adam Chlipala2009-09-22
|
* Hopefully complete refactoring of Jscomp to output ASTs; partial ↵Gravatar Adam Chlipala2009-09-22
| | | | implementation of interpreter in runtime system (demo/alert works)
* Grid sorting workingGravatar Adam Chlipala2009-09-19
|
* Hopefully fixed Jscomp bug that was breaking GridGravatar Adam Chlipala2009-09-19
|
* Don't try to compile sigString() calls to JavaScriptGravatar Adam Chlipala2009-09-17
|
* Fix JavaScript char literals; don't generate demo links to nonexistent filesGravatar Adam Chlipala2009-09-15
|
* Fix a bug in Jscomp environment calculation for EQuery; smarter embedding of ↵Gravatar Adam Chlipala2009-09-14
| | | | record projection in JavaScript
* Fix inconsistency in bool URLification between C and JavaScriptGravatar Adam Chlipala2009-08-25
|
* Fix list jsification bug; grid1 working with foreign key, but booleans not ↵Gravatar Adam Chlipala2009-08-25
| | | | getting into database properly
* grid1 compiles but gets stuck in JSGravatar Adam Chlipala2009-08-25
|
* Be careful in Jscomp to avoid interpreting non-boolean/reference types as ↵Gravatar Adam Chlipala2009-08-11
| | | | booleans with ?:
* Library improvements; proper list [un]urlification; remove server-side ↵Gravatar Adam Chlipala2009-08-09
| | | | ServerCalls; eta reduction in type inference
* Key events get key code inputGravatar Adam Chlipala2009-07-18
|