OSDN Git Service

fix compile problem
[tjqt4port/tj2qt4.git] / taskjuggler / Tokenizer.cpp
2009-10-16 KAWACHI TakashiTokenizer.cpp: fix compile problem.
2009-10-16 KAWACHI Takashiapply qt3to4 to taskjuggler
2009-07-23 Chris SchlaegerMerge branch 'post-2.4.2'
2009-06-09 Jean-YvesAdd wild character * (star) for scenarios property.
2007-04-19 csDon't use variable argument functions for error and...
2007-03-17 csReplace uppercase bool constant with proper lower case...
2007-03-17 csMove similar code from FileInfo and Tokenizer classes...
2007-03-17 csAdd support for C++ style single-line comments in TJP...
2007-02-21 csGet rid of some over-eager use of new.
2007-02-21 csUse auto_ptr for some variables to prevent memory leaks...
2007-02-20 csMore member initializers.
2007-02-18 csPatch from Andreas: Cleanup includes
2007-02-12 csLots of code cleanup. Patches provided by rayl.
2006-02-16 cs- Allow bookings after 'now' date in projection mode.
2005-11-17 cs- Fixed disabling of actions during scheduling runs.
2004-11-21 cs- Some memory allocation issues fixed.
2004-11-21 cs- Improved error checking and reporting for logical...
2004-11-14 cs- Isolated expression parser into seperate classes...