openmct/platform
Pete Richards 9e12886c66 Shortcut index check for append/prepend
Update the insertion point check with shortcutting behavior
for appending / prepending objects, which is the common case
for sorted inserts on initial table load (when large numbers of
records are inserted).  This allows O(1) performance for the
common case while maintaining O(log n) performance for the edge
case.
2017-12-11 10:39:02 -08:00
..
commonUI [DateTime Field] Disabled autocorrect and spellcheck for datetime fields (#1769) 2017-12-07 13:29:52 -08:00
containment Merge pull request #1518 from nasa/copyright-1517 2017-04-23 17:22:01 -07:00
core [Build] Modify version info injection to fix sourcemaps (#1708) 2017-09-20 11:50:17 -07:00
data [Documentation] Updated copyright statement. Fixes #1081 2016-07-12 16:55:57 -07:00
entanglement Merge pull request #1519 from nasa/mct1456 2017-04-24 15:39:18 -07:00
execution [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
exporters [Import/Export] Adds Import and Export functionality 2017-08-25 19:28:29 -04:00
features Shortcut index check for append/prepend 2017-12-11 10:39:02 -08:00
forms Summary Widgets (#1668) 2017-11-28 13:23:15 -08:00
framework [Open1641] Updated the spec files to check for info messages instead of warning messages 2017-07-10 09:46:51 -07:00
identity [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
import-export [Front-end] Updated to use new glyphs 2017-09-25 15:22:35 -07:00
persistence [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
policy [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
representation [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
search Merge pull request #1614 from nasa/open1569 2017-06-21 11:24:23 -07:00
status [Licenses] Update copyright year to 2017 2017-04-05 14:52:46 -07:00
telemetry [Telemetry] Legacy adapter handles source remap 2017-09-21 10:51:16 -07:00
README.md [Documentation] Updated copyright statement. Fixes #1081 2016-07-12 16:55:57 -07:00

This directory contains all bundles for the Open MCT platform, as well as the framework which runs them.