Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-10 | prefer makefile-gmake-mode to plain makefile-mode | Takeshi Abe | |
2011-08-09 | The idl encoding table stuff appears to be a no-op, converts x to x | Caolán McNamara | |
1.a) There is only one call to SvTokenStream::SetCharSet 2.b) That call is from SvTokenStream::InitCtor and the argument is gsl_getSystemTextEncoding() 2.a) SvTokenStream::SetCharSet is the sole caller of SvChar::GetTable i.e. pCharTab = SvChar::GetTable( nSet, gsl_getSystemTextEncoding() ); 2.b) so this is in practive only ever... pCharTab = SvChar::GetTable( gsl_getSystemTextEncoding(), gsl_getSystemTextEncoding() ); 3) SvChar::GetTable returns a table for converting from one encoding to another. 4) so the whole thing is a no-op, i.e. pCharTab can be dropped SvChar::GetTable is then unused and can be dropped SetCharSet and GetCharSet are then also unused | |||
2011-08-04 | add realpaths for windows | Caolán McNamara | |
2011-07-30 | Add consistent Emacs and vim mode lines | Tor Lillqvist | |
2011-07-22 | postmerge fixes for gnumake4 | Bjoern Michaelsen | |
2011-06-20 | gnumake4: fix buildbreakers from merge | Bjoern Michaelsen | |
2011-06-17 | gnumake4: #i116959#: rename target local variables {C,CXX,OBJCXX}FLAGS: ↵ | Michael Stahl | |
[hg:8801515221cf] add a T_ prefix, so we don't need to use override. also introduce gb_LinkTarget_add_{c,cxx,objcxx}flags. | |||
2011-06-17 | gnumake4: idl: link stl [hg:8682dc501634] | Michael Stahl | |
2011-06-16 | CWS gnumake4: convert idl to new build system | Mathias Bauer | |