Blog

Archive for the ‘Build Notes’ Category

Latest Build – 669

Monday, January 21st, 2013

Latest Changes:

      (Build b669) – 8 Jun 2013

      CODECHECK

      • Add complexity check for python

      COMMANDLINE

      • Added relative and named root portability for synced visual studio files.

      GENERAL

      • Fixed crash in project configuration when selecting a file imported from msvc with an unknown file type.

      METRICS

      • For C#, added CountLinePreprocessor metric.
      • For C#, added CountLineInactive metric.

      PARSER

      • Create entities of kind ‘unparsed file’ for project files that are not of a parseable type.

      PROJECT

      • Force .h files in fortran visual studio projects to be treated as fortran files, not c header files

      STRICT_PARSER

      • Fixed issue on Windows with looking up missing includes from project files when the include contains a directory separator.

      UPERL

      • Add new $ref->lexeme() command.

      VISUALSTUDIO

      • Fix bug importing MSVC 2010/2012 projects with source file specifications that include the metadata AdditionalIncludeDirectories or PreprocessorDefinitions.

      Build Notes

      Grab it at www.getunderstand.com

      Build Metrics: Comparing B442 -> B443

      Monday, April 28th, 2008

      Welcome to my first post using our own toolset to publish build metrics about our most recent weekly build.

       I’d intended to use Measure, a tool we are about to release in alpha form, for this post…. but alas I hit a problem with it that that will have to be resolved tomorrow by the engineers working on it. 

      So instead, this Build Metrics post will be done using the Change tool built in to Understand 2.0.  Later, I hope tomorrow, when the issue with Measure has been resolved, I’ll update this post with charts and reports made from it.

      First some procedures….. I have an Understand 2.0 project. It was synced to current source, but using fancy SVN magic I set it to April 20 for B442, then I reparsed, made a snapshot labeled B442. Then I restored the source to April 27 for B443, reparsed, and made a snapshot labeled B443.   Then I asked Change to compare B443 versus B442:

      All changes checked in to form B443:

      2008-04-28 20.28

      (more…)