Skip to content
Snippets Groups Projects
  1. Nov 02, 2020
  2. Oct 29, 2020
  3. Oct 27, 2020
  4. Oct 26, 2020
  5. Oct 23, 2020
  6. Oct 21, 2020
  7. Oct 20, 2020
    • Vladimír Čunát's avatar
      treewide: unify ENABLE_* defines · 8e116df6
      Vladimír Čunát authored and Tomas Krizek's avatar Tomas Krizek committed
      Two styles were used: (un)defined and 0/1.  We switch to 0/1.
      Advantage: it can be used also like `if (ENABLE_FOO)`
      (outside preprocessor).
      
      Except for ./meson.build it's sed \
       -e 's/#ifdef ENABLE_CAP_NG/#if ENABLE_CAP_NG/g' \
       -e 's/#ifdef ENABLE_DOH2/#if ENABLE_DOH2/g' \
       -e 's/defined(ENABLE_COOKIES)/ENABLE_COOKIES/g' \
       -e 's/#ifdef ENABLE_COOKIES/#if ENABLE_COOKIES/g' \
       -i $(git grep -l ENABLE_)
      Verified
      8e116df6
  8. Oct 15, 2020
  9. Oct 13, 2020
Loading