Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Unity-Technologies/bdwgc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-01-24.gitignore: Ignore 'cords' marker file (generated by Makefile.direct)Ivan Maidanski
2018-01-24.gitignore: Ignore dont_ar_* files (generated by Makefile.direct)Ivan Maidanski
2017-10-18.gitignore: Do not ignore include/private/config.hIvan Maidanski
config.h was moved to "include" folder in gc-7.4.0.
2017-07-12.gitignore: Ignore .log and .trs files for test_atomic_opsIvan Maidanski
2017-06-14.gitignore: Ignore test_atomic_opsIvan Maidanski
2017-04-22.gitignore: Ignore cord/tests/de_win.rbjIvan Maidanski
2017-04-20.gitignore: Ignore auto-generated test_cpp.cppIvan Maidanski
2017-03-22.gitignore: Ignore gctest_* and lib*gc.so produced by Makefile.directIvan Maidanski
2017-03-20.gitignore: Ignore bsd-libgc.a, bsd-libleak.aIvan Maidanski
2017-02-16.gitignore: Ignore *.sancov (generated by ASan)Ivan Maidanski
2017-02-01.gitignore: Ignore coverage.info (generated by lcov)Ivan Maidanski
2017-01-31.gitignore: Ignore all *.gc.log and *.tlog (generated by CMake)Ivan Maidanski
(fix commit f4047f9)
2017-01-13.gitignore: Ignore gcov c/h output filesIvan Maidanski
2017-01-09Delete preprocessor output on make clean (Makefile.direct)Ivan Maidanski
* .gitignore: Add "*.i" (only for the base folder). * Makefile.direct (clean): Add "rm *.i".
2016-12-20.gitignore: Add even more files generated by CMakeIvan Maidanski
(fix commit 11ae03e)
2016-12-14.gitignore: Properly ignore sym-linked folders of code analysis toolsIvan Maidanski
(fix commit 8e4544c)
2016-12-13.gitignore: Ignore folders and files of static code analysis toolsIvan Maidanski
2015-09-30.gitignore: Ignore .copied.c, .dll.manifest, idb, ilk files (MSVC)Ivan Maidanski
2015-09-14.gitignore: Ignore .exp and .sbr also in subfolders (MSVC)Ivan Maidanski
2015-05-07.gitignore: Add *.vcproj.*.user (copied from .hgignore)Ivan Maidanski
2015-02-27Revert "Move asm machine-dependent files to 'src' folder" (partly)Ivan Maidanski
Asm files moved back to base folder to avoid build issues (reported for NetBSD and Solaris on Sparc). Alternative way is to adjust configure.ac and Makefile.am properly but it requires more efforts (including testing). * .gitignore: Remove "src" from comment. * Makefile.am (EXTRA_libgc_la_SOURCES): Remove "src/" prefix. * Makefile.direct (SRCS, mach_dep.o): Likewise. * src/ia64_save_regs_in_stack.s: Move to base folder. * src/sparc_mach_dep.S: Likewise. * src/sparc_netbsd_mach_dep.s: Likewise. * src/sparc_sunos4_mach_dep.s: Likewise.
2014-05-28.gitignore: Ignore all .deps, .dirstampIvan Maidanski
2013-09-02.gitignore: Ignore *.log, *.trs files produced by 'make check' (Autoconf)Ivan Maidanski
2013-09-02Rename subthread_create to subthreadcreate_test (Makefile)Ivan Maidanski
* tests/tests.am (TESTS, check_PROGRAMS, subthreadcreate_SOURCES, subthreadcreate_test_LDADD): Rename "subthread_create" to "subthreadcreate_test" (except for .c file). * .gitignore: Likewise.
2013-09-02tests: Append _test suffix to 'initsecondarythread' binary file namesIvan Maidanski
* tests/tests.am (TESTS, check_PROGRAMS, initsecondarythread_SOURCES, initsecondarythread_LDADD): Rename initsecondarythread to initsecondarythread_test (except for .c file). * .gitignore: Likewise.
2013-08-31.gitignore: Ignore test-driver (generated by autoreconf)Ivan Maidanski
2013-01-27.gitignore: Ignore .gch filesIvan Maidanski
2012-08-30.gitignore: Remove old /include/private/config.h.in entryIvan Maidanski
2012-08-30.gitignore: remove path prefix for config.h and stamp-h1Ivan Maidanski
* .gitignore: Add include/config.h.in (to ignore); remove path for config.h and stamp-h1 (to ignore files both located in /include/private (old behavior) and in /include folders).
2012-02-25.gitignore: Add 'pthreads-w32' external libraryIvan Maidanski
2012-01-24.gitignore: Add gc.logIvan Maidanski
2012-01-12.gitignore: Ignore *.gc.log filesIvan Maidanski
2011-12-22.gitignore: Ignore config.cacheIvan Maidanski
2011-12-13.gitignore: Ignore Gcov files (.gcda, .gcno)Ivan Maidanski
2011-09-30.gitignore: Ignore disclaim tests executablesIvan Maidanski
2011-09-20.gitignore: Add subthread_createIvan Maidanski
2011-09-14.gitignore: Ignore tracetest executable.Ivan Maidanski
2011-09-14Move "cord" library tests to "cord/tests" folder.Ivan Maidanski
* cord/cordtest.c, cord/de.c, cord/de_win.c, cord/de_cmds.h, cord/de_win.h: Move to cord/tests folder. * cord/de_win.RC: Move ad rename to cord/tests/de_win.rc. * .gitignore: Add cord/tests/de_win.res file. * BCC_MAKEFILE (cord/de.obj, cord/de_win.obj, cord/de_win.res): Rename (targets and source moved to cord/tests). * NT_MAKEFILE (cord/de.obj, cord/de_win.obj): Likewise. * CMakeLists.txt (cord): Rename cord/de.c, cord/de_win.c (source moved to cord/tests). * EMX_MAKEFILE (cord/cordtest.exe, cord/de.exe): Rename cord/cordtest.c, cord/de.c to cord/tests (source moved to cord/tests). * Makefile.direct, Makefile.dj (cord/cordtest, cord/de): Likewise. * OS2_MAKEFILE (cord/cordtest.exe): Likewise. * SMakefile.amiga (cord/cordtest.o): Likewise. * Makefile.direct, Makefile.dj (CORD_SRCS): Rename cord/cordtest.c, cord/de.c, cord/de_cmds.h, cord/de_win.c, cord/de_win.h, cord/de_win.rc (moved to cord/tests). * NT_MAKEFILE, NT_STATIC_THREADS_MAKEFILE, NT_X64_STATIC_THREADS_MAKEFILE, NT_X64_THREADS_MAKEFILE (cord/de_win.res, cord/de.exe): Move cord/de.obj, cord/de_win.obj to cord/tests. * cord/cord.am (EXTRA_DIST): Move cordtest.c, de.c, de_cmds.h, de_win.h, de_win.c, de_win.rc to cord/tests. * doc/README.cords: Update (regarding de.c file move). * gc.mak (SOURCE): Move de_win.c, de.c, de_win.rc to cord/tests.
2011-09-14Fix Makefile.direct after Makefile removal from package.Ivan Maidanski
* .gitignore: Add "base_lib", "c++", "gc.a" files. * Makefile.direct (Makefile): Add rule to create (or overwrite) Makefile from Makefile.direct file. * Makefile.direct (clean): Remove "base_lib", "c++" files as well.
2011-09-14.gitignore: Ignore object, exe files in subfolders; ignore de_win.res.Ivan Maidanski
2011-09-13.gitignore: Ignore .vcxproj files generated by CMake for VS.Ivan Maidanski
2011-09-13.gitignore: Ignore exe files in tests (produced by CMake).Ivan Maidanski
2011-09-12.gitignore: Add more files generated by CMake.Ivan Maidanski
2011-08-25Move asm machine-dependent files to "src" folder.Ivan Maidanski
* .gitignore: Add entries from "src" folder; add auto-generated files by CMake; allow a suffix for "libatomic_ops" folder. * Makefile.direct (SRCS, mach_dep.o): Move sparc_mach_dep.S, sparc_sunos4_mach_dep.s, sparc_netbsd_mach_dep.s, ia64_save_regs_in_stack.s to "src" directory. * Makefile.dj (SRCS): Ditto. * configure.ac (machdep): Move sparc_mach_dep.lo, sparc_netbsd_mach_dep.lo, ia64_save_regs_in_stack.lo to "src" folder. * PCR-Makefile (mach_dep.o): Remove "if_mach" statement for MIPS. * PCR-Makefile (if_mach, if_not_there): Remove rules. * gc.mak (CPP_PROJ): Prefix libatomic_ops folder with "./".
2011-08-19In .gitignore, remove trailing slash for libatomic_ops directoryIvan Maidanski
(otherwise libatomic_ops is not ignored if it is a symbolic link).
2011-08-14Ignore libatomic_ops folder by Git.Ivan Maidanski
2011-08-09Remove auto-generated files and add them to .gitignore.Petter Urkedal
* .gitignore: Add files generated by autoreconf -vif. * Makefile.in, aclocal.m4, compile, config.guess, config.sub, configure, depcomp, include/private/config.h.in, install-sh, ltmain.sh, m4/libtool.m4, m4/ltoptions.m4, m4/ltsugar.m4, m4/ltversion.m4, m4/lt~obsolete.m4, missing, mkinstalldirs: Remove.
2011-08-09Replace .cvsignore files with a project-wide .gitignore file.Ivan Maidanski
* .cvsignore: Replace with .gitignore. * include/private/.cvsignore: Remove.