fix two bugs: 1) the missing NOT in the if (real) test; 2) the missing +1 in getID...
[wxWidgets.git] / utils / ifacecheck /
2008-10-10  Francesco Montorsifix two bugs: 1) the missing NOT in the if (real) test...
2008-10-10  Vadim ZeitlinSTL build compilation fix
2008-10-09  Vadim Zeitlinfix errors due to missing wxPrintf() declaration in...
2008-10-08  Vadim Zeitlinadd VC9 project files (closes #9960)
2008-10-08  Vadim Zeitlinrebaked makefiles with 0.2.4 (and now with forgotten...
2008-10-06  Francesco Montorsilist also headers in the bakefile
2008-10-06  Francesco Montorsirename README to README.txt to be compat with win systems
2008-10-04  Francesco MontorsiwxLogError=>LogError (in ifacecheck wxLog facilities...
2008-09-29  Francesco MontorsiBIG CHANGE: added parsing of base classes; now CompareC...
2008-09-29  Francesco Montorsimore logic to avoid false warnings
2008-09-28  Vadim Zeitlinset native eol-style on source and make files
2008-09-28  Vadim Zeitlinfix (harmless) VC9 unreachable code warning
2008-09-28  Vadim Zeitlinfix VC9 compilation: interface is #defined as struct...
2008-09-27  Francesco Montorsiadded wxMethodAccessSpecifier and the logic to extract...
2008-09-24  Francesco Montorsimake m_strDefaultValueForCmp always non-empty; this...
2008-09-22  Francesco Montorsifix typo
2008-09-22  Francesco MontorsiBIG CHANGES:
2008-09-21  Francesco Montorsiother ifacecheck fixes
2008-09-21  Francesco Montorsiignore preprocessor lines which #define a symbol to...
2008-09-21  Francesco Montorsiintroduced wxICON_DEFAULT_TYPE and wxBITMAP_DEFAULT_TYP...
2008-09-20  Kevin OllivierRebake after bakefile changes.
2008-09-19  Francesco Montorsiimproved support for typedefs
2008-09-18  Francesco Montorsifix for gccxml
2008-09-04  Kevin Ollivierrebake
2008-06-01  Vadim Zeitlinanother compilation fix, now for Unicode build
2008-06-01  Vadim Zeitlincompilation fix for ANSI build
2008-05-10  Francesco Montorsiadded version check against gcc-generated xml; added...
2008-03-30  Francesco Montorsioptimization for faster execution: don't use wxString...
2008-03-27  Francesco Montorsibuild fix for non-PCH builds (thanks to buildbot emails ;))
2008-03-27  Francesco Montorsiavoid even more false warnings better handling numeric...
2008-03-27  Francesco Montorsiadd 'availability' infos to both wxMethod and wxClass...
2008-03-27  Francesco Montorsiadd the ability to parse the gccxml preprocessor output...
2008-03-26  Francesco Montorsiadded the rungccxml.sh script and the setup_gccxml...
2008-03-25  Francesco Montorsimention that both gccxml and doxygen are smart enough...
2008-03-25  Francesco Montorsifurther improve the automatic modify mode: wrap correct...
2008-03-25  Francesco Montorsifor each prototype make sure that if the n-th argument...
2008-03-24  Francesco Montorsiadded the process-only option
2008-03-24  Francesco Montorsiadded wxArgumentType; added parsing of argument names...
2008-03-24  Francesco Montorsiadd pure virtual function parsing; give more informativ...
2008-03-24  Francesco Montorsimake the log file more readable; fix the count of warnings
2008-03-24  Francesco Montorsifix the automatic modify mode
2008-03-24  Francesco Montorsifix bug in buliding newtype string; fix GetAsString...
2008-03-23  Francesco Montorsiadd deprecation tags/attributes parsing
2008-03-23  Francesco Montorsiremove unused #defines; fix include header for MinGW32...
2008-03-23  Francesco Montorsifurther speedup the gccxml parser using dedicated ID...
2008-03-23  Francesco Montorsispeedup a little the parser by converting gccXML ID...
2008-03-22  Francesco Montorsiadd Id keyword; remove old code (was commented out...
2008-03-22  Francesco Montorsiadded the interface checker to the utils folder