Skip to content

Commit

Permalink
Initial commit of EnergyPlus. Current version is the 8.2.0.001 build …
Browse files Browse the repository at this point in the history
…in C++, which is still undergoing some debugging before it is ready for full development.
  • Loading branch information
Myoldmopar committed Mar 12, 2014
0 parents commit e635ede
Show file tree
Hide file tree
Showing 1,674 changed files with 5,617,995 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .gitattributes
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
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# nothing yet
15 changes: 15 additions & 0 deletions README.md
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)
Loading

0 comments on commit e635ede

Please sign in to comment.