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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18978   6 years tbretz clang++ complained about the way some arrays are initialized and there ...
(edit) @18840   7 years tbretz Fixed a typo in an exception.
(edit) @18839   7 years tbretz Output which is the current state if dim.wait times out.
(edit) @18833   7 years tbretz Secured Tools::Split against exceptions from boost::tokenize
(edit) @18828   7 years tbretz Restructured the astrometry interface to allow setting the observatory ...
(edit) @18820   7 years tbretz Slightly modified the interface to access the observatory. This allows ...
(edit) @18614   8 years tbretz Another mystery of thenew system Ubuntu 16.04... the tokenizer here ...
(edit) @18426   9 years tbretz Added the curl object to allow for simple http requests.
(edit) @18383   9 years Daniela Dorner fixed bug in interrupt that made dimserver crash
(edit) @17655   10 years tbretz To check for not equal one should use != not == and to add a text to a ...
(edit) @17498   11 years tbretz Implemented that one can wait for 'not a state' to check if a state ...
(edit) @17213   11 years tbretz Some additons to the tab-completion.
(edit) @17184   11 years tbretz Reverting to last revision.
(edit) @17174   11 years tbretz Some minor updates and a bug fix in the format of the NOMINAL service.
(edit) @16985   11 years tbretz Every context which we enter, we have to exit as well, otherwise ...
(edit) @16936   11 years tbretz Added a very simple command completion for java.
(edit) @16833   11 years tbretz The disposed handle fInterruptCallback must also be cleared, otherwise ...
(edit) @16802   11 years tbretz Allow arguments to be given to the interrupt handler and added a ...
(edit) @16538   11 years tbretz Improved a bit the interpretation of a int64, now it is interpreted as ...
(edit) @16102   11 years tbretz Added a user supplied 'this' argument to v8.timeout and the Thread class.
(edit) @16095   11 years tbretz Replaced size() by empty()
(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) @15350   11 years tbretz Forgot to add a check for a valid size
(edit) @15349   11 years tbretz Added Shebang (#!) support
(edit) @15272   11 years tbretz Added magic values __DATE__, __FILE__ and __START__
(edit) @15253   11 years tbretz The problem with the izsream is solved. It was the allocation of the ...
(edit) @15208   11 years tbretz Fixed a problem with the coordinate system... libnova's hrz has a ...
(edit) @15204   11 years tbretz Use some simplifications coming with the new C++ wrapper of libnova
(edit) @15172   11 years tbretz Changed the Mail class a bit to have the arrays as data members ReadOnly.
(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.
Note: See TracRevisionLog for help on using the revision log.