forked from NREL/EnergyPlus
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial commit of EnergyPlus. Current version is the 8.2.0.001 build …
…in C++, which is still undergoing some debugging before it is ready for full development.
- Loading branch information
0 parents
commit e635ede
Showing
1,674 changed files
with
5,617,995 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Info about setting up this file can be found here: | ||
# https://help.github.com/articles/dealing-with-line-endings | ||
|
||
# The default behavior for files will be to have them converted to native line endings during checkout | ||
# but they will be stored in the repo with LF (linux) line endings during commit | ||
# This "default" is enforced by the wildcard on the next line | ||
* text | ||
|
||
# For now, however, the E+ C++ engine can *only* read LF line endings, so anything that E+ must read should be LF | ||
*.idf text eol=lf | ||
*.idd text eol=lf | ||
*.imf text eol=lf | ||
*.csv text eol=lf | ||
*.dat text eol=lf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# nothing yet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
EnergyPlusTeamPrep | ||
================== | ||
|
||
Things done: | ||
- E+ builds in standalone mode, against the Objexx library | ||
- Works on Linux, haven't tried other yet | ||
- External libraries build also, but E+ doesn't link to them yet | ||
- CMake successfully made an eclipse project | ||
|
||
Things to work on: | ||
- Get E+ building against all the libraries | ||
- Need to add the testing tools into this repo and customize it for the executable structure | ||
- Once ready, push it into EnergyPlusTeam | ||
- Keep it in sync with the C++ dev code, work on testing further | ||
- For now, make sure it can build EPMacro, etc. (FORTRAN pieces) |
Oops, something went wrong.