|
|
@16833
|
11 years |
tbretz |
The disposed handle fInterruptCallback must also be cleared, otherwise ...
|
|
|
@16802
|
11 years |
tbretz |
Allow arguments to be given to the interrupt handler and added a ...
|
|
|
@16538
|
11 years |
tbretz |
Improved a bit the interpretation of a int64, now it is interpreted as ...
|
|
|
@16102
|
11 years |
tbretz |
Added a user supplied 'this' argument to v8.timeout and the Thread class.
|
|
|
@16095
|
11 years |
tbretz |
Replaced size() by empty()
|
|
|
@16071
|
11 years |
tbretz |
Added console.warn to print a highlighted message to the ocnsole.
|
|
|
@15430
|
12 years |
tbretz |
Implemented the possibility to send an interrupt request (irq) to a ...
|
|
|
@15350
|
12 years |
tbretz |
Forgot to add a check for a valid size
|
|
|
@15349
|
12 years |
tbretz |
Added Shebang (#!) support
|
|
|
@15272
|
12 years |
tbretz |
Added magic values __DATE__, __FILE__ and __START__
|
|
|
@15253
|
12 years |
tbretz |
The problem with the izsream is solved. It was the allocation of the ...
|
|
|
@15208
|
12 years |
tbretz |
Fixed a problem with the coordinate system... libnova's hrz has a ...
|
|
|
@15204
|
12 years |
tbretz |
Use some simplifications coming with the new C++ wrapper of libnova
|
|
|
@15172
|
12 years |
tbretz |
Changed the Mail class a bit to have the arrays as data members ReadOnly.
|
|
|
@15158
|
12 years |
tbretz |
Fixed a typo in an exception.
|
|
|
@15156
|
12 years |
tbretz |
Implemented sendmail class (via mailx) Mail. Re-structured the ...
|
|
|
@15150
|
12 years |
tbretz |
dim.wait now uses undefined instead of null as the value for infinite wait.
|
|
|
@15143
|
12 years |
tbretz |
Fixed another problem with the display of exceptions in certain conditions.
|
|
|
@15141
|
12 years |
tbretz |
Allow null as third argument in dim.wait; return undefined in by include.
|
|
|
@15140
|
12 years |
tbretz |
Improved handling of exceptions coming from included files. This ...
|
|
|
@15139
|
12 years |
tbretz |
Fixed a problem with the return value in the timeout function. The ...
|
|
|
@15138
|
12 years |
tbretz |
Replaced the pre-compiled v8.sleep() by an ulock and a usleep, which ...
|
|
|
@15129
|
12 years |
tbretz |
Added an additional sanity check in timeout.
|
|
|
@15101
|
12 years |
tbretz |
Set a script depth!=0 when a script is running to avoid smartfact ...
|
|
|
@15078
|
12 years |
tbretz |
Emit an empty string if no arguments are given in dim.log
|
|
|
@15073
|
12 years |
tbretz |
Implemented v8::timeout and let dim.getDescription return an object of ...
|
|
|
@15046
|
12 years |
tbretz |
Renamed getService to getDescription
|
|
|
@15044
|
12 years |
tbretz |
Rename command property to isCommand
|
|
|
@15043
|
12 years |
tbretz |
Added new dim functions to get access to the description of a single ...
|
|
|
@15003
|
12 years |
tbretz |
Make it compile also with the older g++ on gate.
|
|
|
@14994
|
12 years |
tbretz |
Avoid to output results of internal functions (ExecuteCode called with ...
|
|
|
@14987
|
12 years |
tbretz |
Print result went it is NOT undefined, not when it is undefined.
|
|
|
@14983
|
12 years |
tbretz |
Implemented to possibility to run an interactive javascript interpreter.
|
|
|
@14741
|
12 years |
tbretz |
Added the possibility to return states of a given server back from ...
|
|
|
@14709
|
12 years |
tbretz |
added dist function to Sky class
|
|
|
@14695
|
12 years |
tbretz |
Throw an exception if the expected Date argument is not a Date
|
|
|
@14694
|
12 years |
tbretz |
Added 'FACT' horizon level
|
|
|
@14693
|
12 years |
tbretz |
Exchanged the arguments to Sun.horizon
|
|
|
@14692
|
12 years |
tbretz |
Fixed handling the second argument in SunHorizon
|
|
|
@14691
|
12 years |
tbretz |
Added 'horizon' as option for the Sun
|
|
|
@14690
|
12 years |
tbretz |
Bettr support for circumpolar objects added 'isUp' proprty to th ...
|
|
|
@14689
|
12 years |
tbretz |
Added functions to calculate Sun and Moon rise and set times.
|
|
|
@14688
|
12 years |
tbretz |
A lot of bug fixes; improved ConvertEvent; ensure that an exception in ...
|
|
|
@14674
|
12 years |
tbretz |
Implemenetd a way to just check if a server is available and command ...
|
|
|
@14672
|
12 years |
tbretz |
This shadowed the This member of the class - replaced by self.
|
|
|
@14665
|
12 years |
tbretz |
Return undefined when a state is requested for a server which is not ...
|
|
|
@14663
|
12 years |
tbretz |
Properly escape string arguments sent via dim.send
|
|
|
@14655
|
12 years |
tbretz |
Implemented onchange callback as second function in Subscription ...
|
|
|
@14643
|
12 years |
tbretz |
Changed Utf8Value to AsciiValue; some minor changes and fixed about ...
|
|
|
@14642
|
12 years |
tbretz |
Allow to call subscriptpion as none constructor to access an existing ...
|
|
|
@14641
|
12 years |
tbretz |
Converted dim.subscrib into object Subscription
|
|
|
@14640
|
12 years |
tbretz |
Fixed a problem with the onchange of services because the return value ...
|
|
|
@14639
|
12 years |
tbretz |
Some code cleanup.
|
|
|
@14638
|
12 years |
tbretz |
Converted dim.timeout into a Thread object.
|
|
|
@14637
|
12 years |
tbretz |
Re-did (once more) the exception handling and script termination to ...
|
|
|
@14634
|
12 years |
tbretz |
Reverting to last revision.
|
|
|
@14633
|
12 years |
tbretz |
Removed fGlobalcontext, using the one bound in which th ...
|
|
|
@14632
|
12 years |
tbretz |
Removed fGlobalcontext, using the one bound in which th ...
|
|
|
@14631
|
12 years |
tbretz |
I assume that PrototypeTemplate() will never return an empty handle ...
|
|
|
@14630
|
12 years |
tbretz |
Fixed the HandleScope in the astrometry functions.
|
|
|
@14629
|
12 years |
tbretz |
Check only if state was already defined since script start; added a ...
|
|
|
@14626
|
12 years |
tbretz |
Changes to th bahaviour of get(); fixex a problem with the return ...
|
|
|
@14607
|
12 years |
tbretz |
Some improvements to internal exception throwing; some improvements to ...
|
|
|
@14603
|
12 years |
tbretz |
Added AddFormatToGlobal; improved exception reporting (enabled stack ...
|
|
|
@14602
|
12 years |
tbretz |
Some fixes from the latest changes; added some comments.
|
|
|
@14601
|
12 years |
tbretz |
Allow 0 timeout, added a check for Locking in Terminate; added some ...
|
|
|
@14600
|
12 years |
tbretz |
Made lockers const and moved the chck for a valid main thread behin ...
|
|
|
@14599
|
12 years |
tbretz |
Made lockers const and moved the chck for a valid main thread behin ...
|
|
|
@14598
|
12 years |
tbretz |
Instead of catching exception everywhere to check for termination of ...
|
|
|
@14591
|
12 years |
tbretz |
Some improvements to exeption texts; stored the issued query for ...
|
|
|
@14579
|
12 years |
tbretz |
Some minor updates; reordered the function in the file for a btter overview
|
|
|
@14578
|
12 years |
tbretz |
Added a simple astrometry interface.
|
|
|
@14576
|
12 years |
tbretz |
Changed the output for the script engine slightly.
|
|
|
@14572
|
12 years |
tbretz |
Allow double subscription to a service.
|
|
|
@14568
|
12 years |
tbretz |
A bug fix to event compilation; a new implementation of get() which ...
|
|
|
@14562
|
12 years |
tbretz |
Distinguish the case between 'no data received' and 'data received but ...
|
|
|
@14560
|
12 years |
tbretz |
Added the possibility to change the state of the state machine and ...
|
|
|
@14556
|
12 years |
tbretz |
Added 'comment' to state info.
|
|
|
@14555
|
12 years |
tbretz |
Added processing of callbacks for state changes; some fixes to the ...
|
|
|
@14548
|
12 years |
tbretz |
Do only escape string arguments in the command string.
|
|
|
@14547
|
12 years |
tbretz |
Added a callback for the case when an event is received. To allow v8 ...
|
|
|
@14540
|
12 years |
tbretz |
Use State in JsState and added 'time' to the data members. Make sure ...
|
|
|
@14500
|
12 years |
tbretz |
Allow sleep without argument.
|
|
|
@14499
|
12 years |
tbretz |
Added th possibility to disable the alarm state.
|
|
|
@14497
|
12 years |
tbretz |
Added some basic infrastructure to send alarms e.g. to smartfact.
|
|
|
@14185
|
12 years |
tbretz |
Some small updated to the database enine,mainly ReadOnlys
|
|
|
@14177
|
12 years |
tbretz |
Added a simple database interface.
|
|
|
@14135
|
12 years |
tbretz |
Added a function dim.out which will only print to the local console; ...
|
|
|
@14125
|
12 years |
tbretz |
Store pointer to event in external field -- not sure if we'll ever ...
|
|
|
@14122
|
12 years |
tbretz |
Fixed a typo.
|
|
|
@14103
|
12 years |
tbretz |
Added qos to service-object.
|
|
|
@14093
|
12 years |
tbretz |
Implemented and/or fixed the support for service subscriptions.
|
|
|
@14088
|
12 years |
tbretz |
Made 'command line' arguments ReadOnly
|
|
|
@14084
|
12 years |
tbretz |
Removed 'name' function and return a state-object instead.
|
|
|
@14068
|
12 years |
tbretz |
Added V8 disposal to destructor.
|
|
|
@14059
|
12 years |
tbretz |
Added special '$' array as arguments; moved sleep to dim-space; added ...
|
|
|
@14055
|
12 years |
tbretz |
Added the possibility to run with arguments; added exit() command to JS
|
|
|
@14051
|
12 years |
tbretz |
Allow stoppping the script from everyhwere.
|
|
|
@14049
|
12 years |
tbretz |
JavaScript engine based on google's v8.
|