[Midnightbsd-cvs] [MidnightBSD/src] 9aa806: create libdispatch location
Lucas Holt
noreply at github.com
Mon Mar 16 11:53:46 EDT 2020
Branch: refs/heads/vendor/apple/libdispatch
Home: https://github.com/MidnightBSD/src
Commit: 9aa806fd9fc8589abbe86503637f3b5a008719e1
https://github.com/MidnightBSD/src/commit/9aa806fd9fc8589abbe86503637f3b5a008719e1
Author: Lucas Holt <luke at foolishgames.com>
Date: 2013-11-30 (Sat, 30 Nov 2013)
Changed paths:
A .gitattributes
Log Message:
-----------
create libdispatch location
Commit: e8b2dd9ae91eda2e922dee94e445602e84107f9e
https://github.com/MidnightBSD/src/commit/e8b2dd9ae91eda2e922dee94e445602e84107f9e
Author: Lucas Holt <luke at foolishgames.com>
Date: 2013-11-30 (Sat, 30 Nov 2013)
Changed paths:
M .gitattributes
A 174/INSTALL
A 174/LICENSE
A 174/Makefile.am
A 174/Makefile.in
A 174/aclocal.m4
A 174/autogen.sh
A 174/config/config.guess
A 174/config/config.h
A 174/config/config.h.in
A 174/config/config.sub
A 174/config/depcomp
A 174/config/install-sh
A 174/config/ltmain.sh
A 174/config/missing
A 174/configure
A 174/configure.ac
A 174/dispatch/Makefile.am
A 174/dispatch/Makefile.in
A 174/dispatch/base.h
A 174/dispatch/benchmark.h
A 174/dispatch/dispatch.h
A 174/dispatch/group.h
A 174/dispatch/object.h
A 174/dispatch/once.h
A 174/dispatch/queue.h
A 174/dispatch/semaphore.h
A 174/dispatch/source.h
A 174/dispatch/time.h
A 174/libdispatch.xcodeproj/project.pbxproj
A 174/m4/atomic.m4
A 174/m4/blocks.m4
A 174/m4/libtool.m4
A 174/m4/ltoptions.m4
A 174/m4/ltsugar.m4
A 174/m4/ltversion.m4
A 174/m4/lt~obsolete.m4
A 174/m4/pkg.m4
A 174/m4/private-extern.m4
A 174/man/Makefile.am
A 174/man/Makefile.in
A 174/man/dispatch.3
A 174/man/dispatch_after.3
A 174/man/dispatch_api.3
A 174/man/dispatch_apply.3
A 174/man/dispatch_async.3
A 174/man/dispatch_benchmark.3
A 174/man/dispatch_group_create.3
A 174/man/dispatch_object.3
A 174/man/dispatch_once.3
A 174/man/dispatch_queue_create.3
A 174/man/dispatch_semaphore_create.3
A 174/man/dispatch_source_create.3
A 174/man/dispatch_time.3
A 174/src/Makefile.am
A 174/src/Makefile.in
A 174/src/apply.c
A 174/src/benchmark.c
A 174/src/hw_shims.h
A 174/src/internal.h
A 174/src/kevent_internal.h
A 174/src/legacy.c
A 174/src/legacy.h
A 174/src/object.c
A 174/src/object_internal.h
A 174/src/once.c
A 174/src/os_shims.h
A 174/src/private.h
A 174/src/protocol.defs
A 174/src/queue.c
A 174/src/queue_internal.h
A 174/src/queue_kevent.c
A 174/src/queue_private.h
A 174/src/semaphore.c
A 174/src/semaphore_internal.h
A 174/src/shims/mach.c
A 174/src/shims/malloc_zone.h
A 174/src/shims/perfmon.h
A 174/src/shims/time.c
A 174/src/shims/time.h
A 174/src/shims/tsd.h
A 174/src/source.c
A 174/src/source_internal.h
A 174/src/source_kevent.c
A 174/src/source_private.h
A 174/src/time.c
A 174/testing/Makefile.am
A 174/testing/Makefile.darwin
A 174/testing/Makefile.in
A 174/testing/bench.mm
A 174/testing/dispatch_after.c
A 174/testing/dispatch_api.c
A 174/testing/dispatch_apply.c
A 174/testing/dispatch_c99.c
A 174/testing/dispatch_cascade.c
A 174/testing/dispatch_cffd.c
A 174/testing/dispatch_debug.c
A 174/testing/dispatch_drift.c
A 174/testing/dispatch_group.c
A 174/testing/dispatch_pingpong.c
A 174/testing/dispatch_plusplus.cpp
A 174/testing/dispatch_priority.c
A 174/testing/dispatch_proc.c
A 174/testing/dispatch_read.c
A 174/testing/dispatch_readsync.c
A 174/testing/dispatch_sema.c
A 174/testing/dispatch_starfish.c
A 174/testing/dispatch_test.c
A 174/testing/dispatch_test.h
A 174/testing/dispatch_timer_bit31.c
A 174/testing/dispatch_timer_bit63.c
A 174/testing/dispatch_timer_set_time.c
A 174/testing/fd_stress.c
A 174/testing/func.c
A 174/testing/harness.c
A 174/testing/leaks-wrapper
A 174/testing/nsoperation.m
A 174/testing/queue_finalizer.c
A 174/testing/summarize.c
Log Message:
-----------
Move Apple libdispatch to vendor
Commit: 1daca79fdc880721e2ccba10afbeb233307d1fc3
https://github.com/MidnightBSD/src/commit/1daca79fdc880721e2ccba10afbeb233307d1fc3
Author: Lucas Holt <luke at foolishgames.com>
Date: 2013-11-30 (Sat, 30 Nov 2013)
Changed paths:
M .gitattributes
A dist/INSTALL
A dist/LICENSE
A dist/Makefile.am
A dist/Makefile.in
A dist/aclocal.m4
A dist/autogen.sh
A dist/config/config.guess
A dist/config/config.h
A dist/config/config.h.in
A dist/config/config.sub
A dist/config/depcomp
A dist/config/install-sh
A dist/config/ltmain.sh
A dist/config/missing
A dist/configure
A dist/configure.ac
A dist/dispatch/Makefile.am
A dist/dispatch/Makefile.in
A dist/dispatch/base.h
A dist/dispatch/benchmark.h
A dist/dispatch/dispatch.h
A dist/dispatch/group.h
A dist/dispatch/object.h
A dist/dispatch/once.h
A dist/dispatch/queue.h
A dist/dispatch/semaphore.h
A dist/dispatch/source.h
A dist/dispatch/time.h
A dist/libdispatch.xcodeproj/project.pbxproj
A dist/m4/atomic.m4
A dist/m4/blocks.m4
A dist/m4/libtool.m4
A dist/m4/ltoptions.m4
A dist/m4/ltsugar.m4
A dist/m4/ltversion.m4
A dist/m4/lt~obsolete.m4
A dist/m4/pkg.m4
A dist/m4/private-extern.m4
A dist/man/Makefile.am
A dist/man/Makefile.in
A dist/man/dispatch.3
A dist/man/dispatch_after.3
A dist/man/dispatch_api.3
A dist/man/dispatch_apply.3
A dist/man/dispatch_async.3
A dist/man/dispatch_benchmark.3
A dist/man/dispatch_group_create.3
A dist/man/dispatch_object.3
A dist/man/dispatch_once.3
A dist/man/dispatch_queue_create.3
A dist/man/dispatch_semaphore_create.3
A dist/man/dispatch_source_create.3
A dist/man/dispatch_time.3
A dist/src/Makefile.am
A dist/src/Makefile.in
A dist/src/apply.c
A dist/src/benchmark.c
A dist/src/hw_shims.h
A dist/src/internal.h
A dist/src/kevent_internal.h
A dist/src/legacy.c
A dist/src/legacy.h
A dist/src/object.c
A dist/src/object_internal.h
A dist/src/once.c
A dist/src/os_shims.h
A dist/src/private.h
A dist/src/protocol.defs
A dist/src/queue.c
A dist/src/queue_internal.h
A dist/src/queue_kevent.c
A dist/src/queue_private.h
A dist/src/semaphore.c
A dist/src/semaphore_internal.h
A dist/src/shims/mach.c
A dist/src/shims/malloc_zone.h
A dist/src/shims/perfmon.h
A dist/src/shims/time.c
A dist/src/shims/time.h
A dist/src/shims/tsd.h
A dist/src/source.c
A dist/src/source_internal.h
A dist/src/source_kevent.c
A dist/src/source_private.h
A dist/src/time.c
A dist/testing/Makefile.am
A dist/testing/Makefile.darwin
A dist/testing/Makefile.in
A dist/testing/bench.mm
A dist/testing/dispatch_after.c
A dist/testing/dispatch_api.c
A dist/testing/dispatch_apply.c
A dist/testing/dispatch_c99.c
A dist/testing/dispatch_cascade.c
A dist/testing/dispatch_cffd.c
A dist/testing/dispatch_debug.c
A dist/testing/dispatch_drift.c
A dist/testing/dispatch_group.c
A dist/testing/dispatch_pingpong.c
A dist/testing/dispatch_plusplus.cpp
A dist/testing/dispatch_priority.c
A dist/testing/dispatch_proc.c
A dist/testing/dispatch_read.c
A dist/testing/dispatch_readsync.c
A dist/testing/dispatch_sema.c
A dist/testing/dispatch_starfish.c
A dist/testing/dispatch_test.c
A dist/testing/dispatch_test.h
A dist/testing/dispatch_timer_bit31.c
A dist/testing/dispatch_timer_bit63.c
A dist/testing/dispatch_timer_set_time.c
A dist/testing/fd_stress.c
A dist/testing/func.c
A dist/testing/harness.c
A dist/testing/leaks-wrapper
A dist/testing/nsoperation.m
A dist/testing/queue_finalizer.c
A dist/testing/summarize.c
Log Message:
-----------
move libdispatch
Commit: aeec67150978ccef1e94ce29042104493bdb0795
https://github.com/MidnightBSD/src/commit/aeec67150978ccef1e94ce29042104493bdb0795
Author: Lucas Holt <luke at foolishgames.com>
Date: 2013-12-02 (Mon, 02 Dec 2013)
Changed paths:
Log Message:
-----------
remove cvs2svn:cvs-rev property
Commit: fb7ee9aab6cc8440ab976d733dc2506203439ba1
https://github.com/MidnightBSD/src/commit/fb7ee9aab6cc8440ab976d733dc2506203439ba1
Author: Lucas Holt <luke at foolishgames.com>
Date: 2016-08-12 (Fri, 12 Aug 2016)
Changed paths:
M .gitattributes
M dist/Makefile.in
M dist/aclocal.m4
M dist/config/config.guess
M dist/config/config.h
M dist/config/config.h.in
M dist/config/config.sub
M dist/config/depcomp
M dist/config/install-sh
M dist/config/ltmain.sh
M dist/config/missing
M dist/configure
M dist/configure.ac
M dist/dispatch/Makefile.in
M dist/dispatch/base.h
M dist/dispatch/benchmark.h
M dist/dispatch/dispatch.h
M dist/dispatch/group.h
M dist/dispatch/object.h
M dist/dispatch/once.h
M dist/dispatch/queue.h
M dist/dispatch/semaphore.h
M dist/dispatch/source.h
M dist/dispatch/time.h
M dist/libdispatch.xcodeproj/project.pbxproj
M dist/m4/libtool.m4
M dist/m4/ltoptions.m4
M dist/m4/ltversion.m4
M dist/m4/lt~obsolete.m4
M dist/m4/private-extern.m4
M dist/man/Makefile.in
M dist/man/dispatch_object.3
M dist/man/dispatch_queue_create.3
M dist/man/dispatch_source_create.3
M dist/src/Makefile.am
M dist/src/Makefile.in
M dist/src/benchmark.c
M dist/src/internal.h
M dist/src/legacy.h
M dist/src/object.c
M dist/src/object_internal.h
M dist/src/once.c
M dist/src/os_shims.h
M dist/src/private.h
M dist/src/queue.c
M dist/src/queue_private.h
M dist/src/semaphore.c
M dist/src/semaphore_internal.h
A dist/src/shims/getprogname.h
M dist/src/shims/malloc_zone.h
M dist/src/shims/time.c
M dist/src/shims/time.h
A dist/src/shims/tsd.c
M dist/src/shims/tsd.h
M dist/src/source.c
M dist/src/source_internal.h
M dist/src/source_private.h
M dist/src/time.c
A dist/testing/Makefile
M dist/testing/Makefile.am
M dist/testing/Makefile.in
M dist/testing/dispatch_after.c
M dist/testing/dispatch_priority.c
M dist/testing/dispatch_test.h
A dist/testing/os_shims.h
A dist/testing/shims/arc4random.c
A dist/testing/shims/arc4random.h
A dist/testing/shims/asprintf.c
A dist/testing/shims/asprintf.h
A dist/testing/shims/fgetln.c
A dist/testing/shims/fgetln.h
M dist/testing/summarize.c
Log Message:
-----------
libdispatch 210
Commit: 1a60e9c3d4e39836add70b20506ec17b772d7d52
https://github.com/MidnightBSD/src/commit/1a60e9c3d4e39836add70b20506ec17b772d7d52
Author: Lucas Holt <luke at foolishgames.com>
Date: 2016-08-12 (Fri, 12 Aug 2016)
Changed paths:
M .gitattributes
A 210/INSTALL
A 210/LICENSE
A 210/Makefile.am
A 210/Makefile.in
A 210/aclocal.m4
A 210/autogen.sh
A 210/config/config.guess
A 210/config/config.h
A 210/config/config.h.in
A 210/config/config.sub
A 210/config/depcomp
A 210/config/install-sh
A 210/config/ltmain.sh
A 210/config/missing
A 210/configure
A 210/configure.ac
A 210/dispatch/Makefile.am
A 210/dispatch/Makefile.in
A 210/dispatch/base.h
A 210/dispatch/benchmark.h
A 210/dispatch/dispatch.h
A 210/dispatch/group.h
A 210/dispatch/object.h
A 210/dispatch/once.h
A 210/dispatch/queue.h
A 210/dispatch/semaphore.h
A 210/dispatch/source.h
A 210/dispatch/time.h
A 210/libdispatch.xcodeproj/project.pbxproj
A 210/m4/atomic.m4
A 210/m4/blocks.m4
A 210/m4/libtool.m4
A 210/m4/ltoptions.m4
A 210/m4/ltsugar.m4
A 210/m4/ltversion.m4
A 210/m4/lt~obsolete.m4
A 210/m4/pkg.m4
A 210/m4/private-extern.m4
A 210/man/Makefile.am
A 210/man/Makefile.in
A 210/man/dispatch.3
A 210/man/dispatch_after.3
A 210/man/dispatch_api.3
A 210/man/dispatch_apply.3
A 210/man/dispatch_async.3
A 210/man/dispatch_benchmark.3
A 210/man/dispatch_group_create.3
A 210/man/dispatch_object.3
A 210/man/dispatch_once.3
A 210/man/dispatch_queue_create.3
A 210/man/dispatch_semaphore_create.3
A 210/man/dispatch_source_create.3
A 210/man/dispatch_time.3
A 210/src/Makefile.am
A 210/src/Makefile.in
A 210/src/apply.c
A 210/src/benchmark.c
A 210/src/hw_shims.h
A 210/src/internal.h
A 210/src/kevent_internal.h
A 210/src/legacy.c
A 210/src/legacy.h
A 210/src/object.c
A 210/src/object_internal.h
A 210/src/once.c
A 210/src/os_shims.h
A 210/src/private.h
A 210/src/protocol.defs
A 210/src/queue.c
A 210/src/queue_internal.h
A 210/src/queue_kevent.c
A 210/src/queue_private.h
A 210/src/semaphore.c
A 210/src/semaphore_internal.h
A 210/src/shims/getprogname.h
A 210/src/shims/mach.c
A 210/src/shims/malloc_zone.h
A 210/src/shims/perfmon.h
A 210/src/shims/time.c
A 210/src/shims/time.h
A 210/src/shims/tsd.c
A 210/src/shims/tsd.h
A 210/src/source.c
A 210/src/source_internal.h
A 210/src/source_kevent.c
A 210/src/source_private.h
A 210/src/time.c
A 210/testing/Makefile
A 210/testing/Makefile.am
A 210/testing/Makefile.darwin
A 210/testing/Makefile.in
A 210/testing/bench.mm
A 210/testing/dispatch_after.c
A 210/testing/dispatch_api.c
A 210/testing/dispatch_apply.c
A 210/testing/dispatch_c99.c
A 210/testing/dispatch_cascade.c
A 210/testing/dispatch_cffd.c
A 210/testing/dispatch_debug.c
A 210/testing/dispatch_drift.c
A 210/testing/dispatch_group.c
A 210/testing/dispatch_pingpong.c
A 210/testing/dispatch_plusplus.cpp
A 210/testing/dispatch_priority.c
A 210/testing/dispatch_proc.c
A 210/testing/dispatch_read.c
A 210/testing/dispatch_readsync.c
A 210/testing/dispatch_sema.c
A 210/testing/dispatch_starfish.c
A 210/testing/dispatch_test.c
A 210/testing/dispatch_test.h
A 210/testing/dispatch_timer_bit31.c
A 210/testing/dispatch_timer_bit63.c
A 210/testing/dispatch_timer_set_time.c
A 210/testing/fd_stress.c
A 210/testing/func.c
A 210/testing/harness.c
A 210/testing/leaks-wrapper
A 210/testing/nsoperation.m
A 210/testing/os_shims.h
A 210/testing/queue_finalizer.c
A 210/testing/shims/arc4random.c
A 210/testing/shims/arc4random.h
A 210/testing/shims/asprintf.c
A 210/testing/shims/asprintf.h
A 210/testing/shims/fgetln.c
A 210/testing/shims/fgetln.h
A 210/testing/summarize.c
Log Message:
-----------
make copy
Compare: https://github.com/MidnightBSD/src/compare/9aa806fd9fc8%5E...1a60e9c3d4e3
More information about the Midnightbsd-cvs
mailing list