| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2011-08-07 | Xcode: Mac OS X config.h: support 10.5 as well as 10.6/10.7 SDK | Alexander Barton | |
| 2011-01-09 | Remove support for ZeroConf/Bonjour/Rendezvous service registration | Alexander Barton | |
| 2010-10-26 | Xcode builds ("make xcode"): disable pam_fail_delay() | Alexander Barton | |
| disable pam_fail_delay() only is available starting with Mac OS X 10.6; but we use the 10.5 SDK for campatibility, so don't use this function at all when building using Xcode. | |||
| 2010-09-22 | Add sighandlers.{c|h} to Xcode project | Alexander Barton | |
| And update static Mac OS X config.h used by the Xcode project. | |||
| 2010-07-12 | Add new pam.{c|h} module to Xcode project | Alexander Barton | |
| Adjust Xcode project and Mac OS X static config.h header to use PAM. | |||
| 2009-12-31 | Really test for netinet/ip.h and set HAVE_NETINET_IP_H | Alexander Barton | |
| 2009-04-10 | Xcode: #define include __DATE__ in VERSION | Alexander Barton | |
| Change VERSION to include the __DATE__ when compiling from within Xcode. When building using "make xcode" or "make osxpkg" VERSION already is defined to the "real" version number set in configure.in. | |||
| 2009-01-06 | Xcode: build ngIRCd with IPv6 support on Mac OS X | Alexander Barton | |
| 2009-01-06 | Xcode: get release number dynamically; new make target "xcode-clean". | Alexander Barton | |
| - make target "xcode" now detects the release number stored in the configure.in file and passes it to Xcode. - new make target "xcode-clean" which removes all files generated by "make xcode" and removes the Xcode build directory. | |||
| 2009-01-06 | Xcode: define TARGET_VENDOR and TARGET_OS | Alexander Barton | |
| 2008-04-13 | Enable more compiler warnings when using Xcode. | Alexander Barton | |
| 2007-11-19 | Update Mac OS X Xcode project file for Xcode 3. | Alexander Barton | |
| Allow building of ngIRCd using Xcode 3 without running ./configure. | |||