Activity for calculatorpp

  • Pablo Martin Bof Pablo Martin Bof committed [ca24cd] on Code

    Added Solar radius and Earth radius

  • Pablo Martin Bof Pablo Martin Bof committed [5ac242] on Code

    Improvement Caret, when stop blinking (\HKEY_CURRENT_USER\Control Panel\Desktop\CaretTimeout=5000ms by default) Hide and Show newly

  • Pablo Martin Bof Pablo Martin Bof committed [6a0d0e] on Code

    Moved product implicit before division

  • Pablo Martin Bof Pablo Martin Bof committed [af05ba] on Code

    Added initial logger

  • Pablo Martin Bof Pablo Martin Bof committed [c354b6] on Code

    Bug fixed: for operator =. draw second node as product

  • Pablo Martin Bof Pablo Martin Bof committed [40faf9] on Code

    Bug fixed: nnPrnths can be zero

  • Pablo Martin Bof Pablo Martin Bof committed [551b97] on Code

    Added units as prefix and postfix when convert magnitude to string.

  • Pablo Martin Bof Pablo Martin Bof committed [14f7bf] on Code

    Windows: deprecated strcpy and strncpy

  • Pablo Martin Bof Pablo Martin Bof committed [650f23] on Code

    changed strcpy by strcpy_s on operation class

  • Pablo Martin Bof Pablo Martin Bof committed [bf2b8c] on Code

    bug fixed: when calculate symbols, need to release the unit after making a copy

  • Pablo Martin Bof Pablo Martin Bof committed [85ca05] on Code

    added files ini to project

  • Pablo Martin Bof Pablo Martin Bof committed [a47ca1] on Code

    Casting factor to _typeValue

  • Pablo Martin Bof Pablo Martin Bof committed [cf5b40] on Code

    added *.aps files to gitignore

  • Pablo Martin Bof Pablo Martin Bof committed [013698] on Code

    bug fixed: check divide by zero on modulo operation

  • Pablo Martin Bof Pablo Martin Bof committed [654e12]

    Added build-in function if

  • Pablo Martin Bof Pablo Martin Bof committed [d0aa19]

    + added implication operators and nand logical operator

  • Pablo Martin Bof Pablo Martin Bof committed [220bf9]

    Added variable _stopedCursorNodeLast for restore last value to _cursor->_nodeLast when check function return false, and calculating must be continue

  • Pablo Martin Bof Pablo Martin Bof committed [2a5e95]

    Added support for boolean operators and stop calculation when check function return true

  • Pablo Martin Bof Pablo Martin Bof committed [8f6867]

    + improvement the object snumber has a size

  • Pablo Martin Bof Pablo Martin Bof committed [ee68d0]

    + added support for boolean and object values

  • Pablo Martin Bof Pablo Martin Bof committed [230608]

    + Improvement over magnitude moved to protected number and unit members

  • Pablo Martin Bof Pablo Martin Bof committed [20aac2]

    - Bug fixed: when destroy exception

  • Pablo Martin Bof Pablo Martin Bof committed [c360d1]

    + Moved m_expr from View to Document

  • Pablo Martin Bof Pablo Martin Bof committed [6aaa79]

    - Bug fixed: the split left (closed) parentheses must be reverse

  • Pablo Martin Bof Pablo Martin Bof committed [7c7390]

    + improvement over parentheses caret position

  • Pablo Martin Bof Pablo Martin Bof committed [7b9f0a]

    - Bug fixed: Inserting: insertParenthesesClose must be return last node inserted to tree

  • Pablo Martin Bof Pablo Martin Bof committed [690032]

    - changed nullptr from NULL macro to nullptr keyword

  • Pablo Martin Bof Pablo Martin Bof committed [e4bfe8]

    + Improvement and bug fixed over draw parentheses

  • Pablo Martin Bof Pablo Martin Bof committed [cb7589]

    + added pointer tree node (tnode) to draw node (bnode) and remove members _ini and _end

  • Pablo Martin Bof Pablo Martin Bof committed [607256]

    + improvement over operation_table

  • Pablo Martin Bof Pablo Martin Bof committed [90cd71]

    + added astronomical constants

  • Pablo Martin Bof Pablo Martin Bof committed [3e6419]

    + improvement over caret position in pretty expression

  • Martin N committed [01b37f]

    -Bug fixed: when logger parser::exception<item>

  • Pablo Martin Bof Pablo Martin Bof committed [fc2a4d]

    + Improvement over draw pretty:

  • Pablo Martin Bof Pablo Martin Bof committed [112717]

    - Bug fixed: In unknown node constructor replace int by Template argument

  • Pablo Martin Bof Pablo Martin Bof committed [e387be]

    - Bug fixed: Over improvement close parentheses: When inserting node parentheses (close) after a unknown node

  • Pablo Martin Bof Pablo Martin Bof committed [3750bf]

    + bug fixed: old code now is annulled

  • Pablo Martin Bof Pablo Martin Bof committed [907bf6]

    + changed to template argument types from base class

  • Pablo Martin Bof Pablo Martin Bof committed [4f7384]

    + issue over mapping operators ! +

  • Pablo Martin Bof Pablo Martin Bof committed [72a3a4]

    - Bug Fixed: result with negative exponent added parenthesis

  • Pablo Martin Bof Pablo Martin Bof committed [7b8342]

    - refactor magnitude, now this constructor move to wrapper class of number

  • Pablo Martin Bof Pablo Martin Bof committed [1c78bb]

    - Bug fixed: unit pow and root operation must be on rational numbers

  • Pablo Martin Bof Pablo Martin Bof committed [b8da8b]

    - Remove SpectreMitigation from option build

  • Pablo Martin Bof Pablo Martin Bof committed [3edcaa]

    + Added configuration_file missing in project filter

  • Pablo Martin Bof Pablo Martin Bof committed [2657d4]

    - Bug fixed: when operation has not symbol

  • Pablo Martin Bof Pablo Martin Bof committed [e7b6aa]

    + Added wrapper number for support multiples types of numbers

  • Pablo Martin Bof Pablo Martin Bof committed [1d7dde]

    + improvement check when exists prefixes and systems

  • Pablo Martin Bof Pablo Martin Bof committed [1e6971]

    - Bug fixed when process file and check if exists prefix

  • Pablo Martin Bof Pablo Martin Bof committed [e64cde]

    Moved hard code from OnNewDocument to load_configuration

  • Pablo Martin Bof Pablo Martin Bof committed [85389c]

    - Bug fixed: configuration file: when import must be switch where pointer of file's set is not null

  • Pablo Martin Bof Pablo Martin Bof committed [dde9f1]

    + Add support for #import directive to configuration file

  • Martin Bof committed [bcd7c7]

    + added settings document, such as a registry key

  • Martin Bof committed [68b605]

    - Bug fixed: symbol set_system must be return a boolean value

  • Martin Bof committed [d278bf]

    + Solve issues over check parentheses functionality

  • Martin Bof committed [b9b9f1]

    + added configuration file

  • Martin Bof committed [0e799c]

    + first improvement in draw parentheses

  • Martin Bof committed [43e5ee]

    + Improvement over draw and set structures added a structure base

  • Martin Bof committed [655d23]

    - Bug fixed: when parent is null

  • Martin Bof committed [0379d4]

    - Bug fixed over node operator result, need insert a new node to right such as parent of result to left and continue process nodes to right

  • Martin Bof committed [507127]

    - Bug fixed: when operator result (=.), must be instance of node_operator_result

  • Martin Bof committed [93b1fd]

    + Improvement over bnode all derived function set

  • Martin Bof committed [413c90]

    + bnode refactor: added function set_rect_fromparent

  • Martin Bof committed [6464ff]

    - line::bnode rename function get_first_left to correct name get_first_child

  • Martin Bof committed [fc5080]

    - Destroy operation table + MEMORY LEAK detected in a one expression

  • Martin Bof committed [3cb1e3]

    + turn to private all bnode in line class

  • Martin Bof committed [2125c1]

    + Suppress several recursive function for bnode:

  • Martin Bof committed [ed4af3]

    more pretty root operator

  • Martin Bof committed [d6e377]

    - turn to no recursive function line::bnode::rect() const

  • Martin Bof committed [88723b]

    + Improvement over source code, moving function implementation to prsrvw_operation.cpp

  • PM Bof committed [a81f28]

    - Bug fixed: need double type cast pointer:

  • PM Bof committed [8157ff]

    + Operation table improvement added support to pointer operator

  • PM Bof committed [7b6a5b]

    + added parent to bnode tree structure

  • PM Bof committed [9372b0]

    + log end application as information log level

  • PM Bof committed [f7f23a]

    + Improvement over selector draw operators across virtual functions

  • P. Martín Bof committed [c1c293]

    - Bug fixed over draw operator plus

  • P. Martín Bof committed [e924b5]

    - bug fixed over draw operator product (cross)

  • PM Bof committed [01e44e]

    + added resource and reorganized parser view source

  • PM Bof committed [6fa6cd]

    Pretty columns and exponentiation is right to left association

  • PM Bof committed [3372b7]

    - bug fixed: max_height must be return the max height value

  • PM Bof committed [377d3e]

    Added submodule for log

  • Pablo Martin Bof Pablo Martin Bof committed [03d1df]

    + Added .gitignore

  • Pablo Martin Bof Pablo Martin Bof committed [1f7ae1]

    * try to add combination operation

  • Pablo Martin Bof Pablo Martin Bof committed [f2790f]

    + Left parentheses improvements draw

  • Pablo Martin Bof Pablo Martin Bof committed [aca911]

    - Bug fixed: when parentheses close check if unknown node has left

  • Pablo Martin Bof Pablo Martin Bof committed [fbed25]

    - Bug fixed: deleting memory leaks

  • Pablo Martin Bof Pablo Martin Bof committed [fe14c9]

    + added improvement over draw parentheses

  • Pablo Martin Bof Pablo Martin Bof committed [99337e]

    + Improvement over algorithm: node parentheses

  • Pablo Martin Bof Pablo Martin Bof committed [9b655b]

    + added improvement over log file:

  • Pablo Martin Bof Pablo Martin Bof committed [33a44d]

    Map added support for new version of std::map on find functions

  • Pablo Martin Bof Pablo Martin Bof committed [d4bc3a]

    Improvements and bug fixed

  • Pablo Martin Bof Pablo Martin Bof committed [85c592]

    + Adding documentation

  • Pablo Martin Bof Pablo Martin Bof committed [cbee79]

    Added

  • Pablo Martin Bof Pablo Martin Bof committed [2411fd]

    + user define function implementation

  • Pablo Martin Bof Pablo Martin Bof committed [71a54f]

    call function iterator must make a copy of transporter arguments

  • Pablo Martin Bof Pablo Martin Bof committed [db8dff]

    + call function improvement.

  • Pablo Martin Bof Pablo Martin Bof committed [3729bf]

    Bug fixed removing transporter lefts elements

  • Pablo Martin Bof Pablo Martin Bof committed [c88e01]

    Added:

  • Pablo Martin Bof Pablo Martin Bof committed [6b39a9]

    Bug fixed: Several variables user define functions

  • Martín Bof committed [ba2128]

    Added missing unit control to magnitude functions

  • Pablo Martin Bof Pablo Martin Bof committed [3a1e96]

    + added support for systems of units

1 >
MongoDB Logo MongoDB