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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15158   12 years tbretz Fixed a typo in an exception.
(edit) @15156   12 years tbretz Implemented sendmail class (via mailx) Mail. Re-structured the ...
(edit) @15150   12 years tbretz dim.wait now uses undefined instead of null as the value for infinite wait.
(edit) @15143   12 years tbretz Fixed another problem with the display of exceptions in certain conditions.
(edit) @15141   12 years tbretz Allow null as third argument in dim.wait; return undefined in by include.
(edit) @15140   12 years tbretz Improved handling of exceptions coming from included files. This ...
(edit) @15139   12 years tbretz Fixed a problem with the return value in the timeout function. The ...
(edit) @15138   12 years tbretz Replaced the pre-compiled v8.sleep() by an ulock and a usleep, which ...
(edit) @15129   12 years tbretz Added an additional sanity check in timeout.
(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) @15044   12 years tbretz Rename command property to isCommand
(edit) @15043   12 years tbretz Added new dim functions to get access to the description of a single ...
(edit) @15003   12 years tbretz Make it compile also with the older g++ on gate.
(edit) @14994   12 years tbretz Avoid to output results of internal functions (ExecuteCode called with ...
(edit) @14987   12 years tbretz Print result went it is NOT undefined, not when it is undefined.
(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) @14695   12 years tbretz Throw an exception if the expected Date argument is not a Date
(edit) @14694   12 years tbretz Added 'FACT' horizon level
(edit) @14693   12 years tbretz Exchanged the arguments to Sun.horizon
(edit) @14692   12 years tbretz Fixed handling the second argument in SunHorizon
(edit) @14691   12 years tbretz Added 'horizon' as option for the Sun
(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) @14674   12 years tbretz Implemenetd a way to just check if a server is available and command ...
(edit) @14672   12 years tbretz This shadowed the This member of the class - replaced by self.
(edit) @14665   12 years tbretz Return undefined when a state is requested for a server which is not ...
(edit) @14663   12 years tbretz Properly escape string arguments sent via dim.send
(edit) @14655   12 years tbretz Implemented onchange callback as second function in Subscription ...
(edit) @14643   12 years tbretz Changed Utf8Value to AsciiValue; some minor changes and fixed about ...
(edit) @14642   12 years tbretz Allow to call subscriptpion as none constructor to access an existing ...
(edit) @14641   12 years tbretz Converted dim.subscrib into object Subscription
(edit) @14640   12 years tbretz Fixed a problem with the onchange of services because the return value ...
(edit) @14639   12 years tbretz Some code cleanup.
(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) @14634   12 years tbretz Reverting to last revision.
(edit) @14633   12 years tbretz Removed fGlobalcontext, using the one bound in which th ...
(edit) @14632   12 years tbretz Removed fGlobalcontext, using the one bound in which th ...
(edit) @14631   12 years tbretz I assume that PrototypeTemplate() will never return an empty handle ...
(edit) @14630   12 years tbretz Fixed the HandleScope in the astrometry functions.
(edit) @14629   12 years tbretz Check only if state was already defined since script start; added a ...
(edit) @14626   12 years tbretz Changes to th bahaviour of get(); fixex a problem with the return ...
(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) @14602   12 years tbretz Some fixes from the latest changes; added some comments.
(edit) @14601   12 years tbretz Allow 0 timeout, added a check for Locking in Terminate; added some ...
(edit) @14600   12 years tbretz Made lockers const and moved the chck for a valid main thread behin ...
(edit) @14599   12 years tbretz Made lockers const and moved the chck for a valid main thread behin ...
(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) @14579   12 years tbretz Some minor updates; reordered the function in the file for a btter overview
(edit) @14578   12 years tbretz Added a simple astrometry interface.
(edit) @14576   12 years tbretz Changed the output for the script engine slightly.
(edit) @14572   12 years tbretz Allow double subscription to a service.
(edit) @14568   12 years tbretz A bug fix to event compilation; a new implementation of get() which ...
(edit) @14562   12 years tbretz Distinguish the case between 'no data received' and 'data received but ...
(edit) @14560   12 years tbretz Added the possibility to change the state of the state machine and ...
(edit) @14556   12 years tbretz Added 'comment' to state info.
(edit) @14555   12 years tbretz Added processing of callbacks for state changes; some fixes to the ...
(edit) @14548   12 years tbretz Do only escape string arguments in the command string.
(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) @14500   12 years tbretz Allow sleep without argument.
(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) @14185   12 years tbretz Some small updated to the database enine,mainly ReadOnlys
(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) @14125   12 years tbretz Store pointer to event in external field -- not sure if we'll ever ...
(edit) @14122   12 years tbretz Fixed a typo.
(edit) @14103   12 years tbretz Added qos to service-object.
(edit) @14093   12 years tbretz Implemented and/or fixed the support for service subscriptions.
(edit) @14088   12 years tbretz Made 'command line' arguments ReadOnly
(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.