summaryrefslogtreecommitdiffstats
path: root/qmake
ModeNameSize
-rw-r--r--CHANGES3249logstatsplain
-rw-r--r--Makefile.unix14742logstatsplain
-rw-r--r--Makefile.win325351logstatsplain
-rw-r--r--Makefile.win32-g++11986logstatsplain
-rw-r--r--Makefile.win32-g++-sh11984logstatsplain
-rw-r--r--cachekeys.h6207logstatsplain
d---------generators551logstatsplain
-rw-r--r--main.cpp6679logstatsplain
-rw-r--r--meta.cpp7210logstatsplain
-rw-r--r--meta.h2998logstatsplain
-rw-r--r--option.cpp30567logstatsplain
-rw-r--r--option.h6876logstatsplain
-rw-r--r--project.cpp123063logstatsplain
-rw-r--r--project.h6943logstatsplain
-rw-r--r--property.cpp8251logstatsplain
-rw-r--r--property.h2017logstatsplain
-rw-r--r--qmake.pri4845logstatsplain
-rw-r--r--qmake.pro1150logstatsplain
-rw-r--r--qmake_pch.h2008logstatsplain
'> Removed the stream-vfd from the basic library code. (The stream-vfd source files are not removed yet but the MANIFEST has been updated to NOT release those stream-vfd source files.) Platforms tested: Kagiso and smirom. Then test the release tar ball in kagiso. * [svn-r14269] bug fix: in the usage message example syntaxPedro Vicente Nunes2007-11-191-1/+1 | | | | tested: linux * [svn-r14268] enhancement: commnents and correct syntax for h5repack optionsPedro Vicente Nunes2007-11-192-4/+9 | | | | tested: linux * [svn-r14267] enhancement: formatted h5diff usage Pedro Vicente Nunes2007-11-1919-293/+456 | | | | tested: linux * [svn-r14266] enhancement: format usage messagePedro Vicente Nunes2007-11-192-2/+4 | | | | tested: linux * [svn-r14265] Purpose: Bring Windows test scripts up to date for h5diff changes.Scott Wegner2007-11-195-88/+102 | | | | | | | | Description: Recently, the format of parameters for h5diff was changed. This checkin makes the neccessary changes for Windows to also bring it up to date. Tested: VS6 on WinXP * [svn-r14264] new features: 1) new usage for h5diff " A la" h5dump formatPedro Vicente Nunes2007-11-1621-539/+864 | | | | | | 2) new usage for h5repack and new command line parsing using the tools library parsing code tested: windows, linux, solaris * [svn-r14262] Description:Quincey Koziol2007-11-151-2/+2 | | | | | | | | Correct "off by one" error in computing the size of block to allocate when the I/O size is less than the memory block size. Tested on: Customer machines, by local developer... * [svn-r14261] bug fix: new syntax for the h5diff call in the h5dopy shell scriptPedro Vicente Nunes2007-11-141-2/+2 | | | | tested: linux * [svn-r14260] bug fix: modified the h5repack script to call h5diff with its ↵Pedro Vicente Nunes2007-11-141-2/+2 | | | | | | brand new syntax tested: linux * [svn-r14259] New feature: removed one test and file from the h5diff shell ↵Pedro Vicente Nunes2007-11-132-55/+0 | | | | | | script that prints an error message that has an absolute path (invalid option), thus not suitable for the multi platform test * [svn-r14258] new feature: make h5diff use the same command line parsing code ↵Pedro Vicente Nunes2007-11-1366-167/+357 | | | | | | | | | and syntax than h5dump usage is now h5diff [OPTIONS] file1 file2 [obj1[obj2]] tested: windows, linux, solaris * [svn-r14256] bug fix: h5diff did not handle NaNsPedro Vicente Nunes2007-11-131-2/+228 | | | | | | | solution: added a NaN detection function according to RFC http://www.hdfgroup.uiuc.edu/RFC/HDF5/NaNs_and_HDF5/ tested: windows XP Vs6, linux, freeBsd, solaris 5.10 * [svn-r14255] Purpose: Add h5tinit.c to default Windows build processScott Wegner2007-11-13