lp:~gnustep/gnustep/+git/gnustep-objc2

Owned by GNUstep
Get this repository:
git clone https://git.launchpad.net/~gnustep/gnustep/+git/gnustep-objc2

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://github.com/gnustep/libobjc2.git.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 10 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 20 seconds — see the log

Branches

Name Last Modified Last Commit
non-pod-sret-woa64 2024-04-17 21:51:05 UTC
Rename objc_msgSend_stret2_np to objc_msgSend_stret2

Author: hmelder
Author Date: 2024-04-17 21:51:05 UTC

Rename objc_msgSend_stret2_np to objc_msgSend_stret2

master 2024-04-15 20:14:07 UTC
Generate CMake Configuration File

Author: Frederik Carlier
Author Date: 2024-03-27 21:40:50 UTC

Generate CMake Configuration File

Installs:
- lib/cmake/libobjc/libobjcConfig.cmake
- lib/cmake/libobjc/libobjcTargets.cmake
- lib/cmake/libobjc/libobjcConfigVersion.cmake
- lib/cmake/libobjc/libobjcTargets-noconfig.cmake

revert-288-fix-assembly-compilation 2024-04-15 19:56:52 UTC
Revert "Don't use CXXFLAGS when compiling eh_trampoline.cc"

Author: Frederik Carlier
Author Date: 2024-04-15 19:56:52 UTC

Revert "Don't use CXXFLAGS when compiling eh_trampoline.cc"

This reverts commit 4a0c2f1afee5a6c618d51fb33efb9ccb95b808b8.

2.2 2024-03-21 16:06:36 UTC
Update ANNOUNCE for 2.2.1

Author: Frederik Carlier
Author Date: 2024-03-03 14:58:18 UTC

Update ANNOUNCE for 2.2.1

powerpc-msgSend 2024-02-02 17:51:17 UTC
r0 is treated as 0 in load instructions

Author: hmelder
Author Date: 2024-02-02 17:51:17 UTC

r0 is treated as 0 in load instructions

msys2_experimental 2022-03-02 22:47:23 UTC
Comment out stuff for compilation purposes

Author: Gregory John Casamento
Author Date: 2022-03-02 22:47:23 UTC

Comment out stuff for compilation purposes

msys2_updates 2022-02-25 06:22:05 UTC
Add kludge to fix build

Author: Gregory John Casamento
Author Date: 2022-02-25 06:22:05 UTC

Add kludge to fix build

mingw_fixes 2022-02-23 22:41:04 UTC
Remove arc.mm experimentally

Author: Gregory John Casamento
Author Date: 2022-02-23 22:41:04 UTC

Remove arc.mm experimentally

keysight_libobjc2_branch 2021-12-24 17:41:35 UTC
tests: Test that we can throw and catch the same exception multiple times seq...

Author: Frederik Seiffert
Author Date: 2021-12-24 17:41:35 UTC

tests: Test that we can throw and catch the same exception multiple times sequentially. (#188)

This originally came up as an issue with libc++abi support (#152), but is not specific to that ABI.

* Use the C++ runtime to check for uncaught C++ exceptions.

As discussed in #152, use the function defined in the Itanium C++ ABI to
check whether the thrown exception is the current caught C++ exception
and needs rethrowing via `__cxa_rethrow()`.

Co-authored-by: Niels Grewe <grewe@ocean-insights.com>
Co-authored-by: David Chisnall <gnustep@theravensnest.org>

2.1 2020-08-26 19:46:50 UTC
Don't use CXXFLAGS when compiling eh_trampoline.cc

Author: David Chisnall
Author Date: 2020-08-26 15:37:06 UTC

Don't use CXXFLAGS when compiling eh_trampoline.cc

The way that we were doing this didn't handle multiple flags and we
actually don't want the user to override these flags because that file
needs to be compiled in a very specific way.

Fixes #177

libc++-hack 2020-04-14 12:21:54 UTC
improve C++ ABI detection

Author: Niels Grewe
Author Date: 2020-04-14 12:21:54 UTC

improve C++ ABI detection

fix-eh-cxx 2019-11-30 14:22:35 UTC
Add missing files.

Author: David Chisnall
Author Date: 2019-11-30 14:22:35 UTC

Add missing files.

cxx14 2019-11-25 12:01:47 UTC
Require C++14 in CMake.

Author: David Chisnall
Author Date: 2019-11-25 12:01:47 UTC

Require C++14 in CMake.

cxxeh2 2019-11-24 06:49:01 UTC
Move the libstdc++ code path to a separate file.

Author: David Chisnall
Author Date: 2019-11-24 06:49:01 UTC

Move the libstdc++ code path to a separate file.

We need to #include <exception> for this to work, but this brings in the
public definition of `std::type_info` and, unfortunately, that breaks
the private definition that we need in this compilation unit.

1.9 2019-08-22 14:16:24 UTC
Fix the AArch64 small object class lookup.

Author: David Chisnall
Author Date: 2019-08-22 14:14:27 UTC

Fix the AArch64 small object class lookup.

This was generating a relocation that didn't do the right thing and
didn't raise linker errors. Now it is using GOT-relative addressing.

In combination with the last two commits, this now makes all of the
objc_msgSend tests pass on AArch64.

Fixes #105

cfg 2019-05-29 20:53:04 UTC
Add Control Flow Guard checks on Windows.

Author: David Chisnall
Author Date: 2019-05-29 20:53:04 UTC

Add Control Flow Guard checks on Windows.

2.0 2019-04-26 08:24:39 UTC
Fix long vs size_t error on Windows.

Author: David Chisnall
Author Date: 2019-04-26 08:22:15 UTC

Fix long vs size_t error on Windows.

On win64, long is 32 bits, not 64 bits as it is everywhere else.

freebsd-ci 2019-04-08 16:08:16 UTC
Add badge for FreeBSD CI.

Author: David Chisnall
Author Date: 2019-04-08 16:08:16 UTC

Add badge for FreeBSD CI.

win32-ci 2019-04-01 10:26:46 UTC
Fix compiler warnings.

Author: David Chisnall
Author Date: 2019-04-01 10:26:46 UTC

Fix compiler warnings.

weakref 2017-12-14 09:54:53 UTC
Add some release announcement text.

Author: David Chisnall
Author Date: 2017-12-14 09:54:53 UTC

Add some release announcement text.

1.8.1 2017-07-19 19:09:33 UTC
Merge pull request #41 from xFAR/1.8.1

Author: davidchisnall
Author Date: 2017-07-19 19:09:33 UTC

Merge pull request #41 from xFAR/1.8.1

1.8.1-FAR

1.8 2015-08-07 08:25:54 UTC
Merge fixes from my temporary fork.

Author: David Chisnall
Author Date: 2015-08-07 08:25:54 UTC

Merge fixes from my temporary fork.

1.7 2013-06-28 12:37:30 UTC
Branch the 1.7 release.

Author: theraven
Author Date: 2013-06-28 12:37:30 UTC

Branch the 1.7 release.

1.0 2013-05-16 12:25:33 UTC
Moved releases into releases/ directory in svn.

Author: theraven
Author Date: 2013-05-16 12:25:33 UTC

Moved releases into releases/ directory in svn.

1.6.1 2013-05-16 12:25:33 UTC
Moved releases into releases/ directory in svn.

Author: theraven
Author Date: 2013-05-16 12:25:33 UTC

Moved releases into releases/ directory in svn.

1.6 2013-05-16 12:25:33 UTC
Moved releases into releases/ directory in svn.

Author: theraven
Author Date: 2013-05-16 12:25:33 UTC

Moved releases into releases/ directory in svn.

1.5.1 2013-05-16 12:25:33 UTC
Moved releases into releases/ directory in svn.

Author: theraven
Author Date: 2013-05-16 12:25:33 UTC

Moved releases into releases/ directory in svn.

1.5 2013-05-16 12:25:33 UTC
Moved releases into releases/ directory in svn.

Author: theraven
Author Date: 2013-05-16 12:25:33 UTC

Moved releases into releases/ directory in svn.

1.4 2013-05-16 12:25:33 UTC
Moved releases into releases/ directory in svn.

Author: theraven
Author Date: 2013-05-16 12:25:33 UTC

Moved releases into releases/ directory in svn.

1.3 2013-05-16 12:25:33 UTC
Moved releases into releases/ directory in svn.

Author: theraven
Author Date: 2013-05-16 12:25:33 UTC

Moved releases into releases/ directory in svn.

1.2 2013-05-16 12:25:33 UTC
Moved releases into releases/ directory in svn.

Author: theraven
Author Date: 2013-05-16 12:25:33 UTC

Moved releases into releases/ directory in svn.

1.1.1 2013-05-16 12:25:33 UTC
Moved releases into releases/ directory in svn.

Author: theraven
Author Date: 2013-05-16 12:25:33 UTC

Moved releases into releases/ directory in svn.

1.1 2013-05-16 12:25:33 UTC
Moved releases into releases/ directory in svn.

Author: theraven
Author Date: 2013-05-16 12:25:33 UTC

Moved releases into releases/ directory in svn.

1.6.1@36640 2012-07-20 10:44:46 UTC
Branch the 1.6.1 release.

Author: theraven
Author Date: 2012-07-20 10:44:46 UTC

Branch the 1.6.1 release.

1.6@36640 2011-11-23 17:26:22 UTC
Branched 1.6 release

Author: theraven
Author Date: 2011-11-23 17:26:22 UTC

Branched 1.6 release

1.5.1@36640 2011-07-23 16:48:47 UTC
Branched 1.5.1 release.

Author: theraven
Author Date: 2011-07-23 16:48:47 UTC

Branched 1.5.1 release.

1.5@36640 2011-07-20 14:07:11 UTC
Create 1.5 branch with the announcement pointing to the correct locations for...

Author: theraven
Author Date: 2011-07-20 14:07:11 UTC

Create 1.5 branch with the announcement pointing to the correct locations for the files...

1.4@36640 2011-05-07 09:41:32 UTC
Merged fix in r32936 to 1.4 branch.

Author: theraven
Author Date: 2011-05-07 09:41:32 UTC

Merged fix in r32936 to 1.4 branch.

1.3@36640 2011-04-14 08:42:15 UTC
Branched 1.3 release.

Author: theraven
Author Date: 2011-04-14 08:42:15 UTC

Branched 1.3 release.

1.2@36640 2011-02-21 13:50:10 UTC
Branched 1.2 release.

Author: theraven
Author Date: 2011-02-21 13:50:10 UTC

Branched 1.2 release.

1.1.1@36640 2011-02-02 22:42:46 UTC
Remove double-unlock of mutex.

Author: theraven
Author Date: 2011-02-02 22:42:46 UTC

Remove double-unlock of mutex.

1.1@36640 2011-01-10 15:12:26 UTC
Branched 1.1 release.

Author: theraven
Author Date: 2011-01-10 15:12:26 UTC

Branched 1.1 release.

1.1.1@31987 2011-01-10 15:12:26 UTC
Branched 1.1 release.

Author: theraven
Author Date: 2011-01-10 15:12:26 UTC

Branched 1.1 release.

1.0@36640 2010-10-05 15:48:02 UTC
Recreated 1.0 branch, incorporating Quentin's KVO fix.

Author: theraven
Author Date: 2010-10-05 15:48:02 UTC

Recreated 1.0 branch, incorporating Quentin's KVO fix.

144 of 44 results
This repository contains Public information 
Everyone can see this information.