Ken Martin
|
2e3c418500
|
unix fix
|
2001-05-17 12:14:18 -04:00 |
Ken Martin
|
aa72e182fe
|
half checked in changes for CMAKE_ROOT
|
2001-05-17 12:08:46 -04:00 |
Ken Martin
|
e093e4a4e0
|
new directory
|
2001-05-17 12:04:41 -04:00 |
Luis Ibanez
|
5e4b4ddaf2
|
VC++ Project file to construct the FLTK GUI for CMake
|
2001-05-17 12:02:56 -04:00 |
Luis Ibanez
|
ab03a4d976
|
Main file that instantiates the GUI class and run it.
|
2001-05-17 12:02:09 -04:00 |
Luis Ibanez
|
483e6ddafd
|
Implementation of the virtual Callbacks declared in the GUI
|
2001-05-17 12:01:30 -04:00 |
Luis Ibanez
|
259b5ad928
|
File generated by FLTK FLUID containing the implementation of the GUI
|
2001-05-17 12:00:26 -04:00 |
Luis Ibanez
|
c1b4b7730e
|
GUI description file used by FLTK interactive tool : FLUID
|
2001-05-17 11:58:00 -04:00 |
Bill Hoffman
|
1094200ea0
|
BUG: fix to compile on hp with aCC
|
2001-05-17 11:44:26 -04:00 |
Brad King
|
4d86b681de
|
Renamed gccxml input/output files to drop _tcl qualification.
|
2001-05-17 11:22:11 -04:00 |
Bill Hoffman
|
7514adc9a3
|
ENH: fix for sunCC
|
2001-05-16 18:10:31 -04:00 |
Bill Hoffman
|
d4498a9e52
|
BUG: fix for sun compiler
|
2001-05-16 18:08:14 -04:00 |
Brad King
|
9f8d296f15
|
ERR: Removed use of member templates.
|
2001-05-16 17:43:53 -04:00 |
Brad King
|
93bdef43fb
|
ERR: int -> unsigned int
|
2001-05-16 17:18:15 -04:00 |
Brad King
|
d055ebb8c5
|
ERR: const error fixed.
|
2001-05-16 17:18:01 -04:00 |
Brad King
|
3f12d26adb
|
ENH: Added cmCableClassSet.cxx to build.
|
2001-05-16 17:11:58 -04:00 |
Brad King
|
99a9fd6b3f
|
ERR: Added is_open() check in cmGeneratedFileStream::operator bool() so that implicit conversion to bool is not used.
|
2001-05-16 17:11:38 -04:00 |
Brad King
|
5f416cf45b
|
ERR: Removed dynamic_cast so that RTTI isn't required.
|
2001-05-16 17:11:01 -04:00 |
Brad King
|
f08a1b8885
|
ENH: Adding CABLE_CLASS_SET and CABLE_WRAP_TCL commands. They cannot yet be used with the main branch of CABLE, though.
|
2001-05-16 16:41:30 -04:00 |
Brad King
|
8011fe0fad
|
ENH: cmGeneratedFileStream class added to simplify copy-if-different usage on generated files.
|
2001-05-16 16:40:45 -04:00 |
Bill Hoffman
|
b9cfc413fc
|
*** empty log message ***
|
2001-05-16 15:43:45 -04:00 |
Bill Hoffman
|
1cd9ce6f6e
|
ENH: unify make process on unix
|
2001-05-16 15:15:21 -04:00 |
Brad King
|
a5480276d5
|
ENH: Added cmData and corresponding DataMap in cmMakefile to allow commands to register arbitrary extra data with the makefile without modifying the cmMakefile class definition.
|
2001-05-16 09:19:46 -04:00 |
Ken Martin
|
a12448c19b
|
added output directory support
|
2001-05-15 13:14:13 -04:00 |
Sebastien Barre
|
60a8a2f6aa
|
Changed separator between registry key and its value. Change regexp for registry key.
|
2001-05-14 16:47:09 -04:00 |
Sebastien Barre
|
5629f84e06
|
Changed separator between registry key and its value.
|
2001-05-14 16:46:37 -04:00 |
Bill Hoffman
|
942388186f
|
ENH: put back lost changes from r1.38
|
2001-05-14 10:36:04 -04:00 |
Sebastien Barre
|
4d07ba8b75
|
fix + => += bug reported by A. Perera
|
2001-05-12 07:29:23 -04:00 |
Sebastien Barre
|
23df737b6f
|
I know, there are more serious things to do :) A new icon. The previous one has not be overwritten, it's in there too.
|
2001-05-11 17:41:33 -04:00 |
Sebastien Barre
|
0d2c80aa2d
|
Extended the registry key regexp
|
2001-05-11 17:22:24 -04:00 |
Sebastien Barre
|
05c0cf7024
|
Add 8.4 and registry support
|
2001-05-11 17:11:25 -04:00 |
Sebastien Barre
|
fc70deedcf
|
Add support for a specific value name in a registry key
|
2001-05-11 17:11:06 -04:00 |
Geoffrey Cross
|
9f036244b7
|
Cache file is a bit prettier
|
2001-05-11 14:49:46 -04:00 |
Bill Hoffman
|
72a9a5546f
|
BUG: fix find library for unix
|
2001-05-11 14:39:30 -04:00 |
Sebastien Barre
|
1a2af3f583
|
NAMES syntax
|
2001-05-11 13:58:35 -04:00 |
Ken Martin
|
78232180f4
|
fix for expanding library vars
|
2001-05-11 13:52:54 -04:00 |
Sebastien Barre
|
d9858fea3b
|
Fix help string when NAMES was used (forgot the case when there is no name)
|
2001-05-11 12:30:42 -04:00 |
Sebastien Barre
|
fb35c19d30
|
Fix help string when NAMES was used
|
2001-05-11 12:13:14 -04:00 |
Brad King
|
6edfd1104c
|
ERR: int -> unsigned int.
|
2001-05-11 11:45:04 -04:00 |
Bill Hoffman
|
f81ae29834
|
BUG: add back thread library
|
2001-05-11 11:39:31 -04:00 |
Ken Martin
|
dbfc72c6b5
|
expands reg values
|
2001-05-11 11:07:05 -04:00 |
Ken Martin
|
639f1fa239
|
added registry entry support and windows app support
|
2001-05-11 10:53:17 -04:00 |
Ken Martin
|
4139f15de6
|
minor fixes and new python module
|
2001-05-11 10:27:46 -04:00 |
Bill Hoffman
|
a53f300bc0
|
BUG: fix gui problem
|
2001-05-11 10:04:24 -04:00 |
Bill Hoffman
|
69b51cc245
|
BUG: fix up gui with values that stay around too long
|
2001-05-10 17:23:00 -04:00 |
Geoffrey Cross
|
e539432495
|
definitions should now be overwritten if they already exist
|
2001-05-10 16:21:45 -04:00 |
Bill Hoffman
|
d04756d8f7
|
BUG: fix unix path search
|
2001-05-10 15:50:03 -04:00 |
Ken Martin
|
a15ae83e95
|
fix for expaning libraries prior to generating dsp
|
2001-05-10 15:32:49 -04:00 |
Geoffrey Cross
|
978407e042
|
Reads and uses MSPROJECT_TEMPLATE_DIRECTORY if it exists
|
2001-05-10 14:30:16 -04:00 |
Brad King
|
8b24163d27
|
BUG: Removing this file. It has been replaced by CMake.doc.gz to get around a problem with CVS.
|
2001-05-10 14:02:41 -04:00 |