summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* first shot remove TSRMLS_* thingsAnatol Belski2014-12-138-25/+21
* Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-12-053-2/+23
|\
| * add config option to target codegen architecturesAnatol Belski2014-12-033-0/+21
| * add /nologo to ARFLAGSAnatol Belski2014-12-021-1/+1
| * silence the lib.exeAnatol Belski2014-12-021-1/+1
* | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-261-3/+3
|\ \ | |/
| * Merge branch 'PHP-5.6'Anatol Belski2014-11-261-3/+3
| |\
| | * updated lib versionsAnatol Belski2014-11-261-1/+1
| | * Merge branch 'PHP-5.5' into PHP-5.6Anatol Belski2014-11-261-2/+2
| | |\
| | | * updated lib versionsAnatol Belski2014-11-261-2/+2
* | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-201-2/+2
|\ \ \ \ | |/ / /
| * | | typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-191-2/+2
* | | | Merge remote-tracking branch 'origin/master' into native-tlsAnatol Belski2014-11-1813-2819/+2892
|\ \ \ \ | |/ / /
| * | | 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