Displaying 6 results from an estimated 6 matches for "besmirch".
2020 Jan 15
2
[tablegen] table readability / performance
...behavior conditional on the compiler, and
> generate the character arrays for VS, and strings for other compilers.
> It
> has the potential to create MSVC only issues, but it seems harmless
> enough...
I can't see any current `#ifdef _MSCV_VER` usage in tablegen but I'm happy to
besmirch it for this.
--
Codeplay Software Ltd.
Company registered in England and Wales, number: 04567874
Registered office: Regent House, 316 Beulah Hill, London, SE19 3HF
2020 Jan 15
2
[tablegen] table readability / performance
...strings for other
> compilers.
> > It
> > has the potential to create MSVC only issues, but it seems
> harmless
> > enough...
> I can't see any current `#ifdef _MSCV_VER` usage in tablegen but
> I'm happy to
> besmirch it for this.
>
>
> I think the cleanest way to do this would be to have a cl::opt to control
> how string tables are emitted, and then control the default with `#if
> defined(_MSC_VER) && !defined(__clang__)`. The !clang check is so I get the
> benefits of this locally w...
2017 Sep 16
9
KeePassX replacement
I have been using the KeePassX password manager on CentOS 6 and 7 for some time and it works pretty well. On my Windows machine I use KeePass which offers a number of features missing from KeePassX, I also sync the database between several machines, including Android units where I use keepass2android. Database compatibility is thus required.
KeePassX, however, does not seem to be maintained any
2017 Sep 16
0
KeePassX replacement
...drop in replacement.
My setup sounds pretty similar to your own (also use keepass2android, though
not KeePass on Windows).
I would be inclined to compile from source yourself rather than use an
unofficial repo you have no reason to trust for such a sensitive application.
I'm not trying to besmirch the good name of copr.fedorainfracloud.org/bugzy but
I've never heard of them and if you hadn't either that would give me pause for
thought before I let their binaries at my passwords.
On Fri 15 Sep 2017 @ 21:43, H wrote:
>I have been using the KeePassX password manager on CentOS 6 an...
2020 Jan 15
2
[tablegen] table readability / performance
On Tue Jan 14, 2020 at 8:27 PM, Reid Kleckner wrote:
> I don't think there's any technical reason for the current structure.
Apparently
[this](https://docs.microsoft.com/en-us/cpp/cpp/compiler-limits?view=vs-2019)
is a thing.
This results in the following delight happening on Visual Studio 2015:
> fatal error C1091: compiler limit: string exceeds 65535 bytes in length
So maybe
2017 Sep 16
2
KeePassX replacement
...ds pretty similar to your own (also use keepass2android,
> though not KeePass on Windows).
>
> I would be inclined to compile from source yourself rather than use an
> unofficial repo you have no reason to trust for such a sensitive
> application.
>
> I'm not trying to besmirch the good name of
> copr.fedorainfracloud.org/bugzy but I've never heard of them and if you
> hadn't either that would give me pause for thought before I let their
> binaries at my passwords.
>
I'm in a similar position presently, evaluating at password manager apps
and...