summaryrefslogtreecommitdiff
path: root/src/scope.h
Commit message (Expand)AuthorAgeFilesLines
* Use #pragma onceAlexis Hildebrandt2023-04-101-4/+1
* Update copyright yearAlexis Hildebrandt2023-02-021-1/+1
* Update copyright statement for 2022Alexis Hildebrandt2022-07-021-1/+1
* Change header guard names to use `INCLUDED_` prefixPhil Newton2022-04-061-3/+3
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2018-01-271-1/+1
* [misc] Update year in copyright notice to 2017Alexis Hildebrandt2017-01-051-1/+1
* [misc] Update year in copyright notice to 2016Alexis Hildebrandt2016-01-021-1/+1
* [ledger] Remove --cache optionAlexis Hildebrandt2015-02-181-99/+0
* Bump copyright notice to 2015Alexis Hildebrandt2014-12-271-1/+1
* Bump copyright information to 2014Alexis Hildebrandt2014-02-021-1/+1
* Bump copyright information to 2013John Wiegley2013-02-181-1/+1
* Converted the Ledger build system to use CMakeJohn Wiegley2012-05-201-8/+8
* Allow serialization to be enabled againJohn Wiegley2012-03-291-1/+1
* Always call TRACE_CTOR at the end of constructorsJohn Wiegley2012-03-201-1/+1
* Added --verify-memory and missing TRACE_[CD]TOR callsJohn Wiegley2012-03-181-1/+13
* Made join_args() a global functionJohn Wiegley2012-03-131-0/+15
* Fixed a bug that was breaking optimized buildsJohn Wiegley2012-03-111-5/+0
* Many options now have additive effectJohn Wiegley2012-03-071-1/+4
* Added a DEBUG statementJohn Wiegley2012-03-071-0/+2
* Removed unnecessary method definitionJohn Wiegley2012-03-071-4/+0
* Added an empty_scope_t utility classJohn Wiegley2012-03-071-0/+11
* Whitespace fixesJohn Wiegley2012-03-071-5/+3
* Added symbol_t::operator==()John Wiegley2012-03-061-0/+3
* Whitespace fixJohn Wiegley2012-03-061-2/+1
* Fixed invocation of lambda expressionsJohn Wiegley2012-03-051-5/+19
* Re-enabled some necessary codeJohn Wiegley2012-03-011-2/+0
* Refactored the notion of "the current parsing context"John Wiegley2012-03-011-1/+1
* Increased file copyrights to 2012John Wiegley2012-02-291-1/+1
* Comment out unneeded codeJohn Wiegley2012-02-271-0/+2
* The new SCOPE mechanism is workingJohn Wiegley2012-02-211-0/+2
* Fixes for variable shadowing (24/28)John Wiegley2012-02-171-2/+2
* Cleanup whitespaceJohn Wiegley2011-08-181-1/+1
* Added some debug codeJohn Wiegley2011-02-101-0/+6
* Scopes can now provide a description of themselvesJohn Wiegley2010-06-241-0/+28
* Value scopes now take a parent scope for chainingJohn Wiegley2010-06-241-2/+3
* Fixed bug that had broken any() and all()John Wiegley2010-06-181-1/+1
* Report error context in expressions more preciselyJohn Wiegley2010-06-131-5/+11
* Fixes to scope.h for the sake of Boost.SerializationJohn Wiegley2010-06-131-2/+21
* Completely reworked argument passing in expressionsJohn Wiegley2010-06-131-66/+267
* Expression evaluations now have a "type context"John Wiegley2010-06-131-3/+28
* Untabified all source filesJohn Wiegley2010-06-111-12/+12
* Added value_scope_t, for wrapping a value in a scopeJohn Wiegley2010-05-301-0/+24
* Added more iterator methods to call_scope_tJohn Wiegley2010-05-081-0/+11
* Updated copyrights to 2003-2010John Wiegley2010-03-051-1/+1
* Very minor but easy optimization for symbol_scope_tJohn Wiegley2009-11-241-1/+1
* Redesigned the format_t classJohn Wiegley2009-11-091-1/+2
* Removed a bunch of empty commentsJohn Wiegley2009-11-081-39/+0
* Moved journal reading code into journal_tJohn Wiegley2009-11-051-0/+2
* Segregated symbols into 5 separate namespacesJohn Wiegley2009-11-041-15/+78
* Added value_t::push_frontJohn Wiegley2009-11-041-0/+3