projects
/
lttng-ust.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Move all sources to 'src/'
[lttng-ust.git]
/
doc
/
examples
/
Makefile.am
2021-04-09
Michael Jeanson
Move all sources to 'src/'
blob
|
commitdiff
|
raw
2021-03-23
Michael Jeanson
fix: use configured python when building the examples
blob
|
commitdiff
|
raw
|
diff to current
2021-03-23
Michael Jeanson
cleanup: don't copy lttng-gen-tp in OOT builds
blob
|
commitdiff
|
raw
|
diff to current
2021-03-22
Michael Jeanson
fix: use the configured cmake binary
blob
|
commitdiff
|
raw
|
diff to current
2021-03-22
Michael Jeanson
configure: standardize automake conditional names
blob
|
commitdiff
|
raw
|
diff to current
2021-02-26
Michael Jeanson
Move to kernel style SPDX license identifiers
blob
|
commitdiff
|
raw
|
diff to current
2020-10-15
Michael Jeanson
Cleanup: standardise include path
blob
|
commitdiff
|
raw
|
diff to current
2020-04-22
Michael Jeanson
fix: Add CLASSPATH to autoconf precious variables
blob
|
commitdiff
|
raw
|
diff to current
2020-03-04
Mathieu Desnoyers
Fix: Add missing vtracelog demo to make dist
blob
|
commitdiff
|
raw
|
diff to current
2020-03-04
Mathieu Desnoyers
Fix: Add missing vtracef demo to make dist
blob
|
commitdiff
|
raw
|
diff to current
2019-11-18
Simon Marchi
doc: fix build failure due to wrong whitespace character
blob
|
commitdiff
|
raw
|
diff to current
2019-11-18
Simon Marchi
doc: reformat long lines in doc/examples/Makefile.am
blob
|
commitdiff
|
raw
|
diff to current
2019-11-18
Simon Marchi
doc: pass AR when building examples
blob
|
commitdiff
|
raw
|
diff to current
2018-12-21
Michael Jeanson
Add silent mode to examples Makefiles
blob
|
commitdiff
|
raw
|
diff to current
2017-05-09
Michael Jeanson
Fix: Quote CMAKE variable assignment in Makefile
blob
|
commitdiff
|
raw
|
diff to current
2017-05-09
Michael Jeanson
Rework configure script
blob
|
commitdiff
|
raw
|
diff to current
2017-05-09
Michael Jeanson
Fix: Typo in doc/examples/Makefile.am
blob
|
commitdiff
|
raw
|
diff to current
2017-05-09
Michael Jeanson
Fix: Don't override user variables within the build...
blob
|
commitdiff
|
raw
|
diff to current
2017-02-20
Michael Jeanson
Fix: CMake examples integration
blob
|
commitdiff
|
raw
|
diff to current
2016-11-30
Vicente Olivert...
doc/examples/Makefile.am: define C and C++ compilers...
blob
|
commitdiff
|
raw
|
diff to current
2016-10-03
Jonathan Rajotte
build: check for CXX_WORKS for cmake example
blob
|
commitdiff
|
raw
|
diff to current
2016-10-03
Jonathan Rajotte
Fix: build: pass configure flags to cmake example
blob
|
commitdiff
|
raw
|
diff to current
2016-07-08
Philippe Proulx
Use AC_PROG_MKDIR_P (generic mkdir -p)
blob
|
commitdiff
|
raw
|
diff to current
2016-07-08
Philippe Proulx
Split CMake example build steps on different lines
blob
|
commitdiff
|
raw
|
diff to current
2016-07-08
Philippe Proulx
Fix: CMake example: specify source/built includes/libs
blob
|
commitdiff
|
raw
|
diff to current
2016-06-27
Sebastien Boisvert
Doc: ship cmake example with 'make distcheck'
blob
|
commitdiff
|
raw
|
diff to current
2016-05-10
Mathieu Desnoyers
Fix: examples make distcheck failure
blob
|
commitdiff
|
raw
|
diff to current
2016-02-12
Mathieu Desnoyers
Fix: add missing example file to dist tarball
blob
|
commitdiff
|
raw
|
diff to current
2015-10-22
Mathieu Desnoyers
Fix: examples jul: add missing files to make dist
blob
|
commitdiff
|
raw
|
diff to current
2015-09-09
Philippe Proulx
doc: add Python example
blob
|
commitdiff
|
raw
|
diff to current
2015-07-22
Alexandre Montplaisir
Split Java agent library in 3 separate jars
blob
|
commitdiff
|
raw
|
diff to current
2015-06-25
Michael Jeanson
Fix: build log4j example when enabled
blob
|
commitdiff
|
raw
|
diff to current
2015-06-09
Mathieu Desnoyers
Implement demo-tracelog example
blob
|
commitdiff
|
raw
|
diff to current
2015-04-10
Mathieu Desnoyers
Implement getcpu override
blob
|
commitdiff
|
raw
|
diff to current
2015-04-10
Mathieu Desnoyers
Implement clock override plugin support
blob
|
commitdiff
|
raw
|
diff to current
2014-10-16
Jérémie Galarneau
Fix: preserve example files' timestamps when copying
blob
|
commitdiff
|
raw
|
diff to current
2014-09-19
Christian Babeux
Refactor liblttng-ust-jul in liblttng-ust-agent
blob
|
commitdiff
|
raw
|
diff to current
2014-04-26
Adrien Vergé
Fix linking failure when cross-compiling
blob
|
commitdiff
|
raw
|
diff to current
2014-03-14
Mathieu Desnoyers
Fix: add demo-tracef to dist tarball
blob
|
commitdiff
|
raw
|
diff to current
2014-03-14
Mathieu Desnoyers
Implement tracef() instrumentation API
blob
|
commitdiff
|
raw
|
diff to current
2014-02-27
Jérémie Galarneau
Fix: Skip lttng-gen-tp example build if Python is missing
blob
|
commitdiff
|
raw
|
diff to current
2014-02-19
Jérémie Galarneau
Fix: java-jul/Makefile should not be marked as a binary
blob
|
commitdiff
|
raw
|
diff to current
2014-02-04
Mathieu Desnoyers
Fix: out of tree examples build
blob
|
commitdiff
|
raw
|
diff to current
2014-01-14
Jérémie Galarneau
Pass the CC variable to the example Makefiles
blob
|
commitdiff
|
raw
|
diff to current
2013-11-24
David Goulet
JUL: add Hello.java in doc/examples
blob
|
commitdiff
|
raw
|
diff to current
2013-11-15
Mathieu Desnoyers
doc/examples: error out when a subdir make fails
blob
|
commitdiff
|
raw
|
diff to current
2013-08-26
Mathieu Desnoyers
Fix: doc/examples cross-build
blob
|
commitdiff
|
raw
|
diff to current
2013-07-21
Mathieu Desnoyers
Fix: doc/examples VPATH build
blob
|
commitdiff
|
raw
|
diff to current
2013-07-12
Mathieu Desnoyers
Disable doc/examples build
blob
|
commitdiff
|
raw
|
diff to current
2013-07-01
Mathieu Desnoyers
Fix: doc/examples: gen-tp path
blob
|
commitdiff
|
raw
|
diff to current
2013-06-20
Mathieu Desnoyers
doc/examples: build gen-tp example by default
blob
|
commitdiff
|
raw
|
diff to current
2013-06-20
Mathieu Desnoyers
doc/examples: support BSD make
blob
|
commitdiff
|
raw
|
diff to current
2013-05-10
Jérémie Galarneau
Move "hello-static-lib" to doc/examples and add non...
blob
|
commitdiff
|
raw
|
diff to current
2013-03-28
Jérémie Galarneau
Add demo test back as an example
blob
|
commitdiff
|
raw
|
diff to current
2012-02-16
Mathieu Desnoyers
Install easy-ust and gen-tp examples in doc/
blob
|
commitdiff
|
raw
|
diff to current
This page took
0.145859 seconds
and
62
git commands to generate.