Displaying 16 results from an estimated 16 matches for "dirstamp".
Did you mean:
dirstack
2015 Aug 04
2
[PATCH] automake: Admit defeat and use 'subdir-objects'.
...++++------
tests/mount-local/Makefile.am | 4 ++--
v2v/Makefile.am | 2 +-
12 files changed, 34 insertions(+), 33 deletions(-)
diff --git a/.gitignore b/.gitignore
index 361da6d..e35a7b3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -23,6 +23,7 @@
bindtests.tmp
cscope.out
.deps
+.dirstamp
.gdb_history
.libs
Makefile
diff --git a/builder/Makefile.am b/builder/Makefile.am
index 083e3a4..fcaa70a 100644
--- a/builder/Makefile.am
+++ b/builder/Makefile.am
@@ -72,13 +72,13 @@ SOURCES_ML = \
builder.ml
SOURCES_C = \
- $(top_srcdir)/mllib/fsync-c.c \
- $(top_srcdir)/mllib/uri-c.c \...
2017 Nov 28
0
[ANNOUNCE] xfs 1.2.0
...loca
Emil Velikov (1):
autogen.sh: use quoted string variables
Matthew Green (1):
FD_SETSIZE fixes.
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (1):
autogen.sh: use exec instead of waiting for configure to finish
Thomas Klausner (2):
Ignore .dirstamp files.
Include config.h first, and add comment about Xpoll.h.
git tag: xfs-1.2.0
https://xorg.freedesktop.org/archive/individual/app/xfs-1.2.0.tar.bz2
MD5: b4d2e644bfb35cae8858d2411501b07e xfs-1.2.0.tar.bz2
SHA1: 00848fcc2915ed8b00e75ac311c4727327324f57 xfs-1.2.0.tar.bz2
SHA256: db221211...
2012 Sep 25
2
[libopusfile PATCH] build: implement autotools build system for libopusfile.
...++++++
3 file modificati, 60 inserzioni(+)
create mode 100644 .gitignore
create mode 100644 Makefile.am
create mode 100644 configure.ac
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..d75d9ef
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,24 @@
+*.la
+*.lo
+*.o
+*~
+.deps
+.dirstamp
+.libs
+/Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache/
+config.guess
+config.log
+config.status
+config.sub
+configure
+depcomp
+examples/opusfile_example
+examples/seeking_example
+install-sh
+libopusfile-*.tar.*
+libtool
+ltmain.sh
+missing
diff --git a/Makefile.am b/Makefile.am
new file mod...
2012 May 26
2
[ANNOUNCE] conntrack-tools 1.2.0 release
Hi!
The Netfilter project proudly presents:
conntrack-tools 1.2.0
This release is a major milestone that includes support for
expectation synchronization and the new nfct utility that, by now,
only supports the new cttimeout infrastructure.
See ChangeLog that comes attached to this email for more details.
You can download it from:
2012 Sep 25
0
[libopusfile PATCH] build: implement autotools build system for libopusfile. (v3)
...ignore
create mode 100644 Makefile.am
create mode 100755 autogen.sh
create mode 100644 configure.ac
create mode 100644 m4/attributes.m4
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5dccbcc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,29 @@
+*.la
+*.lo
+*.o
+*~
+.deps
+.dirstamp
+.libs
+/Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache/
+config.guess
+config.log
+config.status
+config.sub
+configure
+depcomp
+examples/opusfile_example
+examples/seeking_example
+install-sh
+libopusfile-*.tar.*
+libtool
+ltmain.sh
+m4/libtool.m4
+m4/ltoptions.m4
+m4/ltsugar.m4
+m4/ltversion...
2012 Sep 25
3
[libopusfile PATCH] build: implement autotools build system for libopusfile. (v2)
...oni(+)
create mode 100644 .gitignore
create mode 100644 Makefile.am
create mode 100644 configure.ac
create mode 100644 m4/attributes.m4
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5dccbcc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,29 @@
+*.la
+*.lo
+*.o
+*~
+.deps
+.dirstamp
+.libs
+/Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache/
+config.guess
+config.log
+config.status
+config.sub
+configure
+depcomp
+examples/opusfile_example
+examples/seeking_example
+install-sh
+libopusfile-*.tar.*
+libtool
+ltmain.sh
+m4/libtool.m4
+m4/ltoptions.m4
+m4/ltsugar.m4
+m4/ltversion...
2012 Sep 29
2
[libopusfile PATCH] build: implement autotools build system for libopusfile. (v4)
...reate mode 100644 configure.ac
delete mode 100644 doc/Doxyfile
create mode 100644 doc/Doxyfile.in
create mode 100644 m4/attributes.m4
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5dccbcc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,29 @@
+*.la
+*.lo
+*.o
+*~
+.deps
+.dirstamp
+.libs
+/Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache/
+config.guess
+config.log
+config.status
+config.sub
+configure
+depcomp
+examples/opusfile_example
+examples/seeking_example
+install-sh
+libopusfile-*.tar.*
+libtool
+ltmain.sh
+m4/libtool.m4
+m4/ltoptions.m4
+m4/ltsugar.m4
+m4/ltversion...
2012 Sep 10
11
Cleanup/build improvement for opus
Hello all,
after FOMS I decided to take a look at the opus library and I found
that I could improve a bit the build system and cleanup the code a
little bit.
Most of the changes to the code has been suggested by my two tools
cowstats and missingstatic (part of the ruby-elf gem if you care).
HTH,
Diego
2016 May 31
0
[ANNOUNCE] intel-gpu-tools 1.15
...rations per child
igt/kms_cursor_legacy: Stress each CRTC individually as well
igt/kms_cursor_legacy: Fixup !fixture
Daniel Vetter (16):
lib/igt_kms: Don't disable exit handlers around set_vt_mode
tests/kms_mmap_write_crc: Use the right fork helpers
gitignore: Add .dirstamp
lib/igt_core: remove igt_disable/enable_exit_handlers
lib: Unit test for exit handler
lib: remove saved_sig_mask
tests/gem_reloc_overflow: Add missing igt_fixture
lib: Add igt_subtest_group
tests/gem_concurrent_blt|all: Use igt_subtest_group
lib: Fix some d...
2016 Jul 14
2
[PATCH 0/2] Build mllib and customize into libraries.
Simplifies the build a bit.
This is on top of the previous SELinux relabelling patch set, although
not related to it.
Rich.
2024 Jul 16
0
[ANNOUNCE] nftables 1.1.0 release
.../nft-f/zero_length_devicename2_assert"
tests/shell: cover long interface name in "0042chain_variable_0" test
parser_bison: fix length check for ifname in ifname_expr_alloc()
tests/shell: fix mount command in "test-wrapper.sh"
gitignore: ignore ".dirstamp" files
build: no recursive-make for "include/**/Makefile.am"
build: no recursive make for "py/Makefile.am"
build: no recursive make for "files/**/Makefile.am"
build: no recursive make for "src/Makefile.am"
build: no recursiv...
2016 Jun 17
5
ARM NEON optimization -- celt_fir()
Hi all,
This is Linfeng Zhang from Google. I'll work on ARM NEON optimization in the
next few months.
I'm submitting 2 patches in the following couple of emails, which have the new
created celt_fir_neon().
I revised celt_fir_c() to not pass in argument "mem" in Patch 1. If there are
concerns to this change, please let me know.
Many thanks to your comments.
Linfeng Zhang
2019 Jan 14
6
[PATCH nbdkit incomplete 0/5] Port to Windows.
This is an incomplete port to Windows. Currently the server compiles
and starts up successfully, but goes into an infinite loop when you
connect to it. Nevertheless I think the approach is ready for
feedback. This being Windows the changes go quite deep.
Rich.
2019 Jul 09
7
[PATCH 0/5] Split virt-p2v in own repository
Hi,
as it was already discussed on this list, here it is my attempt in
splitting virt-p2v in an own repository. Sadly there are things that
must be copied from libguestfs, as it cannot be avoided.
The approach taken was to run a script (will send separately) to just
get the "p2v" subdirectory with its history as own repository, and then
add in few followup commits all the bits needed
2017 Jun 27
3
[PATCH] libvirt: disallow non-local connections (RHBZ#1347830)
If the connection is not local, paths of disks will refer to the remote
host, which were mistakenly handled as local paths (in the best case
failing to open a non-existing disk, and in the worst case opening a
different disk!).
In case the disks are remote resources like ssh or ceph, nothing
guarantees that the hostname can be reached from the local machine, or
even that it is actually the same on
2017 Jul 07
4
[PATCH v6 0/3] gobject: Remove gtk-doc (RHBZ#1465665).
Hopefully this time ...