index
:
paludis/paludis.git
1.4
cross
master
wip/cross-compiling
Paludis, the other package mangler.
ciaranm
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
paludis
/
util
Age
Commit message (
Expand
)
Author
Lines
2020-10-16
modernize: Mark overriding functions as such
Marvin Schmidt
-67
/
+67
2019-03-11
tests: Allow Linux 5.x
Heiko Becker
-1
/
+1
2018-06-13
process.cc: don't allocate after fork
Johannes Nixdorf
-176
/
+567
2018-02-04
build: fix compile against libc++ using clang
Bjorn Pagen
-0
/
+2
2018-01-29
use correct type when stringifying whirlpool checksum
Ćukasz P. Michalik
-1
/
+1
2017-06-10
util: sort includes (NFC)
Saleem Abdulrasool
-5
/
+5
2017-05-04
Add missing includes to fix building with libstdc++7
Heiko Becker
-0
/
+1
2016-12-14
build: Install headers generated from .se files
Marvin Schmidt
-6
/
+4
2016-12-14
build: Install missing fwd/impl headers
Marvin Schmidt
-6
/
+57
2016-12-13
build: Use the imported target for linking to pthread
Heiko Becker
-2
/
+2
2016-12-07
paludis: more range loop usage (NFC)
Saleem Abdulrasool
-0
/
+10
2016-12-05
build: Install bash scripts as 'PROGRAMS'
Heiko Becker
-1
/
+1
2016-12-03
paludis: use default'ed methods
Saleem Abdulrasool
-72
/
+27
2016-12-03
tests: add an explicit cast for gtest 1.8
Saleem Abdulrasool
-1
/
+1
2016-11-30
build: remove autotools based build
Saleem Abdulrasool
-98
/
+0
2016-11-30
build: introduce cmake based build system
Saleem Abdulrasool
-0
/
+263
2016-11-28
paludis: mark visibility on a few extern templates
Saleem Abdulrasool
-1
/
+1
2016-08-06
modernize: use default method synthesis
Saleem Abdulrasool
-126
/
+33
2016-08-04
modernize: use nullptr rather than 0 or NULL
Saleem Abdulrasool
-9
/
+9
2016-08-04
modernize: convert to range based for-loops
Saleem Abdulrasool
-26
/
+20
2016-05-03
run_test.sh: Strip path from test program
Marvin Schmidt
-1
/
+1
2016-02-27
clean up custom endian detection
Saleem Abdulrasool
-3
/
+3
2016-02-16
util: add IteratorRange utility
Saleem Abdulrasool
-0
/
+79
2016-02-14
switch TLS to C++11 TLS semantics
Saleem Abdulrasool
-17
/
+7
2016-02-01
Avoid PIC errors
David Leverton
-7
/
+6
2016-01-31
paludis: remove unnecessary "de-optimization"
Saleem Abdulrasool
-3
/
+1
2016-01-23
paludis: fix silly typo in makefile
Saleem Abdulrasool
-1
/
+1
2016-01-22
util: use `resize` instead of `reserve`
Saleem Abdulrasool
-6
/
+6
2016-01-21
paludis: POSIX_ME_HARDER accounts repository
Saleem Abdulrasool
-8
/
+177
2016-01-17
build: support out-of-tree builds better
Saleem Abdulrasool
-2
/
+2
2016-01-17
build: cleanup and simplify flags handling
Saleem Abdulrasool
-1
/
+1
2016-01-17
build: unconditionally use visibility flags
Saleem Abdulrasool
-18
/
+9
2015-11-05
Add stub for EAPI 6
David Leverton
-0
/
+1
2015-08-21
nothrow -> noexcept
Wouter van Kesteren
-2
/
+2
2015-08-21
noexcept is default for destructors
Wouter van Kesteren
-4
/
+4
2015-08-21
throw() -> noexcept
Wouter van Kesteren
-55
/
+55
2015-08-21
Permit Context destructor to emit exception
Wouter van Kesteren
-2
/
+2
2015-08-21
Another -Wunused-function
Wouter van Kesteren
-24
/
+0
2015-05-03
Let destringify use a default template argument
Wouter van Kesteren
-7
/
+1
2015-05-02
Make stream conversions explicit for gtest
Wouter van Kesteren
-19
/
+19
2015-05-01
Make bool destringify check for failbit.
Wouter van Kesteren
-9
/
+1
2015-04-26
Use a delegating constructor for Pty
Wouter van Kesteren
-11
/
+1
2015-04-26
Remove functions flagged by -Wunused-function
Wouter van Kesteren
-17
/
+0
2015-04-01
Whitelist linux 4.0
Wouter van Kesteren
-1
/
+2
2014-08-28
Don't inappropriately rely on evaluation order
David Leverton
-1
/
+23
2014-08-28
Fix assorted build failures with clang
David Leverton
-2
/
+2
2014-04-20
Look for exceptions inside threads
Ciaran McCreesh
-5
/
+15
2014-04-06
test: fix tests with bash 4.3
Saleem Abdulrasool
-5
/
+5
2014-01-18
Be a little less noisy
David Leverton
-2
/
+8
2014-01-16
Give PTYs a sensible size
David Leverton
-7
/
+61
[next]