| Commit message (Expand) | Author | Age | Files | Lines |
* | - re enable static analyzer, crash fixed with snapshot builds | Pierre Joye | 2011-03-28 | 1 | -1/+1 |
* | - Merge from trunk. | Moriyoshi Koizumi | 2011-03-02 | 1 | -1/+1 |
* | - disable realloc warning about not checking its return value, 100% valid but... | Pierre Joye | 2011-02-07 | 1 | -0/+1 |
* | -disable the analyzer for the snapshot in 5.3 too | Pierre Joye | 2011-01-13 | 1 | -1/+1 |
* | - new sec flags should not be on by default for 5.3, yet | Pierre Joye | 2011-01-09 | 1 | -1/+1 |
* | - add configure option to enable the builtin static analyzer (will be enabled... | Pierre Joye | 2011-01-09 | 1 | -0/+10 |
* | - add phpize support for windows, need a nmake install for now (nmake devel-p... | Pierre Joye | 2010-12-13 | 1 | -1/+6 |
* | - Fix #29085, bad default include_path on Windows | Pierre Joye | 2010-12-02 | 1 | -1/+1 |
* | - remove dummy wrapper for readfile | Pierre Joye | 2010-09-11 | 1 | -1/+1 |
* | - #52607, fix ENV conflit with win SDK 7.1 | Pierre Joye | 2010-08-15 | 1 | -1/+1 |
* | - #52607, fix ENV conflit with win SDK 7.1 | Pierre Joye | 2010-08-15 | 1 | -4/+4 |
* | MFT: VC10 build support | Kalle Sommer Nielsen | 2009-12-03 | 1 | -1/+1 |
* | - MFH: vs2010 detection support, restore /W3 | Pierre Joye | 2009-11-30 | 1 | -0/+1 |
* | Set WINVER to Windows 2000 like in config.w32.h.in | Kalle Sommer Nielsen | 2009-10-30 | 1 | -1/+1 |
* | - add custom DLL to the package and fix the path to the deps bin (needs absol... | Pierre Joye | 2009-10-19 | 1 | -0/+1 |
* | - restore W3 flag to get usefull errors (unused vars, etc.) | Pierre Joye | 2009-09-30 | 1 | -2/+2 |
* | - fix object dir usage (ie: relative path called from a symlinked dir), also ... | Pierre Joye | 2009-08-24 | 1 | -0/+1 |
* | MFH: | Matt Wilmas | 2009-06-04 | 1 | -0/+4 |
* | - make MP survive --disable-all (=disable to disable it) | Pierre Joye | 2009-04-24 | 1 | -1/+2 |
* | - fix logic | Pierre Joye | 2009-04-24 | 1 | -4/+5 |
* | - allow to set or disable the multithreaded build (n, auto or disable) | Pierre Joye | 2009-04-23 | 1 | -2/+10 |
* | Fixed floating point mathematic speed degradation (Christian) | Dmitry Stogov | 2009-03-18 | 1 | -1/+2 |
* | MFH: Windows support for stream_socket_pair(), by moving the socketpair() imp... | Kalle Sommer Nielsen | 2009-01-23 | 1 | -1/+1 |
* | - add fnmatch() support on windows (C API), using the BSD implementation | Pierre Joye | 2009-01-20 | 1 | -1/+1 |
* | Build IDs | Stanislav Malyshev | 2009-01-17 | 1 | -0/+1 |
* | - add multi threaded build support (automatic detection of the number of cpus... | Pierre Joye | 2009-01-06 | 1 | -0/+4 |
* | - add DNSApi for the DNS functions | Pierre Joye | 2009-01-06 | 1 | -1/+1 |
* | - MFB: | Pierre Joye | 2008-12-26 | 1 | -3/+6 |
* | - MFH: the config summary is a must, do not allow to disable it | Pierre Joye | 2008-12-25 | 1 | -4/+2 |
* | - MFH: no need to look for bindlib_w32, not used anymore | Pierre Joye | 2008-12-18 | 1 | -2/+2 |
* | - fix builds for VC8+, strnlen is available in vc8 and later (used in spprint... | Pierre Joye | 2008-12-13 | 1 | -0/+3 |
* | - MFH: | Pierre Joye | 2008-11-21 | 1 | -0/+1 |
* | - add strto*i64 (VC6, decent compilers/crt have them) | Pierre Joye | 2008-10-20 | 1 | -0/+5 |
* | - add nts to the zip names | Pierre Joye | 2008-09-26 | 1 | -0/+3 |
* | - MFH: add VC version and architecture to the created zip(s) names | Pierre Joye | 2008-09-25 | 1 | -0/+2 |
* | - MFH: | Pierre Joye | 2008-08-23 | 1 | -14/+1 |
* | - MFH: add new default dir (old still works) | Pierre Joye | 2008-08-01 | 1 | -12/+16 |
* | - MFH: new usual suspects | Pierre Joye | 2008-07-31 | 1 | -2/+2 |
* | -MFH: | Pierre Joye | 2008-07-28 | 1 | -1/+1 |
* | MFH: Prevent build failure after closures | Matt Wilmas | 2008-07-14 | 1 | -1/+1 |
* | - wrong bracket position while mergin | Pierre Joye | 2008-07-13 | 1 | -1/+1 |
* | - MFH: support for new naming | Pierre Joye | 2008-07-12 | 1 | -1/+3 |
* | - Embryonic project file generation. Use buildconf --add-project-files and ho... | Steph Fox | 2008-07-09 | 1 | -0/+7 |
* | - MFH: | Pierre Joye | 2008-07-07 | 1 | -1/+1 |
* | - move common functions to confutils | Pierre Joye | 2008-07-07 | 1 | -29/+7 |
* | - Fix up some bits and pieces. | Steph Fox | 2008-07-07 | 1 | -26/+23 |
* | - correctly test the VCVERS (four digits now) | Pierre Joye | 2008-07-06 | 1 | -3/+3 |
* | -MFH: improve detection of VC version and summary (2k2 and 2k3 are 1300 and ... | Pierre Joye | 2008-07-05 | 1 | -5/+7 |
* | - MFH: re2c detection, PHP_VERSION | Pierre Joye | 2008-07-02 | 1 | -10/+23 |
* | implemented again zend-multibyte for PHP 5.3 | Rui Hirokawa | 2008-06-29 | 1 | -0/+6 |