Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
evanweaver committed Feb 4, 2016
2 parents 25786f8 + 13c8dc4 commit 5d8a342
Show file tree
Hide file tree
Showing 59 changed files with 30,406 additions and 164 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## OpenStudio v1.10.2
###### 2016-01-21 — [Diff]( https://github.com/NREL/OpenStudio/compare/v1.10.1...v1.10.2 )

Closed Issues: 3 (#1713, #1947, #2028)
- ![Fixed:][fixed] [#1713]( https://github.com/NREL/OpenStudio/issues/1713 ), open studio not working on windows 8.1
- ![Fixed:][fixed] [#1947]( https://github.com/NREL/OpenStudio/issues/1947 ), Expose all fields of the Sizing:Zone object
- ![Fixed:][fixed] [#2028]( https://github.com/NREL/OpenStudio/issues/2028 ), Forward Translation error when multiple spaces of same space type in a zone when load type is design load

## OpenStudio v1.10.1
###### 2016-01-08 — [Diff]( https://github.com/NREL/OpenStudio/compare/v1.10.0...v1.10.1 )

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ project(OpenStudio)

set(CMAKE_VERSION_MAJOR 1)
set(CMAKE_VERSION_MINOR 10)
set(CMAKE_VERSION_PATCH 2)
set(CMAKE_VERSION_PATCH 3)

set(CMAKE_VERSION_BUILD "Unknown" CACHE STRING "Build number")
find_package(Git)
Expand Down
4 changes: 2 additions & 2 deletions developer/ruby/GitHubIssueStats.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
require 'date'
require 'yaml'

begin_date = Time.parse('2015-12-11' + 'T06:00:00Z')
begin_date = Time.parse('2016-01-08' + 'T06:00:00Z')

end_date = Time.now
end_date = Time.parse('2016-01-08' + 'T006:00:00Z')
end_date = Time.parse('2016-01-21' + 'T006:00:00Z')

repo_owner = 'NREL'
repo = 'OpenStudio'
Expand Down
18 changes: 11 additions & 7 deletions doc/Building and Testing OpenStudio.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ In CMake check the following:
- BUILD\_PACKAGE
- BUILD\_SWIG
- CMAKE\_BUILD\_TYPE = Release
- CMAKE\_BINARY\_DEB
- CPACK\_BINARY\_DEB

In CMake type the following:

Expand Down Expand Up @@ -285,6 +285,8 @@ Sanity Testing Release Builds
- Open PAT, make a project, and select the model above as your baseline model

### Tests to run
- Test prior version of OpenStudio model
- Test prior version of PAT project
- Use SketchUp to make a model on Windows 32 bit, Windows 64 bit, and Mac
- Test running PAT on the cloud on at least one platform
- Test BCL downloads
Expand Down Expand Up @@ -314,17 +316,19 @@ In the docroot folder\
Version Update
==============

The current version (X.Y.Z) being built, and the updated version (X.Y.Z+1) for the upcoming iteration need to be correctly incorporated into their respective documents.

- In `build\OSCore-prefix\src\OSCore-build\resources\osversion` copy directory X.Y.Z to `openstudiocore\resources\osversion` (new folder, 3 files)
- In the top level of your OpenStudio folder, update `CMakeLists.txt` version (1 line)
- In `openstudiocore\resources` update `CMakeLists.txt` version (3 lines, 1 location)
- In `openstudiocore\resources\model` update `OpenStudio.idd` version (1 line)
- In `openstudiocore\src\osversion` update `VersionTranslator.cpp` version
- In the top level of your OpenStudio folder, update `CMakeLists.txt` version to X.Y.Z+1 (1 line)
- In `openstudiocore\resources` update `CMakeLists.txt` version to X.Y.Z (3 lines, 1 location)
- In `openstudiocore\resources\model` update `OpenStudio.idd` version to X.Y.Z+1 (1 line)
- In `openstudiocore\src\osversion` update `VersionTranslator.cpp` version to X.Y.Z+1 in first location, and X.Y.Z in second location

At https://github.com/NREL/OpenStudio/blob/develop/openstudiocore/src/osversion/VersionTranslator.cpp

- Select "History", see edits if needed (usually use `defaultUpdate`, 2 lines)
- Select "History", see edits if needed (usually use `defaultUpdate` in first location, 1 line for each of 2 locations)

With Git, commit above files (Commit Message = `Updating version to X.Y.Z`)
With Git, commit above files (Commit Message = `Updating version to X.Y.Z+1`)

AMI BUILD
=========
Expand Down
Binary file modified doc/ReleaseNotes/OpenStudio_Release_Notes_1_10_0_20151218.docx
Binary file not shown.
Binary file modified doc/ReleaseNotes/OpenStudio_Release_Notes_1_10_0_20151218.pdf
Binary file not shown.
3 changes: 2 additions & 1 deletion openstudiocore/OpenStudioCoreConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ set(OpenStudioCore_INCLUDE_DIRS "${OpenStudioCore_INSTALL_PREFIX}/../src"
"@BoostLog_INCLUDE_DIRS@"
"@QJSON_INCLUDE_DIR@"
"@GTEST_INCLUDE_DIR@"
"@GEOGRAPHIC_INCLUDE_DIR@"
)
set(OpenStudioCore_LIBRARY_DIRS "${OpenStudioCore_INSTALL_PREFIX}/Products" "@GTEST_LIB_DIR@" "@QJSON_LIBRARY_DIRS@")
set(OpenStudioCore_LIBRARY_DIRS "${OpenStudioCore_INSTALL_PREFIX}/Products" "@GTEST_LIB_DIR@" "@QJSON_LIBRARY_DIRS@" "@GEOGRAPHIC_LIB_DIR@")
set(OpenStudioCore_CMAKE_DIR "@CMAKE_SOURCE_DIR@")
set(OpenStudioCore_SWIG_INCLUDE_DIR "@CMAKE_SOURCE_DIR@/src")

Expand Down
3 changes: 3 additions & 0 deletions openstudiocore/resources/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,9 @@ set(osversion_resources_src
osversion/1_10_1/OpenStudio.idd
osversion/1_10_1/example.osm
osversion/1_10_1/example.osc
osversion/1_10_2/OpenStudio.idd
osversion/1_10_2/example.osm
osversion/1_10_2/example.osc
osversion/unknown.osc
)

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

#see the URL below for information on how to write OpenStudio measures
# http://nrel.github.io/OpenStudio-user-documentation/measures/measure_writing_guide/
# http://nrel.github.io/OpenStudio-user-documentation/reference/measure_writing_guide/

#see the URL below for access to C++ documentation on model objects
# https://s3.amazonaws.com/openstudio-sdk-documentation/cpp/OpenStudio-1.5.0-doc/model/html/classes.html
Expand Down
Loading

2 comments on commit 5d8a342

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iteration (evanweaver) - i386-Windows-7-VisualStudio-12: Build Failed

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iteration (evanweaver) - Win64-Windows-7-VisualStudio-12: Build Failed

Build Badge Test Badge

Please sign in to comment.