0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Nov 09, 2024 — Nov 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Implementation of run loop on Windows. Seems to work, at least well enough to perform Bonjour resolution on socket call-back in run loop. More... over 16 years ago
Added DNSServiceMetaQuery to autoconf build. More... over 16 years ago
Also update solution. More... over 16 years ago
Visual Studio project for the new example. More... over 16 years ago
Add new example (CFSocket/DNS) More... over 16 years ago
Added DisplayURL example to the autoconf build. More... almost 17 years ago
Clean up Mac build. More... almost 17 years ago
Correct build for Windows platform. More... almost 17 years ago
Add DisplayURL example (CFURL routine). More... almost 17 years ago
Eliminate all Objective-C dependencies unes the deployment target is Mac OS X or the deployment environment is GNU and the target has the Objective-C development headers. More... almost 17 years ago
BOOL is not defined on some PowerPC/Linux compilers. Instead use Boolean, a base CoreFoundation type. More... almost 17 years ago
In an effort to quell complaints from libtool about "objects compat/flsl.o not portable!", make compat an active subdirectory and turn all compatibility objects into a non-installed libtool static library. More... almost 17 years ago
Some GCC PowerPC compilers emit '__powerpc__' rather than '__ppc__', added checks for these cases. More... almost 17 years ago
Added checks for compiler-supported atomic built-ins to catch older GCC compilers that do not support them. More... almost 17 years ago
Tightened up the ICU and UUID detection and changed implementation to always prefer checking the values of the various '--with-...' options first to using <foo>-config because the former might be used in a cross-compilation environment on a system that also contains <foo>-config. In such a case, the user wants what he/she specified using the '--with-...' options rather than what <foo>-config indicates. Attempt to use pkg-config as a last ditch detection mechanism if there are neither '--with-...' options nor <foo>-config. More... almost 17 years ago
Use quadrigraphs to get desired default help output behavior that matches default autoconf --enable and --with options. More... almost 17 years ago
Because the message port examples do not yet work on Linux, add them back to the project but make them EXTRA_PROGRAMs rather than check_PROGRAMs to ensure 'make check' runs cleanly in the nominal case. More... almost 17 years ago
Updated the location of the Mac OS X and Windows project files. More... almost 17 years ago
Exclude Linux from using CFAllocatorDeallocate as it uses STACK_BUFFER_DECL. More... almost 17 years ago
Added CHANGES, CONTRIBUTORS, README and TODO to EXTRA_DIST. More... almost 17 years ago
Set the version to 476.17.0 in preparation for the first OpenCFLite release. More... almost 17 years ago
Initial revision of changes and news file. More... almost 17 years ago
Add some boilerplate in preparation for a release. More... almost 17 years ago
Have DEPLOYMENT_TARGET_LINUX use the STACK_BUFFER_DECL macro, just like Mac OS X and Windows. More... almost 17 years ago
Correct flag passed to uuid-config for compiler options. More... almost 17 years ago
Limit Pascal strings only on Windows. Linux will warn about them; however, it's neither a fatal compilation nor runtime error. More... almost 17 years ago
The same custom allocator issue that bedeviled Windows impacted Linux in the same way. Add Linux support to the Windows resolution. More... almost 17 years ago
Take the name of the property list to read from argv[1] rather than hard coded. Only perform a release on the data when the data is non-NULL. More... almost 17 years ago
Read schema.xml from the source directory, where it lives, rather than the build directory (which are not the same for out-of-tree builds). More... almost 17 years ago
Update solution to find new project location. More... almost 17 years ago