Issue Details (XML | Word | Printable)

Key: STDCXX-5
Type: Task Task
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Martin Sebor
Reporter: Martin Sebor
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
C++ Standard Library

check in MSVC build infrastructure

Created: 27/Jul/05 09:01 AM   Updated: 10/Jan/06 03:27 AM  Due: 05/Aug/05
Return to search
Component/s: Build and Installation
Affects Version/s: 4.1.2
Fix Version/s: 4.1.3

Time Tracking:
Issue & Sub-Tasks
Issue Only
Not Specified

Environment: MSVC/Windows
Issue Links:
Reference
 

Resolved: 30/Nov/05 10:13 AM
Resolution Date: 30/Nov/05 10:13 AM

Sub-Tasks  All   Open   
No sub-tasks match this view.

 Description  « Hide
An infrastructure to build the project and its examples is missing from the repository. It needs to be created and checked in.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Martin Sebor made changes - 28/Jul/05 08:49 AM
Field Original Value New Value
Due Date 2005-08-05 00:00:00.0
Martin Sebor made changes - 28/Jul/05 08:58 AM
Fix Version/s 4.1.3 [ 12310191 ]
Repository Revision Date User Message
ASF #349027 Fri Nov 25 22:16:34 UTC 2005 sebor 2005-11-25 Anton Pevtsov <antonp@moscow.vdiweb.com>
Martin Sebor <sebor@roguewave.com>

STDCXX-5
* generate.bat: New Windows batch file to invoke the Windows build
infrastructure. Invoke like so:
> generate /BUILDDIR:<build-dir> /CONFIG:VC71
* configure.wsf: New Windows Script Host (WSH) file implementing
the Windows configuration infrastructure.
* generate.wsf: New WSH file implementing the part of the Windows
infrastructure responsible for generating Visual Studio projects
and solution(s).
* generate.js: New JScript file invoked from the WSH file above.
* runexamples.wsf: New helper WSH file for the batch invocation
of example programs.
* runexe.wsf: New helper WSH file used by the above to invoke
a single example or test program.
* update.js: New JScript file to update an already generated
Visual Studio solution and add new projects to it.
* config.js: New helper JScript file.
* msvc-config_classes.js: New MSVC-specific JScript helper file
containing definitions of classes and their members.
* data.js: New helper JScript file containing definitions of data.
* msvc-config.js: New MSVC-specific JScript helper file.
* utilities.js: New helper JScript file containing definitions
of non-member functions.
* summary.js: New helper JScript file to generate a summary build
log in HTML format.
* makelog.wsf: New helper WSH file invoked to generate a summary
build log.
* fun_present_check.cpp: New helper C++ source file used by
the configuration infrastructure to check for the presence
of library functions in dependent libraries.
Files Changed
ADD /incubator/stdcxx/trunk/etc/config/windows/makelog.wsf
ADD /incubator/stdcxx/trunk/etc/config/windows/generate.wsf
ADD /incubator/stdcxx/trunk/etc/config/windows/summary.js
ADD /incubator/stdcxx/trunk/etc/config/windows/config.js
ADD /incubator/stdcxx/trunk/etc/config/windows/msvc-config_classes.js
ADD /incubator/stdcxx/trunk/etc/config/windows/fun_present_check.cpp
ADD /incubator/stdcxx/trunk/generate.bat
ADD /incubator/stdcxx/trunk/etc/config/windows/msvc-config.js
ADD /incubator/stdcxx/trunk/etc/config/windows/generate.js
ADD /incubator/stdcxx/trunk/etc/config/windows/configure.wsf
ADD /incubator/stdcxx/trunk/etc/config/windows/runexe.wsf
ADD /incubator/stdcxx/trunk/etc/config/windows/update.wsf
ADD /incubator/stdcxx/trunk/etc/config/windows/data.js
ADD /incubator/stdcxx/trunk/etc/config/windows/utilities.js
ADD /incubator/stdcxx/trunk/etc/config/windows
ADD /incubator/stdcxx/trunk/etc/config/windows/runexamples.wsf

Martin Sebor added a comment - 30/Nov/05 10:13 AM
The first working version of the infrastructure is checked in.

Martin Sebor made changes - 30/Nov/05 10:13 AM
Assignee Martin Sebor [ sebor ]
Status Open [ 1 ] Resolved [ 5 ]
Resolution Fixed [ 1 ]
Martin Sebor made changes - 30/Nov/05 10:16 AM
Status Resolved [ 5 ] Closed [ 6 ]
Martin Sebor made changes - 10/Jan/06 03:27 AM
Link This issue relates to STDCXX-105 [ STDCXX-105 ]