35
I Use This!
High Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 16 hours ago.
May 04, 2023 — May 04, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
more cmake improvements; start removing the autotools stuff. More... almost 17 years ago
more cmake improvements; start removing the autotools stuff. More... almost 17 years ago
move cmake modules to a modules/ subdir More... almost 17 years ago
move cmake modules to a modules/ subdir More... almost 17 years ago
Fix enough stuff, and remove enough dead stuff, to make a simple test program compile More... almost 17 years ago
Fix enough stuff, and remove enough dead stuff, to make a simple test program compile More... almost 17 years ago
argh, forgot to svn add... More... almost 17 years ago
argh, forgot to svn add... More... almost 17 years ago
add platform check for __attribute__((always_inline)) More... almost 17 years ago
add platform check for __attribute__((always_inline)) More... almost 17 years ago
Add cmake module finding the appropriate variant of the "restrict" keyword. Could that be useful to have in kdelibs/cmake/modules ? More... almost 17 years ago
Add cmake module finding the appropriate variant of the "restrict" keyword. Could that be useful to have in kdelibs/cmake/modules ? More... almost 17 years ago
replace size_t with int everywhere. The size_t type means a number of _bytes_, and it was misused as counting e.g. the number of rows/columns in a matrix. Moreover, it is unsigned, which can give strange bugs if a signed/unsigned mismatch occurs. More... almost 17 years ago
replace size_t with int everywhere. The size_t type means a number of _bytes_, and it was misused as counting e.g. the number of rows/columns in a matrix. Moreover, it is unsigned, which can give strange bugs if a signed/unsigned mismatch occurs. More... almost 17 years ago
remove custom assert system and use plain standard asserts instead. we don't need no complication. More... almost 17 years ago
remove custom assert system and use plain standard asserts instead. we don't need no complication. More... almost 17 years ago
remove TVMET_DYNAMIC_MEMORY define and corresponding checks. More... almost 17 years ago
remove TVMET_DYNAMIC_MEMORY define and corresponding checks. More... almost 17 years ago
adding more CMakeLists, now tvmet is fully installed. More... almost 17 years ago
adding more CMakeLists, now tvmet is fully installed. More... almost 17 years ago
More cleanup, add CMakeLists for the testsuite. Now need to port it to QTestLib :/ More... almost 17 years ago
More cleanup, add CMakeLists for the testsuite. Now need to port it to QTestLib :/ More... almost 17 years ago
Complete the cmake platform checks and remove unnecessary defines. More... almost 17 years ago
Complete the cmake platform checks and remove unnecessary defines. More... almost 17 years ago
Convert 5 m4 checks to cmake modules More... almost 17 years ago
Convert 5 m4 checks to cmake modules More... almost 17 years ago
A TODO to motivate hundreds of hackers to help with Eigen 2 development. Cheesy slashdot joke included. More... almost 17 years ago
A TODO to motivate hundreds of hackers to help with Eigen 2 development. Cheesy slashdot joke included. More... almost 17 years ago
begin porting the configure checks to cmake More... almost 17 years ago
begin porting the configure checks to cmake More... almost 17 years ago