search for: latest_version

Displaying 11 results from an estimated 11 matches for "latest_version".

Did you mean: latest_versions
2009 Sep 07
11
autoincrement for non-id column
There is a table: execute (<<-SQL) CREATE TABLE "tasks" ( "id" serial primary key, "number" serial, "version" integer DEFAULT 0 NOT NULL, "latest_version" boolean DEFAULT ''t'' NOT NULL, "hidden" boolean DEFAULT ''f'' NOT NULL, "type" character varying (1) NOT NULL, "created_at" timestamp ); SQL I need the number field to be serial, i.e. to be automatically filled when...
2016 May 26
5
[PATCH 0/3] Three virt-p2v patches.
Not very much related to each other. Rich.
2019 Jan 22
20
[RFC] migrating past C++11
...2017/03) so that we get extended constexpr and NSDMI Version information from: Clang http://releases.llvm.org <http://releases.llvm.org/> Apple clang https://trac.macports.org/wiki/XcodeVersionInfo <https://trac.macports.org/wiki/XcodeVersionInfo> and https://en.wikipedia.org/wiki/Xcode#Latest_versions <https://en.wikipedia.org/wiki/Xcode#Latest_versions> GCC https://gcc.gnu.org/releases.html <https://gcc.gnu.org/releases.html> MSVC https://en.wikipedia.org/wiki/Microsoft_Visual_Studio <https://en.wikipedia.org/wiki/Microsoft_Visual_Studio> and https://docs.microsoft.com/en-us/...
2019 Jan 26
4
[RFC] migrating past C++11
...t; - Visual Studio 2017 (*released 2017/03*) so that we get extended > constexpr and NSDMI > > Version information from: > > - Clang http://releases.llvm.org > - Apple clang https://trac.macports.org/wiki/XcodeVersionInfo and > https://en.wikipedia.org/wiki/Xcode#Latest_versions > - GCC https://gcc.gnu.org/releases.html > - MSVC https://en.wikipedia.org/wiki/Microsoft_Visual_Studio and > https://docs.microsoft.com/en-us/cpp/visual-cpp-language-conformance > > > My previous attempts pointed out that WebKit / Chromium / Firefox are all > past C...
2019 Apr 01
2
[RFC] migrating LLVM to C++14
...t; - Visual Studio 2017 (*released 2017/03*) so that we get extended > constexpr and NSDMI > > Version information from: > > - Clang http://releases.llvm.org > - Apple clang https://trac.macports.org/wiki/XcodeVersionInfo and > https://en.wikipedia.org/wiki/Xcode#Latest_versions > - GCC https://gcc.gnu.org/releases.html > - MSVC https://en.wikipedia.org/wiki/Microsoft_Visual_Studio and > https://docs.microsoft.com/en-us/cpp/visual-cpp-language-conformance > > > My previous attempts pointed out that WebKit / Chromium / Firefox are all > past C...
2019 May 06
2
[RFC] migrating LLVM to C++14
...xpr and NSDMI >>> Version information from: >>> Clang http://releases.llvm.org <http://releases.llvm.org/> >>> Apple clang https://trac.macports.org/wiki/XcodeVersionInfo <https://trac.macports.org/wiki/XcodeVersionInfo> and https://en.wikipedia.org/wiki/Xcode#Latest_versions <https://en.wikipedia.org/wiki/Xcode#Latest_versions> >>> GCC https://gcc.gnu.org/releases.html <https://gcc.gnu.org/releases.html> >>> MSVC https://en.wikipedia.org/wiki/Microsoft_Visual_Studio <https://en.wikipedia.org/wiki/Microsoft_Visual_Studio> and https:/...
2019 May 06
2
[RFC] migrating LLVM to C++14
...I >>>> Version information from: >>>> Clang http://releases.llvm.org <http://releases.llvm.org/> >>>> Apple clang https://trac.macports.org/wiki/XcodeVersionInfo <https://trac.macports.org/wiki/XcodeVersionInfo> and https://en.wikipedia.org/wiki/Xcode#Latest_versions <https://en.wikipedia.org/wiki/Xcode#Latest_versions> >>>> GCC https://gcc.gnu.org/releases.html <https://gcc.gnu.org/releases.html> >>>> MSVC https://en.wikipedia.org/wiki/Microsoft_Visual_Studio <https://en.wikipedia.org/wiki/Microsoft_Visual_Studio> and...
2019 May 06
2
[RFC] migrating LLVM to C++14
...> constexpr and NSDMI >>>> >>>> Version information from: >>>> >>>> - Clang http://releases.llvm.org >>>> - Apple clang https://trac.macports.org/wiki/XcodeVersionInfo and >>>> https://en.wikipedia.org/wiki/Xcode#Latest_versions >>>> - GCC https://gcc.gnu.org/releases.html >>>> - MSVC https://en.wikipedia.org/wiki/Microsoft_Visual_Studio and >>>> https://docs.microsoft.com/en-us/cpp/visual-cpp-language-conformance >>>> >>>> >>>> My previous a...
2019 Aug 04
2
[RFC] migrating LLVM to C++14
...DMI >>>>> >>>>> Version information from: >>>>> >>>>> - Clang http://releases.llvm.org >>>>> - Apple clang https://trac.macports.org/wiki/XcodeVersionInfo and >>>>> https://en.wikipedia.org/wiki/Xcode#Latest_versions >>>>> - GCC https://gcc.gnu.org/releases.html >>>>> - MSVC https://en.wikipedia.org/wiki/Microsoft_Visual_Studio and >>>>> https://docs.microsoft.com/en-us/cpp/visual-cpp-language-conformance >>>>> >>>>> >>&g...
2020 Aug 04
9
Fixing grub/shim issue Centos 7
Hi all, I had the same problem with my UEFI bios machine and I fixed it so for Centos 7: 1) Boot from an rescue linux usb 2) When the rescue system is running: ??? 2.1) #chroot /mnt/sysimage 3) Config network: ??? 3.1) # ip addr add X.X.X.X/X dev X ??? 3.2) # ip route add default via X.X.X.X??? <--- default router 4) And finally: ??? #yum downgrade shim\* grub2\* mokutil ???
2019 Sep 10
3
[PATCH 0/2] Remove virt-p2v from libguestfs
Now that virt-p2v has its own repository [1] and releases [2], it is time to remove it from libguestfs. [1] https://github.com/libguestfs/virt-p2v [2] http://download.libguestfs.org/virt-p2v/ Pino Toscano (2): Remove virt-p2v Remove remaining virt-p2v bits .gitignore | 4 - Makefile.am | 7 +- bash/Makefile.am