openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
N
nevali's opencflite
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 6 hours
ago. based on code collected
about 6 hours
ago.
Nov 09, 2024 — Nov 09, 2025
Showing page 3 of 5
Search / Filter on:
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.
bfulgham
More...
over 16 years ago
Added DNSServiceMetaQuery to autoconf build.
geric001
More...
over 16 years ago
Also update solution.
bfulgham
More...
over 16 years ago
Visual Studio project for the new example.
bfulgham
More...
over 16 years ago
Add new example (CFSocket/DNS)
bfulgham
More...
over 16 years ago
Added DisplayURL example to the autoconf build.
geric001
More...
almost 17 years ago
Clean up Mac build.
bfulgham
More...
almost 17 years ago
Correct build for Windows platform.
bfulgham
More...
almost 17 years ago
Add DisplayURL example (CFURL routine).
bfulgham
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.
geric001
More...
almost 17 years ago
BOOL is not defined on some PowerPC/Linux compilers. Instead use Boolean, a base CoreFoundation type.
geric001
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.
geric001
More...
almost 17 years ago
Some GCC PowerPC compilers emit '__powerpc__' rather than '__ppc__', added checks for these cases.
geric001
More...
almost 17 years ago
Added checks for compiler-supported atomic built-ins to catch older GCC compilers that do not support them.
geric001
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.
geric001
More...
almost 17 years ago
Use quadrigraphs to get desired default help output behavior that matches default autoconf --enable and --with options.
geric001
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.
geric001
More...
almost 17 years ago
Updated the location of the Mac OS X and Windows project files.
geric001
More...
almost 17 years ago
Exclude Linux from using CFAllocatorDeallocate as it uses STACK_BUFFER_DECL.
geric001
More...
almost 17 years ago
Added CHANGES, CONTRIBUTORS, README and TODO to EXTRA_DIST.
geric001
More...
almost 17 years ago
Set the version to 476.17.0 in preparation for the first OpenCFLite release.
geric001
More...
almost 17 years ago
Initial revision of changes and news file.
geric001
More...
almost 17 years ago
Add some boilerplate in preparation for a release.
bfulgham
More...
almost 17 years ago
Have DEPLOYMENT_TARGET_LINUX use the STACK_BUFFER_DECL macro, just like Mac OS X and Windows.
bfulgham
More...
almost 17 years ago
Correct flag passed to uuid-config for compiler options.
geric001
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.
geric001
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.
geric001
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.
geric001
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).
geric001
More...
almost 17 years ago
Update solution to find new project location.
bfulgham
More...
almost 17 years ago
←
1
2
3
4
5
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree