Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Alvarez, Gonzalo
PsimagLite
Commits
591157d3
Commit
591157d3
authored
Jun 08, 2011
by
Alvarez, Gonzalo
Browse files
author attribution added to JSON parser
parent
3f5539f7
Changes
20
Hide whitespace changes
Inline
Side-by-side
LICENSE
View file @
591157d3
...
@@ -2,7 +2,8 @@ Copyright (c) 2009 , UT-Battelle, LLC
...
@@ -2,7 +2,8 @@ Copyright (c) 2009 , UT-Battelle, LLC
All rights reserved
All rights reserved
[PsimagLite, Version 1.0.0]
[PsimagLite, Version 1.0.0]
[by G.A., Oak Ridge National Laboratory]
[by G.A. and M.S., Oak Ridge National Laboratory]
[Json Parser written by M.S., Oak Ridge National Laboratory]
UT Battelle Open Source Software License 11242008
UT Battelle Open Source Software License 11242008
...
...
src/JSON/JSN_Writer.h
View file @
591157d3
...
@@ -4,6 +4,7 @@
...
@@ -4,6 +4,7 @@
/*@{*/
/*@{*/
/*! \file JSN_Writer.h
/*! \file JSN_Writer.h
Author: Michael S. Summers
*/
*/
...
...
src/JSON/JsonParser/ActionsMixin.h
View file @
591157d3
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
/** \ingroup JsonParser */
/** \ingroup JsonParser */
/*@{*/
/*@{*/
// Author: Michael S. Summers (ORNL)
/*! \file ActionsMixin.h
/*! \file ActionsMixin.h
*
*
*
*
...
...
src/JSON/JsonParser/AugmentedStateTransitionTable.h
View file @
591157d3
//-*-C++-*-
//-*-C++-*-
// Author: Michael S. Summers (ORNL)
/** \ingroup JsonParser */
/** \ingroup JsonParser */
/*@{*/
/*@{*/
...
...
src/JSON/JsonParser/CharacterMapper.h
View file @
591157d3
//-*-C++-*-
//-*-C++-*-
// Author: Michael S. Summers (ORNL)
/** \ingroup JsonParser */
/** \ingroup JsonParser */
/*@{*/
/*@{*/
...
...
src/JSON/JsonParser/DefaultContext.h
View file @
591157d3
//-*-C++-*-
//-*-C++-*-
// Author: Michael S. Summers (ORNL)
/** \ingroup JsonParser */
/** \ingroup JsonParser */
/*@{*/
/*@{*/
...
...
src/JSON/JsonParser/JsonParser.h
View file @
591157d3
//-*-C++-*-
//-*-C++-*-
// Author: Michael S. Summers (ORNL)
/** \ingroup JsonParser */
/** \ingroup JsonParser */
/*@{*/
/*@{*/
...
...
src/JSON/JsonParser/MatrixParser.h
View file @
591157d3
//-*-C++-*-
//-*-C++-*-
// Author: Michael S. Summers (ORNL)
/** \ingroup MatrixParser */
/** \ingroup MatrixParser */
/*@{*/
/*@{*/
...
...
src/JSON/JsonParser/ModesMixin.h
View file @
591157d3
//-*-C++-*-
//-*-C++-*-
// Author: Michael S. Summers (ORNL)
/** \ingroup JsonParser */
/** \ingroup JsonParser */
/*@{*/
/*@{*/
...
...
src/JSON/JsonParser/ParseBuffer.h
View file @
591157d3
//-*-C++-*-
//-*-C++-*-
// Author: Michael S. Summers (ORNL)
/** \ingroup JsonParser */
/** \ingroup JsonParser */
/*@{*/
/*@{*/
...
...
src/JSON/JsonParser/StateTranslationTable.h
View file @
591157d3
No preview for this file type
src/JSON/JsonParser/StatesAndActionsMixin.h
View file @
591157d3
//-*-C++-*-
//-*-C++-*-
// Author: Michael S. Summers (ORNL)
/** \ingroup JsonParser */
/** \ingroup JsonParser */
/*@{*/
/*@{*/
...
...
src/JSON/JsonParser/StatesMixin.h
View file @
591157d3
//-*-C++-*-
//-*-C++-*-
// Author: Michael S. Summers (ORNL)
/** \ingroup JsonParser */
/** \ingroup JsonParser */
/*@{*/
/*@{*/
...
...
src/JSON/JsonParser/TypesMixin.h
View file @
591157d3
//-*-C++-*-
//-*-C++-*-
// Author: Michael S. Summers (ORNL)
/** \ingroup JsonParser */
/** \ingroup JsonParser */
/*@{*/
/*@{*/
...
...
src/JSON/JsonParser/Whatever.h
View file @
591157d3
//-*-C++-*-
//-*-C++-*-
// Author: Michael S. Summers (ORNL)
/** \ingroup JsonParser */
/** \ingroup JsonParser */
/*@{*/
/*@{*/
...
...
src/JSON/JsonReader.h
View file @
591157d3
...
@@ -5,6 +5,7 @@
...
@@ -5,6 +5,7 @@
/*! \file ControlParameters.h
/*! \file ControlParameters.h
\brief Contains the parameters relating to the control of algorithms
\brief Contains the parameters relating to the control of algorithms
\author Michael S. Summers
*/
*/
#ifndef DCA_JSON_READER_HEADER_H
#ifndef DCA_JSON_READER_HEADER_H
...
...
src/JSON/MatrixLike.h
View file @
591157d3
//-*-C++-*-
//-*-C++-*-
// Author: Michael S. Summers (ORNL)
//
#ifndef PSIMAG_MatrixLike_H
#ifndef PSIMAG_MatrixLike_H
#define PSIMAG_MatrixLike_H
#define PSIMAG_MatrixLike_H
...
...
src/JSON/OperationClosure.h
View file @
591157d3
//-*- mode: C++; -*-
//-*- mode: C++; -*-
// Author: Michael S. Summers (ORNL)
//
/** \ingroup PSIMAG */
/** \ingroup PSIMAG */
/*@{*/
/*@{*/
...
...
src/JSON/PSIMAGAssert.h
View file @
591157d3
//-*-C++-*-
//-*-C++-*-
// Author: Michael S. Summers (ORNL)
//
#ifndef PSIMAG_Assert_H
#ifndef PSIMAG_Assert_H
#define PSIMAG_Assert_H
#define PSIMAG_Assert_H
...
...
src/JSON/Transposer.h
View file @
591157d3
//-*-C++-*-
//-*-C++-*-
// Author: Michael S. Summers (ORNL)
#ifndef PSIMAG_DCA_Transposer_H
#ifndef PSIMAG_DCA_Transposer_H
#define PSIMAG_DCA_Transposer_H
#define PSIMAG_DCA_Transposer_H
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment