view release on metacpan or search on metacpan
#ifndef IVSIZE
# ifdef LONGSIZE
# define IVSIZE LONGSIZE
# else
# define IVSIZE 4 /* A bold guess, but the best we can make. */
# endif
#endif
#ifndef UVTYPE
# define UVTYPE unsigned IVTYPE
#endif
view all matches for this distribution
view release on metacpan or search on metacpan
#ifndef IVSIZE
# ifdef LONGSIZE
# define IVSIZE LONGSIZE
# else
# define IVSIZE 4 /* A bold guess, but the best we can make. */
# endif
#endif
#ifndef UVTYPE
# define UVTYPE unsigned IVTYPE
#endif
view all matches for this distribution
view release on metacpan or search on metacpan
#ifndef IVSIZE
# ifdef LONGSIZE
# define IVSIZE LONGSIZE
# else
# define IVSIZE 4 /* A bold guess, but the best we can make. */
# endif
#endif
#ifndef UVTYPE
# define UVTYPE unsigned IVTYPE
#endif
view all matches for this distribution
view release on metacpan or search on metacpan
print "It may very well be supported all the way back to ",
format_version(5.003_07), ".\n";
}
else {
print "But given the things $f depends on, it's a good",
" guess that it isn't\n",
"supported prior to ", format_version($todo), ".\n";
}
}
}
}
#ifndef IVSIZE
# ifdef LONGSIZE
# define IVSIZE LONGSIZE
# else
# define IVSIZE 4 /* A bold guess, but the best we can make. */
# endif
#endif
#ifndef UVTYPE
# define UVTYPE unsigned IVTYPE
#endif
view all matches for this distribution
view release on metacpan or search on metacpan
#ifndef IVSIZE
# ifdef LONGSIZE
# define IVSIZE LONGSIZE
# else
# define IVSIZE 4 /* A bold guess, but the best we can make. */
# endif
#endif
#ifndef UVTYPE
# define UVTYPE unsigned IVTYPE
#endif
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Algorithm/Scale2x.pm view on Meta::CPAN
This module provides a generic implementation of the Scale2x and Scale3x algorithms.
Scale2x is described as:
...[a] real-time graphics effect able to increase the size of small bitmaps
guessing the missing pixels without interpolating pixels and blurring the images.
=head1 METHODS
=head2 scale2x( @pixels )
view all matches for this distribution
view release on metacpan or search on metacpan
#ifndef IVSIZE
# ifdef LONGSIZE
# define IVSIZE LONGSIZE
# else
# define IVSIZE 4 /* A bold guess, but the best we can make. */
# endif
#endif
#ifndef UVTYPE
# define UVTYPE unsigned IVTYPE
#endif
view all matches for this distribution
view release on metacpan or search on metacpan
#ifndef IVSIZE
# ifdef LONGSIZE
# define IVSIZE LONGSIZE
# else
# define IVSIZE 4 /* A bold guess, but the best we can make. */
# endif
#endif
#ifndef UVTYPE
# define UVTYPE unsigned IVTYPE
#endif
view all matches for this distribution
view release on metacpan or search on metacpan
Algorithm/TrunkClassifier/ppport.h view on Meta::CPAN
#ifndef IVSIZE
# ifdef LONGSIZE
# define IVSIZE LONGSIZE
# else
# define IVSIZE 4 /* A bold guess, but the best we can make. */
# endif
#endif
#ifndef UVTYPE
# define UVTYPE unsigned IVTYPE
#endif
view all matches for this distribution
view release on metacpan or search on metacpan
examples/sudoku/Sudoku.pm view on Meta::CPAN
die "Unknown blessed parameter.\n";
}
}
if (! $self->{type_} && $string ) {
$self->{type_} = SudokuType::guess($string);
}
if (! $self->{values_} && $string ) {
$self->{values_} = SudokuFormat::get_values($string);
}
view all matches for this distribution
view release on metacpan or search on metacpan
inc/Module/AutoInstall.pm view on Meta::CPAN
else {
print
"*** Dependencies will be installed the next time you type '$make'.\n";
}
# make an educated guess of whether we'll need root permission.
print " (You may need to do that as the 'root' user.)\n"
if eval '$>';
}
print "*** $class configuration finished.\n";
inc/Module/AutoInstall.pm view on Meta::CPAN
or _load('CPANPLUS::Shell::Default')
)
);
}
# make guesses on whether we're under the CPAN installation directory
sub _under_cpan {
require Cwd;
require File::Spec;
my $cwd = File::Spec->canonpath( Cwd::cwd() );
view all matches for this distribution
view release on metacpan or search on metacpan
corpus/libpalindrome/Makefile.am
corpus/libpalindrome/Makefile.in
corpus/libpalindrome/README
corpus/libpalindrome/aclocal.m4
corpus/libpalindrome/compile
corpus/libpalindrome/config.guess
corpus/libpalindrome/config.h.in
corpus/libpalindrome/config.sub
corpus/libpalindrome/configure
corpus/libpalindrome/configure.ac
corpus/libpalindrome/depcomp
view all matches for this distribution
view release on metacpan or search on metacpan
# Test lib AND header inclusion
#use ExtUtils::CppGuess;
#use Devel::CheckLib;
#my $guess = ExtUtils::CppGuess->new;
#my %mb_opts = $guess->module_build_options; # even though not using Module::Build
#check_lib_or_exit(
# lib => 'boost_program_options',
# header => 'boost/program_options.hpp',
# ccflags => $mb_opts{extra_compiler_flags},
view all matches for this distribution
view release on metacpan or search on metacpan
# Test lib AND header inclusion
#use ExtUtils::CppGuess;
#use Devel::CheckLib;
#my $guess = ExtUtils::CppGuess->new;
#my %mb_opts = $guess->module_build_options; # even though not using Module::Build
#check_lib_or_exit(
# lib => 'boost_program_options',
# header => 'boost/program_options.hpp',
# ccflags => $mb_opts{extra_compiler_flags},
view all matches for this distribution
view release on metacpan or search on metacpan
t/003_compile.t view on Meta::CPAN
use Alien::Box2D;
use ExtUtils::CppGuess;
use ExtUtils::Liblist;
use Config;
my $cppguess = ExtUtils::CppGuess->new;
my %cppflags = $cppguess->module_build_options;
# Ugly MSVC compiler hack
my $libs = Alien::Box2D->config('libs');
$libs = ExtUtils::Liblist->ext($libs) if $Config{cc} =~ /\bcl\b/;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/Build/Plugin/Probe/CBuilder.pm view on Meta::CPAN
use File::chdir;
use File::Temp ();
use Capture::Tiny qw( capture_merged capture );
use Alien::Util qw( version_cmp );
# ABSTRACT: Probe for system libraries by guessing with ExtUtils::CBuilder
our $VERSION = '2.84'; # VERSION
has options => sub { {} };
lib/Alien/Build/Plugin/Probe/CBuilder.pm view on Meta::CPAN
=encoding UTF-8
=head1 NAME
Alien::Build::Plugin::Probe::CBuilder - Probe for system libraries by guessing with ExtUtils::CBuilder
=head1 VERSION
version 2.84
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/FFTW3.pm view on Meta::CPAN
use the existing Alien::Base infrastructure from Joel Berger to
install in that case.
Alien::Base isn't capable of installing the library in a place where
the default pkg-config will find it on all systems, so there is some
logic to place it in a best guess for where system libraries "should"
go on your system: we examine the path searched by pkg-config and
place the fftw library in a suitable spot that can be located.
=head1 SEE ALSO
view all matches for this distribution
view release on metacpan or search on metacpan
src/Source/FreeImage/PluginICO.cpp view on Meta::CPAN
if( (icon_list[k].wPlanes * icon_list[k].wBitCount) >= 8 ) {
icon_list[k].bColorCount = 0;
} else {
icon_list[k].bColorCount = (BYTE)(1 << (icon_list[k].wPlanes * icon_list[k].wBitCount));
}
// initial guess (correct only for standard icons)
icon_list[k].dwBytesInRes = CalculateImageSize(icon_dib);
icon_list[k].dwImageOffset = CalculateImageOffset(vPages, k);
}
// make a room for icon dir entries, until later update
view all matches for this distribution
view release on metacpan or search on metacpan
- Bundle tarball of version 1.0.9 with the release
- Make every attempt to let the world know that the library is deprecated
0.002 2016-04-06
- Make Alien::patch a dynamic requirement
- Update config.sub and config.guess to the latest from
http://git.savannah.gnu.org/cgit/config.git
0.001 2016-04-05
- original version
view all matches for this distribution
view release on metacpan or search on metacpan
diag_preamble = | diag 'Alien::Hunspell->libs = ' . Alien::Hunspell->libs;
diag_preamble = | diag 'Alien::Hunspell->dynamic_libs = ', $_ for Alien::Hunspell->dynamic_libs;
diag_preamble = | };
diag_preamble = | eval {
diag_preamble = | require ExtUtils::CppGuess;
diag_preamble = | my %cppguess = ExtUtils::CppGuess->new->module_build_options;
diag_preamble = | diag 'C++ Guess compiler = ' . $cppguess{extra_compiler_flags};
diag_preamble = | diag 'C++ Guess linker = ' . $cppguess{extra_linker_flags};
diag_preamble = | };
diag_preamble = | };
[AlienBuild]
view all matches for this distribution
view release on metacpan or search on metacpan
inc/My/Judy/Builder.pm view on Meta::CPAN
--program-prefix=PREFIX prepend PREFIX to installed program names
--program-suffix=SUFFIX append SUFFIX to installed program names
--program-transform-name=PROGRAM run sed PROGRAM on installed program names
System types:
--build=BUILD configure for building on BUILD [guessed]
--host=HOST cross-compile to build programs to run on HOST [BUILD]
Optional Features:
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
view all matches for this distribution
view release on metacpan or search on metacpan
- Use C++ standard flag from ExtUtils::CppGuess to determine if C++
compiler has support for C++11.
See <https://github.com/Intertangle/p5-Alien-Kiwisolver/pull/9>,
<https://github.com/tsee/extutils-cppguess/pull/24>.
0.002_002 2021-05-05 19:58:56-0400
Bug fixes
view all matches for this distribution
view release on metacpan or search on metacpan
libjit/ChangeLog view on Meta::CPAN
2008-01-26 Aleksey Demakov <ademakov@gmail.com>
* auto_gen.sh: remove, use "autoreconf -i -f" instead (thanks
Dalibor for the hint).
* INSTALL, config.guess, config.sub, install-sh, missing: remove
from CVS, these files are automatically generated by autoreconf.
* mkinstalldirs: remove, this file is obsolete.
2008-01-25 Aleksey Demakov <ademakov@gmail.com>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/Libarchive/Installer.pm view on Meta::CPAN
}
sub _try_pkg_config
{
my($dir, $field, $guess, $extra) = @_;
unless(defined $dir)
{
require File::Temp;
$dir = File::Temp::tempdir(CLEANUP => 1);
lib/Alien/Libarchive/Installer.pm view on Meta::CPAN
};
unless(defined $value) {
no warnings;
$value = `pkg-config --silence-errors libarchive $extra --$field`;
return $guess if $?;
}
chomp $value;
require Text::ParseWords;
[Text::ParseWords::shellwords($value)];
view all matches for this distribution
view release on metacpan or search on metacpan
if($^O eq 'darwin' && ! -d '/usr/include/openssl')
{
# The OpenSSL that ships with recent OS X is completely broken
# from a developer perspective. They provide an openssl binary,
# libraries and a .pc file, but no headers. I guess the reason
# is OpenSSL is considered deprecated on the platform, but then
# why ship the .pc file? We set PKG_CONFIG_LIBDIR to just the
# to skip /usr/lib/pkgconfig, unless the user has specified it.
# (presumably if they have set it, they have done so for a reason).
unless(defined $ENV{PKG_CONFIG_LIBDIR}) {
view all matches for this distribution
view release on metacpan or search on metacpan
META.yml
Makefile.PL
README
alienfile
author.yml
corpus/config.guess
dist.ini
lib/Alien/MSYS.pm
maint/cip-before-install
perlcriticrc
t/00_diag.t
view all matches for this distribution
view release on metacpan or search on metacpan
src/fetchsrc.pl view on Meta::CPAN
use Getopt::Long;
use LWP::UserAgent;
use YAML;
# I don't know how sourceforge does the global mirroring, but this
# is m guess
my $download_base_url = "http://nchc.dl.sourceforge.net/sourceforge";
main();
sub main
view all matches for this distribution
view release on metacpan or search on metacpan
}
if($^O eq 'darwin' && ! -d '/usr/include/openssl') {
# The OpenSSL that ships with recent OS X is completely broken
# from a developer perspective. They provide an openssl binary,
# libraries and a .pc file, but no headers. I guess the reason
# is OpenSSL is considered deprecated on the platform, but then
# why ship the .pc file? We set PKG_CONFIG_LIBDIR to just the
# to skip /usr/lib/pkgconfig, unless the user has specified it.
# (presumably if they have set it, they have done so for a reason).
unless(defined $ENV{PKG_CONFIG_LIBDIR}) {
view all matches for this distribution