summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/v8_utils.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-19378 Remove support for building with v8Andrew Morrow2015-08-241-406/+0
* SERVER-18928: replace "mongo/platform/cstdint.h" with <cstdint>Kang In Cheol2015-06-291-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-311/+302
* SERVER-18723 boost -> stdx for condition_variableAdam Midvidy2015-06-181-2/+2
* SERVER-18723 boost -> stdx for threadAdam Midvidy2015-06-181-3/+3
* SERVER-18723 boost -> stdx for mutex, unique_lock, and lock_guardAdam Midvidy2015-06-171-11/+11
* SERVER-6686 Remove all uses of boost::xtime outside of time_support.cpp.Andy Schwerin2015-06-161-1/+0
* SERVER-17307 Replace boost::shared_ptr and friends with std::shared_ptrAndrew Morrow2015-06-101-11/+9
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-4/+3
* SERVER-17568 Correctly acquire _mutex in CountdownLatchHolder::get in v8_util...Andy Schwerin2015-03-121-1/+1
* SERVER-17310 Replace boost::*_mutex::scoped_lock with boost::lock_guard.Andy Schwerin2015-03-051-2/+2
* SERVER-13256 Remove shared_ptr from pch.hAndrew Morrow2015-01-051-2/+3
* SERVER-13256 Remove scoped_ptr from pch.hAndrew Morrow2015-01-051-0/+2
* SERVER-13256 Remove smart_ptr.hpp from pch.hAndrew Morrow2015-01-051-1/+1
* SERVER-16196 Port CountDownLatch to v8-3.25David Percy2014-12-121-22/+17
* SERVER-16394 Fix JSThreadConfig leakDavid Percy2014-12-101-51/+67
* SERVER-16196 Add FSM-based concurrency tests to parallel suite.Max Hirschhorn2014-11-191-0/+97
* SERVER-16190 Add hasFailed() function to JSThreadConfig.Max Hirschhorn2014-11-171-2/+23
* SERVER-15592 set default log component for all cppMatt Kangas2014-10-141-0/+2
* SERVER-14729 logging cleanup - removed mongo/util/log.h from headers, de-inli...Benety Goh2014-08-121-0/+1
* SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen2013-12-101-0/+12
* SERVER-11204 Catch c++ exceptions in JSThreadMathias Stearn2013-10-211-29/+46
* Add V8String class to avoid copying v8::Strings into std::stringsMathias Stearn2013-04-241-5/+2
* SERVER-8618: add context to JS exception messagesBen Becker2013-02-201-17/+2
* SERVER-8170: cleanup and unify GC callbacksBen Becker2013-02-121-1/+1
* SERVER-8292 SERVER-7843 SERVER-7087 Better V8 exceptionsTad Marshall2013-01-251-28/+13
* SERVER-8104: clean up js global objectBen Becker2013-01-181-0/+8
* SERVER-8184: remove conversion to string, massert() on toSTLString() failure.Ben Becker2013-01-151-2/+2
* SERVER-8177 Improve copyright license consistency for scripting filesTad Marshall2013-01-151-9/+9
* Bulk v8 cleanup:Ben Becker2013-01-021-98/+82
* remove unused variableBen Becker2012-12-261-1/+0
* SERVER-7849: enter v8 from a new js thread, and always mark _killPendingBen Becker2012-12-261-16/+9
* SERVER-8016: temporary build fix for windows (using fixed size handle array)Ben Becker2012-12-211-2/+3
* SERVER-7776: fix preemption mechanism, heap-allocated handles and handle scopesBen Becker2012-12-211-9/+11
* SERVER-7849: fix JSThread read from offset into string literalBen Becker2012-12-101-1/+2
* SERVER-7600 Fixup V8 includes, adapt Visual Studio projectsTad Marshall2012-11-091-6/+8
* SERVER-7577 Do not try to use filename if not setTad Marshall2012-11-091-2/+5
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+295