Adding test for a bug in which assigning a variable in one library node isn't detected in a later library node due to a bug with alias notifications and getValue. Also changing the command in run-same-name-script-test to allow running with libraries.
First cut at changes to simultaneous assignment
creating a branch to change the way simultaneous assignment is resolved
Replaces existing mutexes and threads with C++11 standard threads
creating a branch for modernizing multithreading
Fixed a node-print bug and updated tests for slightly changed output
branch to investigate implementing semaphores
branch to investigate implementing semaphores
Fixed a node-print bug and updated tests for slightly changed output
Replaces existing mutexes and threads with C++11 standard threads
creating a branch for modernizing multithreading
First cut at changes to simultaneous assignment
creating a branch to change the way simultaneous assignment is resolved
Adding test for a bug in which assigning a vari...