summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-2/+2
* less spaces in the makefile generated commandsAnatol Belski2014-11-141-3/+9
* separate LDFLAGS and ARFLAGS to fix the unknown opts warnsAnatol Belski2014-11-143-3/+9
* extend warn list to excludeAnatol Belski2014-11-131-1/+2
* remove unused varsAnatol Belski2014-11-131-3/+0
* added missing type specifierAnatol Belski2014-11-131-1/+1
* add a configure option to suppress uncritical warns with clangAnatol Belski2014-11-131-0/+7
* pass vc++ version to clang, that will be forwarded to _MSC_VERAnatol Belski2014-11-131-0/+3
* HAVE_STRNLEN should be in all toolsetsAnatol Belski2014-11-132-2/+2
* set the vc++ next nameAnatol Belski2014-11-131-2/+1
* pre create the build dirAnatol Belski2014-11-121-0/+4
* trim when adding flags, avoid multiple spacesAnatol Belski2014-11-121-0/+1
* use response files for exts and sapi linkingAnatol Belski2014-11-121-6/+6
* generate response files for use by linkerAnatol Belski2014-11-122-1/+29
* generalize arch setupAnatol Belski2014-11-123-14/+13
* eliminate duplicated identical function definitionsAnatol Belski2014-11-113-81/+40
* generalize --with-php-build option handlingAnatol Belski2014-11-113-52/+31
* refactor zts related configAnatol Belski2014-11-113-59/+41
* fix trailing slashAnatol Belski2014-11-111-2/+2
* further fixes to win buildAnatol Belski2014-11-114-31/+27
* moved libs and debug/release mode setup into functionsAnatol Belski2014-11-103-50/+36
* better description for the toolset config optionAnatol Belski2014-11-102-2/+6
* use proper declarations for zend_stat_tAnatol Belski2014-11-101-1/+2
* move more common ldflags into functionAnatol Belski2014-11-073-11/+8
* rename intel toolset to icc - shorterAnatol Belski2014-11-073-16/+16
* either ms or intel linker is used, /libpath is supportedAnatol Belski2014-11-071-6/+4
* further catch up with phpize and improved clang arch setupAnatol Belski2014-11-073-18/+16
* add /fallback for clang-clAnatol Belski2014-11-071-0/+1
* parametrize WINVER and update its valueAnatol Belski2014-11-073-2/+4
* further refactoring of toolset+phpize stuffAnatol Belski2014-11-073-79/+60
* catch up the toolset changes with phpizeAnatol Belski2014-11-073-188/+147
* fix linking for clang, using linker directlyAnatol Belski2014-11-072-9/+9
* using the determined linker instead of compilerAnatol Belski2014-11-072-2/+3
* fix x64 recognition for clang and iccAnatol Belski2014-11-071-8/+9
* basic support for Intel ComposerAnatol Belski2014-11-072-7/+16
* build system to support clangAnatol Belski2014-11-072-2321/+2473
* fix preprocessor conditionsAnatol Belski2014-11-061-3/+1
* fix commentAnatol Belski2014-11-061-1/+1
* final name for vc14 isn't yet setAnatol Belski2014-11-061-1/+2
* Merge branch 'pull-request/869'Anatol Belski2014-11-063-9/+26
|\
| * Various fixes to allow support for new VS2014 featuresChris Tankersley2014-11-053-9/+26
* | fix datatype mismatch warnAnatol Belski2014-10-291-1/+2
* | fix datatype mismatch warningsAnatol Belski2014-10-291-4/+4
* | fix datatype mismatchesAnatol Belski2014-10-281-3/+2
* | fix datatype mismatchAnatol Belski2014-10-281-4/+4
* | fix datatype mismatchAnatol Belski2014-10-281-1/+1
* | let phpize profit from /mp as wellAnatol Belski2014-10-081-2/+2
* | fix phpize for /mp and moreAnatol Belski2014-10-082-1/+9
* | fix /mp usage for VC++Anatol Belski2014-10-082-2/+5
* | fix wordingAnatol Belski2014-10-081-1/+1
|/