Todd Gamblin
|
2cde67a781
Modules: Fix spelling 'To distributed' -> 'To distribute'
|
15 rokov pred |
Brad King
|
9daa4a6c3f
Remove CMAKE_SHARED_MODULE_RUNTIME_${lang}_FLAG
|
16 rokov pred |
Brad King
|
3a666595c9
Convert CMake non-find modules to BSD License
|
16 rokov pred |
Alexander Neundorf
|
ea8c04a4f8
STYLE: rename the files from CMake<GENERATOR>.cmake to
|
16 rokov pred |
Alexander Neundorf
|
352fb9ff66
ENH: move the code which queries gcc for the system include dirs from
|
16 rokov pred |
Alexander Neundorf
|
cbb7a509e8
ENH: when using the Eclipse project generator, run gcc so that it tells us
|
16 rokov pred |
Alexander Neundorf
|
097af4b86e
STYLE: fix typo
|
17 rokov pred |
Alexander Neundorf
|
512e0d40ef
|
18 rokov pred |
Alexander Neundorf
|
176fe63d15
|
18 rokov pred |
Alexander Neundorf
|
930bb0cd37
|
18 rokov pred |
Alexander Neundorf
|
61d3444f93
|
18 rokov pred |
Brad King
|
1d0502927c
ENH: Adding support to link specifically to an archive or a shared library based on the file name specified. This fixes the problem of having -lfoo linking to libfoo.so even when it came from libfoo.a being specified.
|
19 rokov pred |
Brad King
|
dbe7d39738
BUG: When copying the module variables from shared library variables use double quotes for the required definitions ...PREFIX and ...SUFFIX to make sure a value is set even if it is empty.
|
19 rokov pred |
Bill Hoffman
|
b7fa820118
ENH: add documentation support for modules
|
20 rokov pred |
Bill Hoffman
|
e63ea0a6d2
BUG: LINK_FLAGS are now all LINK_(LANG)_FLAGS
|
21 rokov pred |
Bill Hoffman
|
692ba48c4e
ENH: major changes to support addition of languages from cmake modules directory.
|
21 rokov pred |
Bill Hoffman
|
66a08c10e5
ENH: more uniform approach to enable language, one step closer to being able to enable a language without modifing cmake source code
|
21 rokov pred |
Andy Cedilnik
|
c8c5bb4e22
BUG: Unly set gcc flags for C compiler if CMAKE_COMPILER_IS_GNUCC is set
|
21 rokov pred |
Bill Hoffman
|
a1b94f4c5c
ENH: minor fortran fixes
|
21 rokov pred |
Bill Hoffman
|
9655299f08
ENH: initial fortran support
|
21 rokov pred |
Bill Hoffman
|
c8101e8e47
BUG: fix for bug 998, fix spelling errors
|
21 rokov pred |
Bill Hoffman
|
0b7d154ebd
ENH: add verbose make abilility to visual studio 7
|
21 rokov pred |
Bill Hoffman
|
a413160fec
ENH: add the unix makefile generator as an option from the windows GUI, this builds with mingw, cygwin, and combinations of make cl, bcc32
|
22 rokov pred |
Bill Hoffman
|
44e3bbce96
ENH: add LDFLAGS as an initial value for all linker flags, good for -64
|
22 rokov pred |
Bill Hoffman
|
bec6a7076a
move cmake install out of advanced
|
23 rokov pred |
Andy Cedilnik
|
c4bf103772
Remove extra quote
|
23 rokov pred |
Bill Hoffman
|
99f115d1fd
better docs
|
23 rokov pred |
Bill Hoffman
|
bd74882d3e
ENH: use CMAKE_ROOT and not PROJECT_ for try compile stuff, this allows projects within projects to have different languages
|
23 rokov pred |
Bill Hoffman
|
96189f79d5
ENH: unify EnableLanguage across all generators
|
23 rokov pred |
Bill Hoffman
|
e2d1104881
determine CMAKE_MAKE_PROGRAM in EnableLanguage
|
23 rokov pred |