index
:
kconfig.git
hurd
master
hurd kconfig.git
biblio
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
autotests
Age
Commit message (
Expand
)
Author
2014-09-18
Replace nullptr with Q_NULLPTR.
Nicolás Alvarez
2014-07-01
Fix compiler warning due to undefined macro
Alex Richardson
2014-07-01
Fix reading of XDG style semicolon separated lists with escaped ';'
Alex Richardson
2014-07-01
Fix unittest: must sync in main thread for other threads to see the changes
David Faure
2014-07-01
KSharedConfig: move mainConfig and wasTestEnabled to the thread storage.
David Faure
2014-06-27
Fix build on Visual C++ 2010.
Nicolás Alvarez
2014-06-27
Fix syntax in kdesktopfiletest.
Nicolás Alvarez
2014-06-21
Adapt change to NAME_PREFIX behaviour in ecm_add_tests.
Alex Merry
2014-06-21
Fix reading of entries for language/country combinations
Martin Gräßlin
2014-06-13
Reorder Tests
Thomas Braxton
2014-06-12
Fix locale-aware reading in KDesktopFile
Martin Gräßlin
2014-06-12
Simple Cleanups
Thomas Braxton
2014-05-26
REVIEW: 118039
Thomas Braxton
2014-05-10
Revert "adapt to ECMAddTests change"
Alex Richardson
2014-05-10
adapt to ECMAddTests change
Alex Richardson
2014-05-07
Apparently calling readAll() on the temporary file doesn't work
Alex Richardson
2014-05-07
Test that kconfig always uses native line endings in the created files
Alex Richardson
2014-05-07
Fix kconf_update test on Windows
Alex Richardson
2014-05-07
Generate MOC files for kconfig_compiler outputs in tests.
Matthew Dawson
2014-05-07
fix kconfig_compiler test on windows
Alex Richardson
2014-05-07
Fix unit tests after renaming the test executables
Alex Richardson
2014-05-07
Use ecm_add_test(s) instead of own macro
Alex Richardson
2014-04-26
Adapt to changes in KDEInstallDirs
Aleix Pol
2014-03-28
Stop re-loading values inside KCoreConfigSkeleton::save().
Matthew Dawson
2014-03-24
Rename the kconfig_compiler_kf5 target to kconfig_compiler
Alex Merry
2014-03-23
Add KCoreConfigSkeleton::read() which doesn't call reparseConfiguration.
David Faure
2014-03-13
Normalize vars to avoid odd bugs: QT_REQUIRED_VERSION => REQUIRED_QT_VERSION
Aurélien Gâteau
2014-03-05
kconfigtest: write everything into a subdirectory
Alex Richardson
2014-02-20
Make kconfig_compiler signals actually useful + add unit test
Alex Richardson
2014-02-19
Print the diff to stdout on comparison failure
Alex Richardson
2014-01-15
Improve dependency specifications.
Michael Palimaka
2014-01-13
Make Qt5Test an optional dependency
Alex Richardson
2014-01-09
further rename of kconfig_compiler to kconfig_compiler_kf5
Jonathan Riddell
2014-01-09
Further renaming to kconfig_compiler_kf5
Jonathan Riddell
2014-01-09
rename kconfig_compiler to kconfig_compiler_kf5
Jonathan Riddell
2013-12-18
Code reformatted using kde-dev-scripts/astyle-kdelibs.
David Faure
2013-12-18
Move kconfig code to the root directory.
Jenkins CI