summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/assoc.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-04-04doxygen: Added further groups to RTEMSAPIAndreas Dachsberger1-9/+16
Update #3706. Associativity Routines, BSD Compatibility Support now part of RTEMSAPI
2019-02-28Remove explicit file names from @fileSebastian Huber1-1/+1
This makes the @file documentation independent of the actual file name. Update #3707.
2018-01-25Remove make preinstallChris Johns1-0/+0
A speciality of the RTEMS build system was the make preinstall step. It copied header files from arbitrary locations into the build tree. The header files were included via the -Bsome/build/tree/path GCC command line option. This has at least seven problems: * The make preinstall step itself needs time and disk space. * Errors in header files show up in the build tree copy. This makes it hard for editors to open the right file to fix the error. * There is no clear relationship between source and build tree header files. This makes an audit of the build process difficult. * The visibility of all header files in the build tree makes it difficult to enforce API barriers. For example it is discouraged to use BSP-specifics in the cpukit. * An introduction of a new build system is difficult. * Include paths specified by the -B option are system headers. This may suppress warnings. * The parallel build had sporadic failures on some hosts. This patch removes the make preinstall step. All installed header files are moved to dedicated include directories in the source tree. Let @RTEMS_CPU@ be the target architecture, e.g. arm, powerpc, sparc, etc. Let @RTEMS_BSP_FAMILIY@ be a BSP family base directory, e.g. erc32, imx, qoriq, etc. The new cpukit include directories are: * cpukit/include * cpukit/score/cpu/@RTEMS_CPU@/include * cpukit/libnetworking The new BSP include directories are: * bsps/include * bsps/@RTEMS_CPU@/include * bsps/@RTEMS_CPU@/@RTEMS_BSP_FAMILIY@/include There are build tree include directories for generated files. The include directory order favours the most general header file, e.g. it is not possible to override general header files via the include path order. The "bootstrap -p" option was removed. The new "bootstrap -H" option should be used to regenerate the "headers.am" files. Update #3254.
2017-01-12Fix documentation commentSebastian Huber1-4/+4
2017-01-12Add and use rtems_assoc_thread_states_to_string()Sebastian Huber1-0/+16
2017-01-12Add rtems_assoc_32_to_string()Sebastian Huber1-1/+32
2012-12-28Header File Doxygen Enhancement Task #7Mathew Kallada1-1/+3
2012-12-28Miscellaneous Doxygen clean-upJoel Sherrill1-1/+1
2012-12-15libcsupport: Doxygen Enhancement Task #8Alex Ivanov1-0/+3
http://www.google-melange.com/gci/task/view/google/gci2012/7996208
2012-12-11libcsupport: Doxygen enhancement GCI task #6Alex Ivanov1-4/+11
http://www.google-melange.com/gci/task/view/google/gci2012/7992212
2012-12-11libcsupport: Doxygen enhancement GCI task #4Alex Ivanov1-0/+3
http://www.google-melange.com/gci/task/view/google/gci2012/8009205
2012-12-11libcsupport: GCI Doxygen Task #7Alex Ivanov1-0/+3
http://www.google-melange.com/gci/task/view/google/gci2012/7975223
2012-12-10libcsupport: Doxygen enhancement task #5Alex Ivanov1-0/+6
http://www.google-melange.com/gci/task/view/google/gci2012/7992211
2012-12-09libcsupport: Doxygen enhancement task #2Alex Ivanov1-0/+6
http://www.google-melange.com/gci/task/view/google/gci2012/8017203
2012-12-08libcsupport: Doxygen Enhancement Task #3Mathew Kallada1-1/+13
http://www.google-melange.com/gci/task/view/google/gci2012/7992210
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-3/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2011-06-242011-06-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-5/+3
* include/rtems/bspIo.h, include/rtems/concat.h, include/rtems/endian.h, include/rtems/fs.h, include/rtems/irq.h, include/rtems/pci.h, include/rtems/userenv.h, libblock/include/rtems/flashdisk.h, libblock/include/rtems/nvdisk-sram.h, libblock/include/rtems/nvdisk.h, libcsupport/include/clockdrv.h, libcsupport/include/console.h, libcsupport/include/iosupp.h, libcsupport/include/spurious.h, libcsupport/include/motorola/mc68230.h, libcsupport/include/rtems/assoc.h, libcsupport/include/rtems/error.h, libcsupport/include/rtems/framebuffer.h, libcsupport/include/rtems/gxx_wrappers.h, libcsupport/include/rtems/libcsupport.h, libcsupport/include/rtems/libio_.h, libcsupport/include/rtems/malloc.h, libcsupport/include/rtems/termiostypes.h, libcsupport/include/sys/statvfs.h, libcsupport/include/sys/termios.h, libcsupport/include/sys/utsname.h, libcsupport/include/zilog/z8036.h, libcsupport/include/zilog/z8530.h, libcsupport/include/zilog/z8536.h, libfs/src/imfs/imfs.h, libfs/src/pipe/pipe.h, libmisc/capture/capture-cli.h, libmisc/capture/capture.h, libmisc/cpuuse/cpuuse.h, libmisc/devnull/devnull.h, libmisc/devnull/devzero.h, libmisc/dumpbuf/dumpbuf.h, libmisc/fb/fb.h, libmisc/fb/mw_uid.h, libmisc/mouse/mouse_parser.h, libmisc/shell/shellconfig.h, libmisc/stringto/stringto.h, libmisc/untar/untar.h, libnetworking/memory.h, posix/include/aio.h, posix/include/mqueue.h, posix/include/semaphore.h, posix/include/rtems/posix/aio_misc.h, posix/include/rtems/posix/barrier.h, posix/include/rtems/posix/cond.h, posix/include/rtems/posix/config.h, posix/include/rtems/posix/key.h, posix/include/rtems/posix/mqueue.h, posix/include/rtems/posix/mutex.h, posix/include/rtems/posix/posixapi.h, posix/include/rtems/posix/priority.h, posix/include/rtems/posix/psignal.h, posix/include/rtems/posix/pthread.h, posix/include/rtems/posix/ptimer.h, posix/include/rtems/posix/rwlock.h, posix/include/rtems/posix/semaphore.h, posix/include/rtems/posix/sigset.h, posix/include/rtems/posix/spinlock.h, posix/include/rtems/posix/threadsup.h, posix/include/rtems/posix/time.h, posix/include/rtems/posix/timer.h, posix/inline/rtems/posix/barrier.inl, posix/inline/rtems/posix/cond.inl, posix/inline/rtems/posix/mqueue.inl, posix/inline/rtems/posix/mutex.inl, posix/inline/rtems/posix/priority.inl, posix/inline/rtems/posix/pthread.inl, posix/inline/rtems/posix/rwlock.inl, posix/inline/rtems/posix/semaphore.inl, posix/inline/rtems/posix/spinlock.inl, posix/inline/rtems/posix/timer.inl, rtems/mainpage.h, rtems/include/rtems/rtems/barrier.h, rtems/include/rtems/rtems/object.h, rtems/include/rtems/rtems/timer.h, rtems/inline/rtems/rtems/barrier.inl, rtems/inline/rtems/rtems/timer.inl, rtems/src/semtranslatereturncode.c, sapi/include/rtems/config.h, sapi/include/rtems/fatal.h, sapi/include/rtems/mptables.h, score/include/rtems/score/object.h, score/include/rtems/score/priority.h, score/inline/rtems/score/object.inl, score/inline/rtems/score/priority.inl: Add @file Doxygen directives and descriptions to files which originated with RTEMS. This improves the file list page generated by Doxygen.
2009-06-03Add extern "C" {} guards.Ralf Corsepius1-1/+10
2008-01-252008-01-24 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-6/+6
* libcsupport/include/rtems/assoc.h: rtems_assoc_ptr_by_local should be in public API.
2007-12-212007-12-21 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-8/+5
PR 1268/cpukit * libcsupport/include/rtems/assoc.h: There is no rtems_assoc_ptr_by_value method.
2007-03-262007-03-26 Joel Sherrill <joel@OARcorp.com>Joel Sherrill1-15/+83
* libcsupport/include/rtems/assoc.h: Pick up the include file changes associated with the file splitting.
2005-01-28New header guards.Ralf Corsepius1-2/+2
2004-12-02Add doxygen preamble.Ralf Corsepius1-0/+4
2004-03-232004-03-23 Ralf Corsepius <ralf_corsepius@rtems.org>Ralf Corsepius1-16/+16
* libcsupport/include/chain.h, libcsupport/include/clockdrv.h, libcsupport/include/ringbuf.h, libcsupport/include/spurious.h, libcsupport/include/timerdrv.h, libcsupport/include/vmeintr.h, libcsupport/include/motorola/mc68230.h, libcsupport/include/rtems/assoc.h, libcsupport/include/rtems/libio.h, libcsupport/include/rtems/libio_.h, libcsupport/include/rtems/termiostypes.h, libcsupport/include/zilog/z8036.h, libcsupport/include/zilog/z8530.h, libcsupport/include/zilog/z8536.h, libcsupport/src/__gettod.c, libcsupport/src/assoc.c, libcsupport/src/assocnamebad.c, libcsupport/src/error.c, libcsupport/src/libio.c, libcsupport/src/libio_sockets.c, libcsupport/src/malloc.c, libcsupport/src/no_libc.c, libcsupport/src/termios.c, libcsupport/src/termiosreserveresources.c: Convert to using c99 fixed-size types.
1996-04-22updates from Tony BennettJoel Sherrill1-2/+0
1996-01-15updates from Tony Bennett for PA and UNIX portsJoel Sherrill1-17/+17
1995-08-17Numerous miscellaneous features incorporated from Tony BennettJoel Sherrill1-0/+44
(tbennett@divnc.com) including the following major additions: + variable length messages + named devices + debug monitor + association tables/variables