# # ChangeLog for trunk/FACT++/src/InterpreterV8.h # # Generated by Trac 1.5.2 # 11/27/24 01:21:22 Tue, 30 Oct 2012 12:52:15 GMT tbretz [14540] * trunk/FACT++/src/InterpreterV8.cc (modified) * trunk/FACT++/src/InterpreterV8.h (modified) * trunk/FACT++/src/RemoteControl.h (modified) Use State in JsState and added 'time' to the data members. Make sure ... Thu, 25 Oct 2012 16:10:50 GMT tbretz [14527] * trunk/FACT++/src/InterpreterV8.h (modified) Added missing include of list Wed, 24 Oct 2012 11:36:51 GMT tbretz [14520] * trunk/FACT++/src/InterpreterV8.h (modified) Replace vector which is continously re-allocated by a double linked list. Fri, 19 Oct 2012 13:32:39 GMT tbretz [14499] * trunk/FACT++/src/InterpreterV8.cc (modified) * trunk/FACT++/src/InterpreterV8.h (modified) Added th possibility to disable the alarm state. Fri, 19 Oct 2012 13:10:34 GMT tbretz [14497] * trunk/FACT++/src/InterpreterV8.cc (modified) * trunk/FACT++/src/InterpreterV8.h (modified) * trunk/FACT++/src/MessageImp.cc (modified) * trunk/FACT++/src/MessageImp.h (modified) * trunk/FACT++/src/RemoteControl.h (modified) Added some basic infrastructure to send alarms e.g. to smartfact. Wed, 13 Jun 2012 16:38:21 GMT tbretz [14177] * trunk/FACT++/src/InterpreterV8.cc (modified) * trunk/FACT++/src/InterpreterV8.h (modified) Added a simple database interface. Fri, 08 Jun 2012 21:01:56 GMT tbretz [14135] * trunk/FACT++/src/InterpreterV8.cc (modified) * trunk/FACT++/src/InterpreterV8.h (modified) * trunk/FACT++/src/RemoteControl.h (modified) Added a function dim.out which will only print to the local console; ... Fri, 08 Jun 2012 17:16:40 GMT tbretz [14133] * trunk/FACT++/src/InterpreterV8.h (modified) Fixed the case without V8 Fri, 08 Jun 2012 17:06:19 GMT tbretz [14127] * trunk/FACT++/src/InterpreterV8.h (modified) Argument of JsUnsuscribe should stay string Fri, 08 Jun 2012 16:24:12 GMT tbretz [14125] * trunk/FACT++/src/InterpreterV8.cc (modified) * trunk/FACT++/src/InterpreterV8.h (modified) Store pointer to event in external field -- not sure if we'll ever ... Wed, 06 Jun 2012 15:27:15 GMT tbretz [14093] * trunk/FACT++/src/InterpreterV8.cc (modified) * trunk/FACT++/src/InterpreterV8.h (modified) Implemented and/or fixed the support for service subscriptions. Tue, 05 Jun 2012 16:28:10 GMT tbretz [14084] * trunk/FACT++/src/InterpreterV8.cc (modified) * trunk/FACT++/src/InterpreterV8.h (modified) Removed 'name' function and return a state-object instead. Mon, 04 Jun 2012 20:47:26 GMT tbretz [14068] * trunk/FACT++/src/InterpreterV8.cc (modified) * trunk/FACT++/src/InterpreterV8.h (modified) Added V8 disposal to destructor. Sun, 03 Jun 2012 21:50:55 GMT tbretz [14059] * trunk/FACT++/src/InterpreterV8.cc (modified) * trunk/FACT++/src/InterpreterV8.h (modified) Added special '$' array as arguments; moved sleep to dim-space; added ... Sun, 03 Jun 2012 20:39:43 GMT tbretz [14055] * trunk/FACT++/src/InterpreterV8.cc (modified) * trunk/FACT++/src/InterpreterV8.h (modified) * trunk/FACT++/src/RemoteControl.h (modified) Added the possibility to run with arguments; added exit() command to JS Sun, 03 Jun 2012 19:25:12 GMT tbretz [14051] * trunk/FACT++/src/InterpreterV8.cc (modified) * trunk/FACT++/src/InterpreterV8.h (modified) Allow stoppping the script from everyhwere. Sun, 03 Jun 2012 19:20:26 GMT tbretz [14049] * trunk/FACT++/src/InterpreterV8.cc (added) * trunk/FACT++/src/InterpreterV8.h (added) JavaScript engine based on google's v8.