Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | extend check for add_flag | Anatol Belski | 2016-03-01 | 1 | -1/+1 |
| | |||||
* | fix nmake clean in phpize mode | Anatol Belski | 2016-02-29 | 1 | -3/+18 |
| | |||||
* | cleanup duplicated var | Anatol Belski | 2016-02-14 | 1 | -4/+1 |
| | |||||
* | fix file lists with subdirs passed to EXTENSION() | Anatol Belski | 2016-02-14 | 1 | -57/+92 |
| | | | | | | | | | | | The underlying place responsible is the ADD_SOURCES() function. With this, the calls like EXTENSION("hello", "sub0/file0.c sub1/file1.c", ...) are working correctly. Same for ADD_SOURCES("some/dir", "sub0/file0.c sub1/file1.c", ...) | ||||
* | fix extensions path for nmake install | Anatol Belski | 2016-02-01 | 1 | -1/+2 |
| | |||||
* | added /guard:cf to release builds | Anatol Belski | 2015-08-19 | 1 | -0/+10 |
| | |||||
* | Also silence copy here | Kalle Sommer Nielsen | 2015-06-22 | 1 | -2/+2 |
| | |||||
* | fix phpize mode for manifest embedding | Anatol Belski | 2015-05-31 | 1 | -2/+7 |
| | |||||
* | take the default manifest | Anatol Belski | 2015-05-28 | 1 | -4/+18 |
| | | | | yet to be reworked for the case some custom manifest were supplied | ||||
* | fixup default versions, just for the case | Anatol Belski | 2015-05-28 | 1 | -2/+2 |
| | |||||
* | reverted 0512b38 and 1411ca5 | Anatol Belski | 2015-05-26 | 1 | -2/+1 |
| | |||||
* | implement necessary symbol exports | Anatol Belski | 2015-05-23 | 1 | -1/+2 |
| | |||||
* | Windows support for getrusage() | Kalle Sommer Nielsen | 2015-05-20 | 1 | -1/+1 |
| | | | | | | * See getrusage.c/h for implementation details and limitations * Tests passes and have had their SKIPIF updated * psapi.lib is now linked to by default | ||||
* | add config vars for phpize where conf opts aren't enabled | Anatol Belski | 2015-05-04 | 1 | -0/+8 |
| | |||||
* | This should be the last of the old VC stuff in the Windows build system, ↵ | Kalle Sommer Nielsen | 2015-03-29 | 1 | -38/+20 |
| | | | | also up the check to require VC11 now | ||||
* | indicate if an ext was forced shared globally | Anatol Belski | 2015-03-23 | 1 | -0/+1 |
| | |||||
* | implemented --with-all-shared option | Anatol Belski | 2015-03-23 | 1 | -2/+12 |
| | |||||
* | create php prefix before copying dlls | Anatol Belski | 2015-03-12 | 1 | -0/+1 |
| | |||||
* | More docs for /win32/build/confutils.js | Nikhil Vimal | 2015-02-16 | 1 | -1/+4 |
| | | | Just adding a few more docs | ||||
* | Adding some inline docs/docs cleanup | Nikhil Vimal | 2015-02-09 | 1 | -7/+8 |
| | |||||
* | Merge branch 'PHP-5.6' | Anatol Belski | 2015-01-21 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | * PHP-5.6: fix timelib build configuration Conflicts: ext/date/config.w32 ext/date/config0.m4 win32/build/config.w32 win32/build/config.w32.phpize.in | ||||
* \ | Merge branch 'PHP-5.6' | Anatol Belski | 2015-01-21 | 1 | -1/+1 |
|\ \ | |/ | | | | | | | | | | | | | | | * PHP-5.6: make timelib_config.h inclusion configurable Conflicts: win32/build/config.w32 win32/build/config.w32.phpize.in | ||||
* | | add config option to target codegen architectures | Anatol Belski | 2014-12-03 | 1 | -0/+14 |
| | | |||||
* | | silence the lib.exe | Anatol Belski | 2014-12-02 | 1 | -1/+1 |
| | | |||||
* | | less spaces in the makefile generated commands | Anatol Belski | 2014-11-14 | 1 | -3/+9 |
| | | |||||
* | | separate LDFLAGS and ARFLAGS to fix the unknown opts warns | Anatol Belski | 2014-11-14 | 1 | -3/+7 |
| | | |||||
* | | pass vc++ version to clang, that will be forwarded to _MSC_VER | Anatol Belski | 2014-11-13 | 1 | -0/+3 |
| | | |||||
* | | set the vc++ next name | Anatol Belski | 2014-11-13 | 1 | -2/+1 |
| | | |||||
* | | pre create the build dir | Anatol Belski | 2014-11-12 | 1 | -0/+4 |
| | | | | | | | | otherwise response file generation might fail | ||||
* | | trim when adding flags, avoid multiple spaces | Anatol Belski | 2014-11-12 | 1 | -0/+1 |
| | | |||||
* | | use response files for exts and sapi linking | Anatol Belski | 2014-11-12 | 1 | -6/+6 |
| | | |||||
* | | generate response files for use by linker | Anatol Belski | 2014-11-12 | 1 | -0/+28 |
| | | | | | | | | | | | | Object dir path can under circumstances cause that the expanded command line exceeds the length allowed by the OS. Linker can read the object lists from a file which eliminates this issue. | ||||
* | | generalize arch setup | Anatol Belski | 2014-11-12 | 1 | -0/+11 |
| | | |||||
* | | eliminate duplicated identical function definitions | Anatol Belski | 2014-11-11 | 1 | -0/+40 |
| | | |||||
* | | generalize --with-php-build option handling | Anatol Belski | 2014-11-11 | 1 | -0/+29 |
| | | |||||
* | | refactor zts related config | Anatol Belski | 2014-11-11 | 1 | -0/+39 |
| | | |||||
* | | fix trailing slash | Anatol Belski | 2014-11-11 | 1 | -2/+2 |
| | | |||||
* | | further fixes to win build | Anatol Belski | 2014-11-11 | 1 | -1/+24 |
| | | | | | | | | | | | | - fixed pdb generation with vs - made object-out-dir to use an absolute path, that fixes path issues with x86/x64 and nmake snap | ||||
* | | moved libs and debug/release mode setup into functions | Anatol Belski | 2014-11-10 | 1 | -0/+32 |
| | | |||||
* | | move more common ldflags into function | Anatol Belski | 2014-11-07 | 1 | -0/+6 |
| | | |||||
* | | rename intel toolset to icc - shorter | Anatol Belski | 2014-11-07 | 1 | -12/+12 |
| | | |||||
* | | further catch up with phpize and improved clang arch setup | Anatol Belski | 2014-11-07 | 1 | -4/+16 |
| | | |||||
* | | add /fallback for clang-cl | Anatol Belski | 2014-11-07 | 1 | -0/+1 |
| | | |||||
* | | parametrize WINVER and update its value | Anatol Belski | 2014-11-07 | 1 | -0/+2 |
| | | |||||
* | | further refactoring of toolset+phpize stuff | Anatol Belski | 2014-11-07 | 1 | -0/+57 |
| | | |||||
* | | catch up the toolset changes with phpize | Anatol Belski | 2014-11-07 | 1 | -7/+121 |
| | | | | | | | | also packed common parts into functions so there's less code duplication | ||||
* | | fix linking for clang, using linker directly | Anatol Belski | 2014-11-07 | 1 | -7/+7 |
| | | |||||
* | | fix x64 recognition for clang and icc | Anatol Belski | 2014-11-07 | 1 | -8/+9 |
| | | |||||
* | | basic support for Intel Composer | Anatol Belski | 2014-11-07 | 1 | -3/+5 |
| | | |||||
* | | build system to support clang | Anatol Belski | 2014-11-07 | 1 | -2285/+2392 |
| | |