projects
/
wxWidgets.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Avoid using "do { ... } while ( wxFalse )" pseudo-loop.
[wxWidgets.git]
/
include
/
wx
/
wxcrt.h
2011-08-10
Steve Lamerton
Merge in from trunk r64802 - r68625
blob
|
commitdiff
|
raw
2011-08-08
Vadim Zeitlin
Fix compilation with g++ 4.7 (prerelease).
blob
|
commitdiff
|
raw
2011-01-28
Paul Cornett
better way to silence unused parameter warning
blob
|
commitdiff
|
raw
|
diff to current
2011-01-27
Stefan Csomor
clang fixes, fixes #12332
blob
|
commitdiff
|
raw
|
diff to current
2011-01-27
Stefan Csomor
supporting clang 2.0 under xcode, see #12332
blob
|
commitdiff
|
raw
|
diff to current
2010-04-16
Václav Slavík
Remove wxUSE_WCHAR_T checks.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-24
Vadim Zeitlin
Use a helper wxNEEDS_DECL_BEFORE_TEMPLATE symbol in...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-24
Vadim Zeitlin
Apply workaround for wxStrcoll() template for g++ to...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-18
Vadim Zeitlin
Add wxIsascii() function and use it instead of isascii...
blob
|
commitdiff
|
raw
|
diff to current
2009-12-02
Paul Cornett
use const_cast where appropriate
blob
|
commitdiff
|
raw
|
diff to current
2009-11-30
Vadim Zeitlin
Fix compilation in wxUSE_STL==1 case broken by r62738.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-28
Vadim Zeitlin
Allow calling wxStrchr() with a narrow string and wide...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-25
Vadim Zeitlin
another typo correction after last change, correct...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-25
Vadim Zeitlin
compilation fix after the latest change (typo: used...
blob
|
commitdiff
|
raw
|
diff to current
2009-04-25
Vadim Zeitlin
define wxStrchr(non-const char-or-wchar_t*) as a templa...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-27
Václav Slavík
split wxCharTypeBuffer<T> into wxScopedCharTypeBuffer...
blob
|
commitdiff
|
raw
|
diff to current
2009-03-18
Francesco Montorsi
no change: just move a misplaced comment
blob
|
commitdiff
|
raw
|
diff to current
2009-01-13
Francesco Montorsi
provide our own implementation of wxStrnlen if it's...
blob
|
commitdiff
|
raw
|
diff to current
2009-01-12
Francesco Montorsi
add support for wxStrnlen for those platforms where...
blob
|
commitdiff
|
raw
|
diff to current
2008-11-29
Vadim Zeitlin
add safe wxStrlcpy() function and replaced all wxStrncp...
blob
|
commitdiff
|
raw
|
diff to current
2008-04-16
Václav Slavík
removed no longer needed wxOKlibc() helper
blob
|
commitdiff
|
raw
|
diff to current
2008-04-02
Stefan Neis
Added detection of vsscanf and whether or not a prototy...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-24
Václav Slavík
compilation fix for wxStrspn and wxStrcspn: WX_STR_FUNC...
blob
|
commitdiff
|
raw
|
diff to current
2007-12-03
Vadim Zeitlin
don't use 8 bit characters in sources, this results...
blob
|
commitdiff
|
raw
|
diff to current
2007-11-25
Vadim Zeitlin
wxStr[c]spn_String fixes: use size_t, not int, as retur...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-29
Chris Elliott
DMC work round
blob
|
commitdiff
|
raw
|
diff to current
2007-08-04
Vadim Zeitlin
make wxTmemchr() return (and take) char* instead of...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-27
Vadim Zeitlin
many compilation fixes for WinCE using VC8 (it now...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-22
Václav Slavík
fixed visibility warning on Fedora
blob
|
commitdiff
|
raw
|
diff to current
2007-07-17
Václav Slavík
compilation fix for Borland C++
blob
|
commitdiff
|
raw
|
diff to current
2007-07-16
Václav Slavík
compilation fix for wxStrtod and friends: non-zero...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-08
Václav Slavík
removed unsecure wxTmpnam() function (patch by Francesc...
blob
|
commitdiff
|
raw
|
diff to current
2007-07-03
Václav Slavík
wxStrcoll_String compilation fixes for Dmars and Borlan...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-25
Václav Slavík
compilation fix if wxLongLong_t is not available
blob
|
commitdiff
|
raw
|
diff to current
2007-06-16
Vadim Zeitlin
changed wxIsxxx() to return bool, not int, to avoid...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-15
Jouk Jansen
Committing in .
blob
|
commitdiff
|
raw
|
diff to current
2007-06-13
Vadim Zeitlin
overload wxStrpbrk() for more types and add tests for it
blob
|
commitdiff
|
raw
|
diff to current
2007-06-11
Václav Slavík
compilation fix for gcc 3.3
blob
|
commitdiff
|
raw
|
diff to current
2007-06-11
Václav Slavík
added wchar_t, wxUniChar overloads for wxStrchr
blob
|
commitdiff
|
raw
|
diff to current
2007-06-11
Václav Slavík
use wx/crt.h as the 'official' header for wxCRT wrapper...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-10
Václav Slavík
1. made CRT wrappers definitions indepenent of wxUSE_UN...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-03
Vadim Zeitlin
mingw32 doesn't define _tsystem so provide one ourselve...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-30
Václav Slavík
always define wxLocaleIsUtf8
blob
|
commitdiff
|
raw
|
diff to current
2007-04-25
Vadim Zeitlin
don't declare inline function with dllexport declaratio...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-23
Václav Slavík
compilation fix: setlocale() returns non-const string...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-23
Václav Slavík
added code for checking if the current locale is UTF...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-19
Václav Slavík
moved vararg CRT functions wrappers to a new wxcrtvarar...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-11
Vadim Zeitlin
added our own implementation of strto[u]ll() if the...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-01
Vadim Zeitlin
compilation fix for !wxUSE_PRINTF_POS_PARAMS
blob
|
commitdiff
|
raw
|
diff to current
2007-03-19
Václav Slavík
split wxchar.h into several smaller headers
blob
|
commitdiff
|
raw
|
diff to current