]> git.donarmstrong.com Git - lilypond.git/history - lily/include/smobs.tcc
Issue 4550 (2/2) Avoid "using namespace std;" in included files
[lilypond.git] / lily / include / smobs.tcc
2015-10-03 Dan EbleIssue 4550 (2/2) Avoid "using namespace std;" in includ...
2015-08-23 David KastrupRevert "Issue 4550 (2/2) Avoid "using namespace std...
2015-08-20 Dan EbleIssue 4550 (2/2) Avoid "using namespace std;" in includ...
2015-07-02 David KastrupIssue 4464/2: include hygiene: break cycles, remove...
2015-06-26 David KastrupIssue 4459/2: Mark print_smob (...) member functions...
2015-06-26 David KastrupIssue 4459/1: Mark mark_smob () member functions as...
2015-06-07 Jean-Charles Malah... Merge branch 'master' of /home/jcharles/GIT/Lily/....
2015-05-23 Dan EbleIssue 4365: non-member unsmob<T> replaces T::unsmob...
2015-05-22 David KastrupIssue 4400: Rework LY_DECLARE_SMOB_PROC to declare...
2015-05-22 David KastrupIssue 4401: Remove unnecessary static casts on function...
2015-05-06 David KastrupIssue 4373: Start up GUILE type system before anything...
2015-05-05 David KastrupRevert "Issue 4360: Reorganize smob initialization...
2015-05-02 David KastrupIssue 4360: Reorganize smob initialization to make...
2015-03-06 Jean-Charles Malah... Merge branch 'master' into translation
2015-02-28 Phil HolmesMerge remote branch 'origin/master' into release/unstable
2015-02-18 David KastrupIssue 4293/3: smobs.tcc: robustify {mark,print}_trampol...
2015-01-20 Jean-Charles Malah... Merge branch 'master' into translation
2015-01-04 Werner LembergRun grand replace for 2015.
2014-10-25 Jean-Charles Malah... Merge branch 'master' of /home/jcharles/GIT/Lily/....
2014-10-14 Phil HolmesMerge remote branch 'origin/master' into release/unstable
2014-10-14 David KastrupEven more typecasting of member function pointers in...
2014-10-14 Phil HolmesMerge remote branch 'origin/master' into release/unstable
2014-10-12 David KastrupAvoid comparing pointers-to-member of covariant types
2014-10-11 David KastrupIssue 4158: Turn Smob_base<>::print_smob into member...
2014-10-09 David KastrupIssue 4152: Eliminate "will never be null" warnings...
2014-10-06 David KastrupIssue4141/2: Use Xxx:is_smob instead of Xxx:unsmob...
2014-10-02 David KastrupIssue 4135/2: Replace mark_smob static member functions...
2014-09-08 David KastrupIssue 4086/5: Introduce callable Smob infrastructure
2014-09-02 David KastrupMerge branch 'issue4082'
2014-09-01 David KastrupIssue 4082/1: Reimplement Smobs via templates rather...