This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
textmate
Watch
1
Star
1
Fork
0
You've already forked textmate
mirror of
https://github.com/textmate/textmate.git
synced
2026-01-22 21:27:56 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2200df74fdf2007ff86649be492a9405b005e95a
textmate
/
Frameworks
/
scope
/
src
History
Allan Odgaard
b139ac5097
Change push_back → emplace_back (C++11)
...
This is mainly motivated by readability, so I only did a few select replacements.
2013-02-08 11:20:35 +01:00
..
match.cc
Use exp2(x) instead of pow(2, x)
2013-02-08 11:20:35 +01:00
parse.cc
Change push_back → emplace_back (C++11)
2013-02-08 11:20:35 +01:00
parse.h
Initial commit
2012-08-09 16:25:56 +02:00
scope.cc
Use libc++: don’t rely on implicit conversions
2012-08-28 20:10:55 +02:00
scope.h
Assume compiler support for explicit keyword
2012-08-29 14:27:35 +02:00
types.cc
Change text::format → std::to_string (C++11)
2013-02-08 11:20:34 +01:00
types.h
Use libc++: replace std::tr1 with std
2012-08-28 13:30:20 +02:00