[vlc-devel] vlc: svn commit r7561 (asmax)

Subversion daemon svn at videolan.org
Fri Apr 30 00:09:23 CEST 2004


r7561 | asmax | 2004-04-30 00:09:23 +0200 (Fri, 30 Apr 2004) | 10 lines
Changed paths:
   M /trunk/modules/gui/skins2/Modules.am
   A /trunk/modules/gui/skins2/parser/expr_evaluator.cpp
   A /trunk/modules/gui/skins2/parser/expr_evaluator.hpp
   M /trunk/modules/gui/skins2/parser/interpreter.cpp
   M /trunk/modules/gui/skins2/src/var_manager.cpp
   M /trunk/modules/gui/skins2/src/var_manager.hpp
   M /trunk/modules/gui/skins2/utils/var_bool.cpp
   M /trunk/modules/gui/skins2/utils/var_bool.hpp

  * parser/expr_evaluator: expression evaluator using Reverse Polish Notation
    (a bit "C-style-coded" at the moment ;)
  * utils/var_bool.*: added true and false boolean variables, and the "OR"
    composite variable
  * src/var_manager.*: support for anonymous variables
  * parser/interpreter.cpp: use the RPN evaluator to resolve boolean
    expressions in the XML. Any well-parenthesized expression using "not",
    "or", "and", "true", "false" and boolean variables should be understood
    (not much tested yet).

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list