StarlingX High Availability/Process Monitoring/Service Management
Go to file
Bin Qian c2c8228d30 sm components to use C++11 standard
This commit does not have any functional or performance change.
This change adds -std=c++11 compile option to Makefiles to
enalbe using C++11 standard features.
This change also cleans errors that c++11 standard complains:
Werror=literal-suffix,
e.g:
   "msg_seq=%"PRIi64"."
   error: invalid suffix on literal;
          C++11 requires a space between literal and identifier
changed to:
   "msg_seq=%" PRIi64 "."

Story: 2003493
Task: 24770

Change-Id: I0225a4326ff8320f36246cc5678698781e903617
Signed-off-by: Bin Qian <bin.qian@windriver.com>
2018-08-20 15:44:01 +00:00
service-mgmt sm components to use C++11 standard 2018-08-20 15:44:01 +00:00
service-mgmt-api Create independent sm-api client 2018-08-13 14:16:57 -04:00
service-mgmt-client Create independent sm-api client 2018-08-13 14:16:57 -04:00
service-mgmt-tools Fix slow VM recovery after unlocking AIO-SX host 2018-06-28 12:49:24 -04:00
.gitignore Add default test framework 2018-06-09 08:56:58 -05:00
.gitreview Add .gitreview 2018-05-31 07:36:26 -07:00
.zuul.yaml Remove non-voting gate job 2018-06-29 14:30:44 -05:00
CONTRIBUTORS.wrs StarlingX open source release updates 2018-05-31 07:36:26 -07:00
LICENSE StarlingX open source release updates 2018-05-31 07:36:26 -07:00
README.rst fixing typo 2018-06-27 14:32:15 -05:00
centos_pkg_dirs Split centos-pkg-dirs along git boundaries. 2018-06-20 16:26:24 -04:00
mwa-solon.map StarlingX open source release updates 2018-05-31 07:36:26 -07:00
test-requirements.txt Add default test framework 2018-06-09 08:56:58 -05:00
tox.ini Add default test framework 2018-06-09 08:56:58 -05:00

README.rst

stx-ha

StarlingX Service Management