Timeline
05/06/20:
- 21:05 Changeset in rtems-source-builder [0affb66]5 by Chris Johns <chrisj@…>
- rtems: Update the kernel and tools packages to the latest RTEMS 5
- 10:44 Changeset in rtems-central [31a305f] by Sebastian Huber <sebastian.huber@…>
- spec: Add some interface items
- 10:39 Changeset in rtems-central [1767cc8] by Sebastian Huber <sebastian.huber@…>
- interface: Rename path-domain in interface-domain
- 10:36 Changeset in rtems-central [833470c] by Sebastian Huber <sebastian.huber@…>
- items: Add Item.get()
- 09:40 Changeset in rtems-central [fa46b668] by Sebastian Huber <sebastian.huber@…>
- Move license and copyright registration of items This avoids a future cyclic dependency between the items and content modules.
- 09:11 Changeset in rtems-central [6772014] by Sebastian Huber <sebastian.huber@…>
- rtemsqual/tests/util: New module
- 08:31 Changeset in rtems-central [a5f3cc1] by Sebastian Huber <sebastian.huber@…>
- spec: Use item mapper for glossary terms
- 08:30 Changeset in rtems [084ea83]5 by Chris Johns <chrisj@…>
- testsuite: Add expected-fail to beagleboneblack Updates #2962
- 08:13 Changeset in rtems-central [aab2f5e] by Sebastian Huber <sebastian.huber@…>
- items: Rework item mapper Rename Item.get() in Item.get_by_key_path() since it may conflict with a future dict-like get() method. In Item.get_by_key_path() first call the get_value() callable to get the value. This allows a context-sensitive formatting of values.
- 06:11 GSoC/2020 edited by Richi Dubey
- Final submitted yes (diff)
- 06:02 Ticket #3973 (Add rtems_get_copyright_notice() and deprecate _Copyright_Notice) closed by Sebastian Huber <sebastian.huber@…>
- fixed: In d30a352/rtems: […]
- 06:02 Ticket #3972 (Deprecate <rtems/system.h>) closed by Sebastian Huber <sebastian.huber@…>
- fixed: In 63274da/rtems: […]
- 06:02 Ticket #3971 (Deprecate use of RTEMS_MAXIMUM_NAME_LENGTH) closed by Sebastian Huber <sebastian.huber@…>
- fixed: In 3d86d83/rtems: […]
- 06:02 Ticket #3970 (Deprecate use _RTEMS_version at API level) closed by Sebastian Huber <sebastian.huber@…>
- fixed: In 34b098e/rtems: […]
- 05:33 Changeset in rtems [ef9517b7]5 by Sebastian Huber <sebastian.huber@…>
- libtests/tar0[12]: Add tar archive Do not generate the test tar archive on the host computer since not all file systems support symbolic links. Close #3968.
- 05:19 Changeset in rtems [7e3af67]5 by Chris Johns <chrisj@…>
- testsuite: Add expected-fail to xilinx's zedboard, a9_qemu, zc702 and zc706 Updates #2962
- 05:18 Changeset in rtems [1b1755d9]5 by Chris Johns <chrisj@…>
- testsuite: Add expected-fail to psim Updates #2962
05/05/20:
- 23:53 Changeset in rtems [e9762d7]5 by Chris Johns <chrisj@…>
- libdl: Add allocator check script Use with the trace outout to check for allocation leaks.
- 23:52 Changeset in rtems [7d00247]5 by Chris Johns <chrisj@…>
- testsuite: Add expected-fail to erc32, leon2, and leon3 BSPs Updates #2962
- 23:51 Changeset in rtems [89f57a66]5 by Chris Johns <chrisj@…>
- testsuite: Add the BSP architecture to the include path Updates #2962
- 22:46 Changeset in rtems [e78c0806]5 by Chris Johns <chrisj@…>
- libtest/dl09: Test trampolines only when supported
- 14:16 Changeset in rtems [3ce3cdf]5 by Sebastian Huber <sebastian.huber@…>
- score: Update _Copyright_Notice Add the _Copyright_Notice to a special linker set to prevent a garbage collection of this item.
- 14:12 Changeset in rtems [d30a352]5 by Sebastian Huber <sebastian.huber@…>
- rtems: Deprecate _Copyright_Notice Close #3973.
- 14:11 Changeset in rtems [1af8e45b]5 by Sebastian Huber <sebastian.huber@…>
- rtems: Add rtems_get_copyright_notice() Update #3973.
- 12:58 Ticket #3973 (Add rtems_get_copyright_notice() and deprecate _Copyright_Notice) created by Sebastian Huber
- Deprecate the use of _Copyright_Notice at API level and instead …
- 12:55 Ticket #3972 (Deprecate <rtems/system.h>) created by Sebastian Huber
- This header file is included by <rtems.h> and contains only deprecated …
- 12:53 Changeset in rtems [63274da]5 by Sebastian Huber <sebastian.huber@…>
- rtems: Deprecate <rtems/system.h> Close #3972.
- 12:49 Changeset in rtems [3d86d83]5 by Sebastian Huber <sebastian.huber@…>
- rtems: Deprecate RTEMS_MAXIMUM_NAME_LENGTH This define is * not documented, * not used in the RTEMS code base, and * longer than sizeof(rtems_name). Close #3971.
- 12:46 Ticket #3971 (Deprecate use of RTEMS_MAXIMUM_NAME_LENGTH) created by Sebastian Huber
- This define is unused and undocumented. It is available via <rtems.h>. …
- 12:37 Changeset in rtems [34b098e]5 by Sebastian Huber <sebastian.huber@…>
- rtems: Deprecate use of _RTEMS_version Close #3970.
- 12:34 Changeset in rtems [4b9b6dd]5 by Sebastian Huber <sebastian.huber@…>
- Use rtems_get_version_string() Update #3970.
- 12:34 Ticket #3970 (Deprecate use _RTEMS_version at API level) created by Sebastian Huber
- The global variable _RTEMS_version was declared via <rtems.h> and may …
- 05:03 Ticket #3969 (dl06 fails on all libdl supported architectures) closed by Chris Johns <chrisj@…>
- fixed: In 3f50e8e/rtems: […]
- 05:00 Changeset in rtems [3f50e8e]5 by Chris Johns <chrisj@…>
- testsuite/dl06: Add a local define to control tracing Closes #3969
- 04:58 Changeset in rtems [b7702c54]5 by Chris Johns <chrisj@…>
- libdl/rap: Correctly check the return enum from rela calls - The change from bool to an enum did not trip a compiler warning and only the rel path was changed. The rela path was missed so archs like SPARC failed. Updates #3969
- 04:57 Changeset in rtems [3635d6a]5 by Chris Johns <chrisj@…>
- libdl/obj-comp: Add trace prints when decompressing Updates #3969
- 04:55 Changeset in rtems [d5fc2a6a]5 by Chris Johns <chrisj@…>
- libdl/obj-cache: Fail if the read offset is past the file length - The check was for greater than and not equal or greater Updates #3969
- 04:54 Changeset in rtems [b77670fd]5 by Chris Johns <chrisj@…>
- libdl/obj: Fix RAP format call table. Updates #3969
- 04:53 Changeset in rtems [fe77587]5 by Chris Johns <chrisj@…>
- libdl/sparc: Print trace message of reloc failture path Updates #3969
- 04:53 Changeset in rtems [285cda3]5 by Chris Johns <chrisj@…>
- libdl: Fix comment. Updates #3969
- 01:31 Changeset in rtems-tools [6de89d9]5 by Chris Johns <chrisj@…>
- linkers/ld: Output all reloc records to the RAP file Updates #3969
- 01:29 Ticket #3969 (dl06 fails on all libdl supported architectures) created by Chris Johns
-
The test
dl06
fails on alllibdl
supported architectures. - 00:52 Ticket #3968 (symlinks in RTEMS source tree) created by Chris Johns
- There is a symlink is in the RTEMS git repo and source tree. We cannot …
05/04/20:
- 12:47 Changeset in rtems-central [4fc185c] by Sebastian Huber <sebastian.huber@…>
- interface: Fix specification of compounds Use definition attribute for compound members.
05/03/20:
- 23:37 Ticket #3967 (Release source package list is out of date) created by Chris Johns
- The source package list needs to be reviewed and updated: …
- 23:35 Ticket #3966 (RSB bare version number if wrong.) created by Chris Johns
-
The
bare/bare-config.cfg
has the wrong major version number for RTEMS. - 18:44 Changeset in rtems-libbsd [35fc309] by Vijay Kumar Banerjee <vijay@…>
- wscript: add uninstall command
05/01/20:
- 16:12 Ticket #3962 (Licensing Requirements for Submissions Poorly Documented) closed by Joel Sherrill <joel@…>
- fixed: In 2d22d74/rtems-docs: […]
- 13:06 Ticket #3965 (Doxygen Wiki Page Has Content Not in Software Engineering Guide) closed by Joel Sherrill
- duplicate: Dupe of #2986
- 13:05 Ticket #2986 (Convert Coding Style to Sphinx Document) reopened by Joel Sherrill
- Reopening since more Doxygen advice/guidance found.
- 07:52 Changeset in rtems [f767355d]5 by Chris Johns <chrisj@…>
- rtems-bsps: Add markdown support - Convert to python for better performance
04/30/20:
- 22:19 Developer/Coding/Doxygen edited by Joel Sherrill
- Change wiki link to point to documentation (diff)
- 22:17 GCI/Documentation/DoxygenCleanup edited by Joel Sherrill
- Change wiki link to point to documentation (diff)
- 22:16 Ticket #3965 (Doxygen Wiki Page Has Content Not in Software Engineering Guide) created by Joel Sherrill
- https://devel.rtems.org/wiki/Developer/Coding/Doxygen needs further …
- 22:12 GCI/Documentation/DoxygenForBSPs edited by Joel Sherrill
- Fix obsolete wiki references (diff)
- 22:05 Ticket #2986 (Convert Coding Style to Sphinx Document) closed by Joel Sherrill
- fixed: The text in the Wiki page is now in the Software Engineering Guide. See https://docs.rtems.org/branches/master/eng/coding-conventions.html
- 22:03 WikiStart edited by Joel Sherrill
- Coding Conventions now points to docs.rtems.org (diff)
- 21:29 Changeset in rtems-docs [2d22d74]5am by Joel Sherrill <joel@…>
- Rework RTEMS licensing discussions. This now captures historical rationale along with cross-linking code templates with license guidelines. Closes #3962.
- 05:14 Changeset in rtems-central [22ec40f] by Sebastian Huber <sebastian.huber@…>
- items: Add ItemMapper? and ItemTemplate? classes
- 04:53 Changeset in rtems-central [3b9b2bd] by Sebastian Huber <sebastian.huber@…>
- tests: Fix issues found by flake8
04/29/20:
- 14:15 Changeset in rtems-central [b3f5b7e4] by Sebastian Huber <sebastian.huber@…>
- items: Add Item.map()
- 05:14 Ticket #3813 (RSB does not handle --rsb-file in releases) closed by Chris Johns
-
fixed: Pushed ...
https://git.rtems.org/rtems-release/commit/?id=5e16156b814762fa57ab049cfb80e4614124d04f
and built a release and tested it with a test URL and the
beagleboneblack
BSP stack built. - 04:52 Changeset in rtems [a8f0d94]5 by Sebastian Huber <sebastian.huber@…>
- libtests/heapwalk: Fix for RTEMS_DEBUG Update #2962.
- 01:42 History/Timeline edited by Hesham Almatary
- (diff)
04/28/20:
- 11:27 Changeset in rtems-central [520ba1dd] by Sebastian Huber <sebastian.huber@…>
- content: Rework API Use context managers for indent and comment blocks.
- 09:29 Changeset in rtems-central [9dad293] by Sebastian Huber <sebastian.huber@…>
- items: Use generator functions for item links This enables an easy access to link attributes.
- 08:41 Ticket #3944 (qoriq_e500 BSP bset fails) closed by Chris Johns <chrisj@…>
- fixed: In 13e4dfd/rtems-source-builder: […]
- 08:41 Changeset in rtems-source-builder [1011d5f]5 by Chris Johns <chrisj@…>
- rtems-kernel: Update to the latest
- 08:36 Changeset in rtems-source-builder [846c979]5 by Chris Johns <chrisj@…>
- devel/dtc: Change the home page to www.devicetree.org
- 08:34 Changeset in rtems-source-builder [13e4dfd]5 by Chris Johns <chrisj@…>
- rtems-bsb: Use linker garbage collection for BSP based builds Close #3944.
- 08:33 Changeset in rtems-source-builder [f1a3c8c]5 by Chris Johns <chrisj@…>
- rtems-libbsd: Remove the v from the package name verision
- 07:31 Changeset in rtems-central [ddbc8f7] by Sebastian Huber <sebastian.huber@…>
- interface: New module
- 07:14 Changeset in rtems-source-builder [2f8bd58]5 by Sebastian Huber <sebastian.huber@…>
- 6: Update unstable RTEMS 6 tool chain
- 06:27 Ticket #3945 (Update DTC example on rtems-docs/user/rsb/configuration.rst) closed by Chris Johns <chrisj@…>
- fixed: In ccc473b/rtems-docs: […]
- 06:25 Changeset in rtems-docs [ccc473b]5am by Chris Johns <chrisj@…>
- user/rsb: Update the configuration documentation Closes #3945
- 05:27 Ticket #3381 (rtems-test command line documentation appears to be out of date) closed by Chris Johns <chrisj@…>
- fixed: In 8bf866b/rtems-docs: […]
- 05:27 Changeset in rtems-docs [8bf866b]5am by Chris Johns <chrisj@…>
- user/tester: Remove command line help as output Closes #3381
- 05:21 Changeset in rtems-source-builder [47880bb]5 by Chris Johns <chrisj@…>
- rtems-kernel: Fix building without the rtems test option. Updates #3956
- 05:18 Ticket #3810 (Use the release details in the release build docs) closed by Chris Johns
- fixed: Fixed in the release scripts... https://git.rtems.org/rtems-release/commit/?id=158da70322fb3c4d8bc0f444e6bfd07fb2832495
- 04:00 Ticket #3693 (libdl incorrectly handles MIPS16hi/lo relocs) closed by Chris Johns <chrisj@…>
- fixed: In 0b416759/rtems: […]
- 03:58 Changeset in rtems [0b416759]5 by Chris Johns <chrisj@…>
- libdl/mips: Fix MIPS16hi/lo relocation support. This patch is an updated version from: https://lists.rtems.org/pipermail/users/2016-January/029740.html Closes #3693
- 01:49 Ticket #3817 (RSB fails on FreeBSD 12.0 (32bit and 64bit)) closed by Chris Johns
- fixed: I have updated the documentation. There was another ticket for that task.
- 01:45 Ticket #3630 (Build of rtems-tools fails with i686-w64-mingw32) closed by kaidoho <kho237115@…>
- fixed: In a1a05c7/rtems-tools: […]
- 01:32 Ticket #3956 (RSB BSP build with tests does not keep a copy) closed by Chris Johns <chrisj@…>
- fixed: In b42e051/rtems-docs: […]
- 01:30 Changeset in rtems-docs [b42e051]5am by Chris Johns <chrisj@…>
- user: Update the RSB BSP quick start to say where the tests are installed Closes #3956
- 01:05 Changeset in rtems-source-builder [d14da0a]5 by Chris Johns <chrisj@…>
- rtems-kernel: Install tests when tests are built The tests in RTEMS are not installed so if a user requests the tests be built install them. Given the RSB cleans up building the tests and not installing does nothing. - Fix the options handling the kernel build to be consistent Updates #3956
04/27/20:
- 19:15 Changeset in rtems-source-builder [d5ad667]5 by Anders Montonen <Anders.Montonen@…>
- source-builder/config/gdb-common-1.cfg: Fix building with Python 3.8 Starting with Python 3.8, python3-config requires the "--embed" flag to print the flags required for embedding Python in an application. Fixes: error: shell macro failed: /home/anders/work/rtems/rsb/source-builder/sb/rtems-build-dep -c gcc -l : 2: error: no library (-l) provided Signed-off-by: Anders Montonen <Anders.Montonen@…>
- 19:15 Changeset in rtems-source-builder [ae9faa2]5 by Anders Montonen <Anders.Montonen@…>
- sb/linux.py: Workaround for Python >= 3.8 The platform.dist() interface has been deprecated since Python 3.5, and has been removed in Python 3.8. Fixes: Traceback (most recent call last): File "/home/anders/work/rtems/rsb/source-builder/sb/options.py", line 682, in load overrides = linux.load() File "/home/anders/work/rtems/rsb/source-builder/sb/linux.py", line 60, in load distro = platform.dist()[0] AttributeError?: module 'platform' has no attribute 'dist' Signed-off-by: Anders Montonen <Anders.Montonen@…>
- 19:15 Changeset in rtems-source-builder [0c7965c]5 by Anders Montonen <Anders.Montonen@…>
- sb: Fix Python literal comparison warnings Fixes: SyntaxWarning?: "is" with a literal. Did you mean "=="? Signed-off-by: Anders Montonen <Anders.Montonen@…>
- 14:14 Changeset in rtems [cfe8f7a]5 by Sebastian Huber <sebastian.huber@…>
- doxygen: Switch @brief and @ingroup This order change fixes the Latex documentation build via Doxygen.
- 07:09 Ticket #3231 (RTEMS Top level README needs updating.) closed by Chris Johns
- fixed
- 04:40 Changeset in rtems-source-builder [a137ab8]5 by Chris Johns <chrisj@…>
- devel/glib: Fix the checksum for the patch
- 01:35 Changeset in rtems [396e9830]5 by Chris Johns <chrisj@…>
- README: Fix the rtems.git line Updates #3231
- 00:14 Ticket #3960 (Add to FreeBSD host setup information) closed by Chris Johns <chrisj@…>
- fixed: In 7fab12c/rtems-docs: […]
- 00:03 Changeset in rtems-docs [7fab12c]5am by Chris Johns <chrisj@…>
- freebsd: Update to reflect the current release 12 requirements Closes #3960
04/24/20:
- 18:28 Changeset in rtems-central [b0ca1a7] by Sebastian Huber <sebastian.huber@…>
- validation: Move documentation to test case body
- 12:49 Changeset in rtems-central [0dee9e4] by Sebastian Huber <sebastian.huber@…>
- Generate a test suite with two test cases
- 08:23 Changeset in rtems-central [bf8667f] by Sebastian Huber <sebastian.huber@…>
- build: Simplify gather_files()
- 06:20 Changeset in rtems-central [5932488] by Sebastian Huber <sebastian.huber@…>
- content: Add CContent
04/23/20:
- 14:01 Changeset in rtems-central [b56b591] by Sebastian Huber <sebastian.huber@…>
- content: Add Content base class
- 12:20 Changeset in rtems-central [493fefc] by Sebastian Huber <sebastian.huber@…>
- validation: New module
- 10:36 Changeset in rtems-central [48cdcc1] by Sebastian Huber <sebastian.huber@…>
- items: Add Item.load()
- 09:28 Changeset in rtems-central [e80cc21] by Sebastian Huber <sebastian.huber@…>
- items: Add Item.file
- 05:39 Changeset in rtems-central [acff7b1] by Sebastian Huber <sebastian.huber@…>
- Mention Git push option to create a merge request
04/22/20:
- 13:59 Changeset in rtems-central [d4eb5be] by Sebastian Huber <sebastian.huber@…>
- Fix typo in Makefile
- 11:43 Changeset in rtems-docs [d4ba908]5am by Sebastian Huber <sebastian.huber@…>
- eng: Update requirements engineering chapter Update requirements engineering chapter due to the removal of Doorstop as the requirements management tool. Update the application configuration related specification items. Update #3715.
- 11:18 Ticket #3964 (Install Newlib sources via RSB and direct the debug information to the ...) created by Sebastian Huber
- GCC has since at least version 6 the following option …
- 09:35 Changeset in rtems-central [c5a026c] by Sebastian Huber <sebastian.huber@…>
- Clarify use of git submodule sync
- 09:30 Changeset in rtems-central [d2126f1] by Sebastian Huber <sebastian.huber@…>
- Add Git hook intended for pre-push or pre-commit
- 09:22 Changeset in rtems-central [b6041e6] by Sebastian Huber <sebastian.huber@…>
- Fail if coverage drops
- 05:12 Ticket #3963 (Add build specification item verification) created by Sebastian Huber
- The new build system uses build specification items to define what is …
Note: See TracTimeline
for information about the timeline view.