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
swift-corelibs-foundation
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Moderate Activity
Commits
: Listings
Analyzed
about 8 hours
ago. based on code collected
about 9 hours
ago.
Aug 10, 2024 — Aug 10, 2025
Showing page 288 of 289
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix memory leak in NSString->String conversion.
Greg Parker
More...
almost 12 years ago
Stop using swift-mangled names directly.
Greg Parker
More...
almost 12 years ago
Silence -Wunused warning in Release builds.
Doug Gregor
More...
almost 12 years ago
Clean up BridgeNSString.mm. Fix bug in Unicode string conversion.
Greg Parker
More...
almost 12 years ago
Separate non-String code from BridgeNSString.mm.
Greg Parker
More...
almost 12 years ago
Rename '__subscript' -> 'subscript'.
Argyrios Kyrtzidis
More...
almost 12 years ago
Clean up -force_load and linkage of libswift_runtime.a. Fixes test Interpreter/Union.swift.
Greg Parker
More...
almost 12 years ago
Split Foundation.swift because NSRect is not in Foundation on iOS.
Greg Parker
More...
almost 12 years ago
Consolidate some build flags for .swift files. Add cross-compilation support.
Greg Parker
More...
almost 12 years ago
runtime: Allocate refcounted storage for swift_NSStringToString.
Joe Groff
More...
almost 12 years ago
Use -module-link-name to encode library names in standard library modules.
Jordan Rose
More...
almost 12 years ago
Turn on (swift) debug symbols for debug builds. This gives us a bunch of additional test coverage for free.
Adrian Prantl
More...
almost 12 years ago
Build modules alongside object files for the standard library.
Jordan Rose
More...
almost 12 years ago
[runtime] Push swift_getObjectType down into the runtime.
Jordan Rose
More...
almost 12 years ago
[Makefiles] Convert autoconf build to use modules.
Jordan Rose
More...
about 12 years ago
Splitting the standard library: move objc -> stdlib/objc
Dmitri Gribenko
More...
about 12 years ago
Splitting the standard library: rename swift_stdlib.dylib -> swift_stdlib_core.dylib according to the directory name.
Dmitri Gribenko
More...
about 12 years ago
Make most of the standard library types Hashable.
Doug Gregor
More...
about 12 years ago
Remove CPointer<T>, it was almost equivalent to UnsafePointer<T>, but implemented pointer arithmetic. Enhanced UnsafePointer<T> to do pointer arithmetic.
Dmitri Gribenko
More...
about 12 years ago
Foundation: Add a String-to-NSString-bridging block shim.
Joe Groff
More...
about 12 years ago
Make -sil-irgen default for stdlib too.
Joe Groff
More...
over 12 years ago
Make -sil-irgen default everywhere (except libs).
Joe Groff
More...
over 12 years ago
Compile multiple files as one translation unit
David Zarzycki
More...
over 12 years ago
Makefiles: Fix a race in creating lib/swift.
Joe Groff
More...
over 12 years ago
Remove "-constraint-checker" everywhere, since it is now the default.
Doug Gregor
More...
over 12 years ago
Unbreak 'make' on OSX 10.9
David Zarzycki
More...
over 12 years ago
Unbreak the 'make' build system on 10.9
David Zarzycki
More...
over 12 years ago
[Hack] Fix NSObject === to not leak the arguments.
Jordan Rose
More...
over 12 years ago
Runtime: More robust NSStringToString_slow.
Joe Groff
More...
over 12 years ago
HACK: implement === for NSObject using a runtime function.
Jordan Rose
More...
over 12 years ago
←
1
2
…
281
282
283
284
285
286
287
288
289
→
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