source: trunk/FACT++/src/InterpreterV8.h

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16936   11 years tbretz Added a very simple command completion for java.
(edit) @16802   11 years tbretz Allow arguments to be given to the interrupt handler and added a ...
(edit) @16102   11 years tbretz Added a user supplied 'this' argument to v8.timeout and the Thread class.
(edit) @16071   11 years tbretz Added console.warn to print a highlighted message to the ocnsole.
(edit) @15430   11 years tbretz Implemented the possibility to send an interrupt request (irq) to a ...
(edit) @15172   11 years tbretz Changed the Mail class a bit to have the arrays as data members ReadOnly.
(edit) @15156   12 years tbretz Implemented sendmail class (via mailx) Mail. Re-structured the ...
(edit) @15101   12 years tbretz Set a script depth!=0 when a script is running to avoid smartfact ...
(edit) @15078   12 years tbretz Emit an empty string if no arguments are given in dim.log
(edit) @15073   12 years tbretz Implemented v8::timeout and let dim.getDescription return an object of ...
(edit) @15046   12 years tbretz Renamed getService to getDescription
(edit) @15043   12 years tbretz Added new dim functions to get access to the description of a single ...
(edit) @14983   12 years tbretz Implemented to possibility to run an interactive javascript interpreter.
(edit) @14741   12 years tbretz Added the possibility to return states of a given server back from ...
(edit) @14709   12 years tbretz added dist function to Sky class
(edit) @14690   12 years tbretz Bettr support for circumpolar objects added 'isUp' proprty to th ...
(edit) @14689   12 years tbretz Added functions to calculate Sun and Moon rise and set times.
(edit) @14688   12 years tbretz A lot of bug fixes; improved ConvertEvent; ensure that an exception in ...
(edit) @14656   12 years tbretz Moved constructore body to source file.
(edit) @14646   12 years tbretz Added fTemplateEvent
(edit) @14641   12 years tbretz Converted dim.subscrib into object Subscription
(edit) @14638   12 years tbretz Converted dim.timeout into a Thread object.
(edit) @14637   12 years tbretz Re-did (once more) the exception handling and script termination to ...
(edit) @14636   12 years tbretz Removed fGlobalContext, fTemplateMoon and fTemplateDatabas; added ...
(edit) @14635   12 years tbretz Reverting to last revision.
(edit) @14632   12 years tbretz Removed fGlobalcontext, using the one bound in which th ...
(edit) @14629   12 years tbretz Check only if state was already defined since script start; added a ...
(edit) @14627   12 years tbretz
(edit) @14607   12 years tbretz Some improvements to internal exception throwing; some improvements to ...
(edit) @14603   12 years tbretz Added AddFormatToGlobal; improved exception reporting (enabled stack ...
(edit) @14598   12 years tbretz Instead of catching exception everywhere to check for termination of ...
(edit) @14591   12 years tbretz Some improvements to exeption texts; stored the issued query for ...
(edit) @14578   12 years tbretz Added a simple astrometry interface.
(edit) @14560   12 years tbretz Added the possibility to change the state of the state machine and ...
(edit) @14555   12 years tbretz Added processing of callbacks for state changes; some fixes to the ...
(edit) @14549   12 years tbretz It seems that V8::Dispose() needs to be locked... at leats if it is ...
(edit) @14547   12 years tbretz Added a callback for the case when an event is received. To allow v8 ...
(edit) @14540   12 years tbretz Use State in JsState and added 'time' to the data members. Make sure ...
(edit) @14527   12 years tbretz Added missing include of list
(edit) @14520   12 years tbretz Replace vector which is continously re-allocated by a double linked list.
(edit) @14499   12 years tbretz Added th possibility to disable the alarm state.
(edit) @14497   12 years tbretz Added some basic infrastructure to send alarms e.g. to smartfact.
(edit) @14177   12 years tbretz Added a simple database interface.
(edit) @14135   12 years tbretz Added a function dim.out which will only print to the local console; ...
(edit) @14133   12 years tbretz Fixed the case without V8
(edit) @14127   12 years tbretz Argument of JsUnsuscribe should stay string
(edit) @14125   12 years tbretz Store pointer to event in external field -- not sure if we'll ever ...
(edit) @14093   12 years tbretz Implemented and/or fixed the support for service subscriptions.
(edit) @14084   12 years tbretz Removed 'name' function and return a state-object instead.
(edit) @14068   12 years tbretz Added V8 disposal to destructor.
(edit) @14059   12 years tbretz Added special '$' array as arguments; moved sleep to dim-space; added ...
(edit) @14055   12 years tbretz Added the possibility to run with arguments; added exit() command to JS
(edit) @14051   12 years tbretz Allow stoppping the script from everyhwere.
(add) @14049   12 years tbretz JavaScript engine based on google's v8.
Note: See TracRevisionLog for help on using the revision log.