index
:
qt-labs/jom.git
1.0
master
JOM build tool
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
jomlib
/
makefile.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Speed up cycle checking
Robin Watts
2023-08-10
1
-0
/
+1
*
Replace the deprecated qStableSort with std::stable_sort
Joerg Bornemann
2019-04-24
1
-1
/
+2
*
Fix initialization order warnings
Joerg Bornemann
2017-02-14
1
-6
/
+6
*
Remove usages of qFind
Joerg Bornemann
2016-11-11
1
-5
/
+1
*
update license headers
Joerg Bornemann
2016-02-11
1
-18
/
+23
*
implement special .NOTPARALLEL target
Joerg Bornemann
2015-12-09
1
-1
/
+2
*
update license headers
Joerg Bornemann
2015-04-28
1
-2
/
+2
*
allow multiple minus characters before commands
Joerg Bornemann
2015-03-17
1
-2
/
+7
*
fix ignoring exit codes greater than 255
Joerg Bornemann
2015-03-17
1
-2
/
+6
*
fix $? filename macro for nonexistent targets
Joerg Bornemann
2015-03-17
1
-7
/
+0
*
fix quoting of dependencies with spaces
Joerg Bornemann
2014-10-13
1
-21
/
+9
*
unify license header style
Joerg Bornemann
2014-02-07
1
-0
/
+1
*
update license headers
Joerg Bornemann
2014-01-17
1
-1
/
+1
*
fix filename macro modifiers for $** and $?
Joerg Bornemann
2013-01-02
1
-43
/
+68
*
make macro substitutions reusable
Joerg Bornemann
2013-01-02
1
-1
/
+3
*
update license headers
Joerg Bornemann
2013-01-02
1
-1
/
+1
*
license headers updated
Joerg Bornemann
2012-11-19
1
-5
/
+2
*
Remove platform specific pathname handling
Mats Bengtsson
2012-11-16
1
-2
/
+3
*
Add missing format string in printf statements
Mats Bengtsson
2012-11-16
1
-19
/
+8
*
fix cmake build
Joerg Bornemann
2012-05-16
1
-0
/
+1
*
filetime.{h|cpp} renamed to fastfileinfo.{h|cpp}
Joerg Bornemann
2012-05-11
1
-1
/
+0
*
remove FileInfo class
Joerg Bornemann
2012-05-11
1
-5
/
+5
*
do not distinguish between quoted and unquoted target names
Joerg Bornemann
2012-05-11
1
-9
/
+4
*
fix performance penalty in DependencyGraph::internalBuild
Joerg Bornemann
2012-05-11
1
-0
/
+9
*
fix performance penalty in Parser::findRulesByTargetName
Joerg Bornemann
2012-03-02
1
-20
/
+21
*
license headers updated
Joerg Bornemann
2012-01-25
1
-1
/
+1
*
make sure $(?) and $(**) do not create garbage when there are no dependents
Victor Savu
2012-01-09
1
-0
/
+2
*
Do not display garbage for $** and $? if there are no dependents
Victor Savu
2012-01-09
1
-0
/
+2
*
fix command modifiers in inference rules
Joerg Bornemann
2012-01-02
1
-0
/
+35
*
save the Makefile's filename in the makefile object
Joerg Bornemann
2011-09-22
1
-2
/
+3
*
fix email contact in license
Joerg Bornemann
2011-08-16
1
-1
/
+1
*
license header update
Joerg Bornemann
2011-08-16
1
-1
/
+1
*
style fix
Joerg Bornemann
2011-08-15
1
-1
/
+1
*
fix replacement of $< in inline files
Joerg Bornemann
2011-08-15
1
-2
/
+2
*
handle quoted dollar signs in inline files correctly
Joerg Bornemann
2011-08-12
1
-13
/
+7
*
fix error message
Joerg Bornemann
2011-08-12
1
-1
/
+1
*
compile with QT_NO_CAST_FROM_ASCII and QT_NO_CAST_TO_ASCII
Joerg Bornemann
2011-07-28
1
-4
/
+4
*
out of date check fixed
Joerg Bornemann
2011-04-06
1
-35
/
+0
*
fast retrieval of file dates
Joerg Bornemann
2011-03-19
1
-9
/
+9
*
introduce InferenceRule::inferredDependent(QString targetName)
Joerg Bornemann
2010-10-15
1
-16
/
+20
*
remove unused members from DescriptionBlock
Joerg Bornemann
2010-10-13
1
-4
/
+0
*
fix macro substitutions with a colon in the replacement
Joerg Bornemann
2010-10-08
1
-1
/
+1
*
expand filename macros in inline files
Joerg Bornemann
2010-10-02
1
-0
/
+1
*
fix off-by-one error in DescriptionBlock::expandFileNameMacros
Joerg Bornemann
2010-10-02
1
-1
/
+1
*
batch mode implemented
Joerg Bornemann
2010-10-01
1
-20
/
+82
*
handle .SUFFIXES properly
Joerg Bornemann
2010-10-01
1
-7
/
+24
*
do not store suffixes per description block
Joerg Bornemann
2010-10-01
1
-2
/
+0
*
make substitution in filename macros work
Joerg Bornemann
2010-10-01
1
-0
/
+1
*
fix $ escaping in filename macros
Joerg Bornemann
2010-10-01
1
-0
/
+2
*
macro substitution implemented
Joerg Bornemann
2010-09-28
1
-1
/
+20
[next]