projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
update the intl.* files directly from genlang.py script instead of generating snippet...
[wxWidgets.git]
/
utils
/
ifacecheck
/
src
/
2009-07-03
Vadim Zeitlin
fix harmless warnings (mostly about unused parameters...
tree
|
commitdiff
2009-06-06
Vadim Zeitlin
fix (bogus) warning about uninitialized variable in...
tree
|
commitdiff
2009-05-12
Vadim Zeitlin
don't update stc.h when not building the library, it...
tree
|
commitdiff
2009-04-26
Kevin Ollivier
Rebake after latest changes.
tree
|
commitdiff
2009-04-24
Chris Elliott
update bakefile to 0.2.6
tree
|
commitdiff
2009-03-16
Francesco Montorsi
fix bug when warning string contains percent signs
tree
|
commitdiff
2009-03-16
Francesco Montorsi
be x86_64-friendly
tree
|
commitdiff
2009-03-02
Kevin Ollivier
Land the rest of the changes made by a rebake after...
tree
|
commitdiff
2009-01-15
Vadim Zeitlin
link with wininet.lib under Windows to avoid linking...
tree
|
commitdiff
2009-01-10
Francesco Montorsi
fix an important bug: ifacecheck was parsing only ...
tree
|
commitdiff
2008-12-25
Vadim Zeitlin
use wxSUPPRESS_DOLOG_HIDE_WARNING to suppress warnings...
tree
|
commitdiff
2008-11-15
Francesco Montorsi
avoid false warnings for wxThread and wxIPAddress
tree
|
commitdiff
2008-11-10
Vadim Zeitlin
fix yet another VC6 compilation error because of loop...
tree
|
commitdiff
2008-11-10
Vadim Zeitlin
fix another VC6 compilation error because of loop varia...
tree
|
commitdiff
2008-11-09
Francesco Montorsi
fix VC6 broken for variable scope handling
tree
|
commitdiff
2008-11-09
Francesco Montorsi
more intelligence to avoid false warnings
tree
|
commitdiff
2008-11-09
Francesco Montorsi
fix VC6 builds by removing variadic macros; use standar...
tree
|
commitdiff
2008-10-29
Francesco Montorsi
a few other means to avoid false positives
tree
|
commitdiff
2008-10-27
Francesco Montorsi
fixed some false positives; fixed method declaration...
tree
|
commitdiff
2008-10-27
Vadim Zeitlin
rebaked using bakefile 0.2.5
tree
|
commitdiff
2008-10-14
Francesco Montorsi
output the list of the undocumented wx classes
tree
|
commitdiff
2008-10-14
Francesco Montorsi
further additions to avoid false warnings (ActsAsDefaul...
tree
|
commitdiff
2008-10-12
Vadim Zeitlin
compilation fix for PCH-less build
tree
|
commitdiff
2008-10-12
Vadim Zeitlin
get rid of unused variable warning
tree
|
commitdiff
2008-10-10
Francesco Montorsi
fix two bugs: 1) the missing NOT in the if (real) test...
tree
|
commitdiff
2008-10-10
Vadim Zeitlin
STL build compilation fix
tree
|
commitdiff
2008-10-09
Vadim Zeitlin
fix errors due to missing wxPrintf() declaration in...
tree
|
commitdiff
2008-10-08
Vadim Zeitlin
add VC9 project files (closes #9960)
tree
|
commitdiff
2008-10-08
Vadim Zeitlin
rebaked makefiles with 0.2.4 (and now with forgotten...
tree
|
commitdiff
2008-10-06
Francesco Montorsi
list also headers in the bakefile
tree
|
commitdiff
2008-10-04
Francesco Montorsi
wxLogError=>LogError (in ifacecheck wxLog facilities...
tree
|
commitdiff
2008-09-29
Francesco Montorsi
BIG CHANGE: added parsing of base classes; now CompareC...
tree
|
commitdiff
2008-09-29
Francesco Montorsi
more logic to avoid false warnings
tree
|
commitdiff
2008-09-28
Vadim Zeitlin
set native eol-style on source and make files
tree
|
commitdiff
2008-09-28
Vadim Zeitlin
fix (harmless) VC9 unreachable code warning
tree
|
commitdiff
2008-09-28
Vadim Zeitlin
fix VC9 compilation: interface is #defined as struct...
tree
|
commitdiff
2008-09-27
Francesco Montorsi
added wxMethodAccessSpecifier and the logic to extract...
tree
|
commitdiff
2008-09-24
Francesco Montorsi
make m_strDefaultValueForCmp always non-empty; this...
tree
|
commitdiff
2008-09-22
Francesco Montorsi
fix typo
tree
|
commitdiff
2008-09-22
Francesco Montorsi
BIG CHANGES:
tree
|
commitdiff
2008-09-21
Francesco Montorsi
other ifacecheck fixes
tree
|
commitdiff
2008-09-21
Francesco Montorsi
ignore preprocessor lines which #define a symbol to...
tree
|
commitdiff
2008-09-20
Kevin Ollivier
Rebake after bakefile changes.
tree
|
commitdiff
2008-09-19
Francesco Montorsi
improved support for typedefs
tree
|
commitdiff
2008-09-04
Kevin Ollivier
rebake
tree
|
commitdiff
2008-06-01
Vadim Zeitlin
another compilation fix, now for Unicode build
tree
|
commitdiff
2008-06-01
Vadim Zeitlin
compilation fix for ANSI build
tree
|
commitdiff
2008-05-10
Francesco Montorsi
added version check against gcc-generated xml; added...
tree
|
commitdiff
2008-03-30
Francesco Montorsi
optimization for faster execution: don't use wxString...
tree
|
commitdiff
2008-03-27
Francesco Montorsi
build fix for non-PCH builds (thanks to buildbot emails ;))
tree
|
commitdiff
2008-03-27
Francesco Montorsi
avoid even more false warnings better handling numeric...
tree
|
commitdiff
2008-03-27
Francesco Montorsi
add 'availability' infos to both wxMethod and wxClass...
tree
|
commitdiff
2008-03-27
Francesco Montorsi
add the ability to parse the gccxml preprocessor output...
tree
|
commitdiff
2008-03-26
Francesco Montorsi
added the rungccxml.sh script and the setup_gccxml...
tree
|
commitdiff
2008-03-25
Francesco Montorsi
mention that both gccxml and doxygen are smart enough...
tree
|
commitdiff
2008-03-25
Francesco Montorsi
further improve the automatic modify mode: wrap correct...
tree
|
commitdiff
2008-03-25
Francesco Montorsi
for each prototype make sure that if the n-th argument...
tree
|
commitdiff
2008-03-24
Francesco Montorsi
added the process-only option
tree
|
commitdiff
2008-03-24
Francesco Montorsi
added wxArgumentType; added parsing of argument names...
tree
|
commitdiff
2008-03-24
Francesco Montorsi
add pure virtual function parsing; give more informativ...
tree
|
commitdiff
2008-03-24
Francesco Montorsi
make the log file more readable; fix the count of warnings
tree
|
commitdiff
2008-03-24
Francesco Montorsi
fix the automatic modify mode
tree
|
commitdiff
2008-03-24
Francesco Montorsi
fix bug in buliding newtype string; fix GetAsString...
tree
|
commitdiff
2008-03-23
Francesco Montorsi
add deprecation tags/attributes parsing
tree
|
commitdiff
2008-03-23
Francesco Montorsi
remove unused #defines; fix include header for MinGW32...
tree
|
commitdiff
2008-03-23
Francesco Montorsi
further speedup the gccxml parser using dedicated ID...
tree
|
commitdiff
2008-03-23
Francesco Montorsi
speedup a little the parser by converting gccXML ID...
tree
|
commitdiff
2008-03-22
Francesco Montorsi
add Id keyword; remove old code (was commented out...
tree
|
commitdiff
2008-03-22
Francesco Montorsi
added the interface checker to the utils folder
tree
|
commitdiff