summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* gitignore build product from Porting/sync-with-cpanAaron Crane2016-12-301-0/+3
|
* gitignore for cscope index files.Jarkko Hietaniemi2016-03-101-0/+6
|
* Add .gitignore for ext/re/ generated header fileMatthew Horsfall2015-08-201-0/+3
|
* automatically sort the MANIFEST if necessaryYves Orton2014-12-251-0/+3
| | | | | | | | | | Instead of harrasing people to sort the manifest in our tests, we can just automatically sort the manifest when it changes. That way the tests are actually testing that the auto-sort worked, and not that our devs put the new file in the right place.
* Revert part of 8629b8cee5Steve Hay2014-11-221-2/+0
| | | | | | | | | As BinGOs noted, all the EUMM testing should be happening in File::Temp generated tempdirs under cpan/ExtUtils-MakeMaker/t/ so it handles being run in parallel. So the fact that lib/Big/(Dummy|Liar).pm are being created on Windows when building/testing with GCC (but seemingly not MSVC++) is a bug somewhere.
* Update .gitignore fileSteve Hay2014-11-211-3/+2
| | | | | ExtUtils::MakeMaker's Big/Dummy.pm (and Big/Liar.pm) now lands in lib/, and Module::Build is no more
* Add gtags and ctags files into .gitignoreJarkko Hietaniemi2014-09-091-0/+9
|
* .gitignore: Handle cross-compilation files betterBrian Fraser2014-02-051-7/+3
|
* Merge branch 'cross-compile-revamp' into bleadBrian Fraser2014-01-221-0/+11
|\ | | | | | | | | | | | | | | | | | | This branch modifies how the cross-compilation model works. The main change is that we now build a host miniperl to use locally, rather than running each call to miniperl remotely. It also removes several of the exceptions from the old model (no xlib, xconfig.h, or Cross.pm).
| * Gitignore files which are created/used while cross-compilingJess Robinson2014-01-221-0/+11
| |
* | Add Darwin shared libraries (dylib) to gitignoreBrian Fraser2014-01-221-0/+3
|/
* Added config.arch to .gitignoreBrian Fraser2014-01-171-0/+1
|
* Pod-Perldoc: add Makefile.PL from distroDavid Mitchell2014-01-071-0/+1
| | | | | | | | | | | | | | | | Since 3.21, the Makefile includes special code for copying perldoc.pod to the right location, so use that rather than an auto-generated one. See [perl #120280] 5.19.5 intermittent failure t/search50.t With this change, cpan/Pod-Perldoc/perldoc.pod is now copied to lib/perldoc.pod rather than lib/Pod/perldoc.pod (Its install location of lib/$version/pod/perldoc.pod is unaffected)
* restore XS module building for WinCEDaniel Dragan2013-08-231-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | configpm - when debugging configpm, Config.pm is already loaded, so the alternate Config.pm for CE isn't loaded, warn about the problem and delete the native Config.pm to allow the cross Config.pm to be loaded win32/Makefile.cd - better build product cleanup, copy from the win32 makefile - disable a bunch of module that dont/dont yet build on CE - debugging configpm required a shortcut to make it easier to run in isolation - fix the defines that wind up in the cross Config.pm - add -GS- to disable the MS Security Cookie feature on MSVC for ARM >=14 compilers, this stops a .lib linking error, security cookie overhead isnt needed for a very space limited device sdsdkenv.bat is the file I use to set env vars to compile for WM since starting in SmartDevices SDK, there is no equivelent of vcvarsall.bat for makefile building, there was a vcvarsall.bat equivelent in EVC4 tho MSVC for non Intel CPUs sometimes isn't named cl.exe, fix config_sh.PL to deal with it how to compile CE Perl, some steps involving celib and MS SDKs not included and 2 patches to CPAN modules, Socket and MakeMaker, are not in this commit but they are required to build CE Perl -in a Win32 x86/x64 command prompt do a "nmake all" to make a Desktop Perl -then in a WinCE build env command prompt do a "nmake -f makefile.ce all" -/xlib will have all your XS DLLs and PM files, /win32/$(MACHINE) will have perl519.dll and perl.exe Tony Cook: update MANIFEST
* Remove 3 redundant lines from .gitignoreNicholas Clark2013-07-241-3/+0
| | | | These test files are no longer generated in directories beneath lib/
* Move all the "special case" build products from lib/.gitignore to .gitignoreNicholas Clark2013-07-241-0/+22
| | | | | These are all the build products that we can't programmatically infer will be generated from extensions in ext, dist and cpan.
* Make .gitignore and lib/.gitignore more consistent.Nicholas Clark2013-07-241-9/+0
| | | | | | | | | | | | Move the ignore of lib/App/, lib/mro.pm, lib/TAP/, lib/Test/Harness.pm, lib/File/DosGlob.pm, lib/inc/, Win32.pm, Win32API/ and Win32Core.pm from .gitignore to lib/.gitignore, where they more logically belong. Consistently use trailing / for ignored directories. Add a leading / to the ignore of unicore/TestProp.pl (The line was added by commit 3df51b85ce4a5664 in Nov 2009, and it's not clear why it did not have a leading / from the start.) Re-sort lib/.gitignore lexically.
* Prune some .gitignore files.Nicholas Clark2013-07-241-5/+0
| | | | | | | | | | Class::ISA was removed by 3df51b85ce4a5664 in April 2010. Module::Pluggable was removed by commit 482cac4d574f8c6c in May 2013. Module/Build/ConfigData.pm was moved from lib/ to cpan/ by commit 0b93a7997e668a67 in Nov 2009. Pod::Plainer was removed by commit afbe215fcafe7a92 in April 2010. Shell was removed by commit a1e75797c204ade8 in June 2011. Switch was removed by commit 75108aefc8b50fcf in April 2010.
* add entries to various .gitignore files for Win32 buildsDaniel Dragan2013-07-091-0/+1
| | | | | win32/html and cpan/Module-Build/t/install_test* generate dozens of non-versioned files on a Win32 build which makes committing cumbersome
* ignore some files from Module-PluggableYves Orton2013-02-261-0/+5
|
* add lib/File/DosGlob.pm to .gitignoreYves Orton2012-12-151-0/+1
| | | | The master version of the file now lives in ext
* add .gdb_history to .gitignoreYves Orton2012-11-171-0/+3
|
* ignore all MYMETA files, not just .ymlDavid Golden2012-02-221-1/+1
|
* Ignore and clean the byproducts of make install.htmlNicholas Clark2012-01-191-0/+3
| | | | | | | The install.html target generates vms/README_vms.pod and files in two directories, pod/perlfunc/ and pod/perlipc/ Add all three to .gitignore files, and add rules to delete the directories when cleaning.
* config.over is generated on some platforms, .gitignore itTony Cook2012-01-171-0/+3
|
* ignore a cygwin specific generated fileTony Cook2011-12-011-0/+3
|
* add 3 test.valgrind outputs to .gitignoreJim Cromie2011-09-121-0/+5
|
* Ignore the generated mg_data.hFlorian Ragwitz2011-06-141-0/+1
|
* [perl #82650] Ignore DTrace build productDavid Leadbeater2011-01-231-0/+3
|
* Upgrade EUMM from version 6.57_01 to 6.57_05Florian Ragwitz2010-09-111-0/+1
|
* Ignore droppings from lib/h2ph.tFlorian Ragwitz2010-09-011-0/+2
|
* Ignore more editor droppingsDagfinn Ilmari Mannsåker2010-08-241-1/+3
|
* Ignore xsubpp temp filesFlorian Ragwitz2010-08-181-0/+1
|
* Ignore *.old filesFlorian Ragwitz2010-08-181-5/+1
| | | | | We already ignored a couple of them, but there's many more of them showing up every now and then, especially because of some of the porting tools.
* gitignore: Ignore gcov filesÆvar Arnfjörð Bjarmason) (via RT2010-07-261-0/+5
| | | | | | | | | | # New Ticket Created by (Ævar Arnfjörð Bjarmason) # Please include the string: [perl #76712] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=76712 > Ignore the gcov files that are generated when following "GCC gcov Profiling" in perlhack.
* Ignore some more test byproductsFlorian Ragwitz2010-07-251-0/+3
|
* Ignore *.iFlorian Ragwitz2010-07-231-0/+1
| | | | These files are generated, upon request, by the macro expansion targets.
* Ignore the /UU directory that exists during ./ConfigureRafael Garcia-Suarez2010-04-211-0/+3
|
* Updated Module::Build to 0.35_08David Golden2009-11-181-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0.35_08 - Mon Nov 16 22:38:28 EST 2009 Bug fixes: - Multiple tests were failing due to dependency problems. Author dependencies have been largely removed from core 'requires' into optional features. Feature prereq detection and messaging have been expanded and bugs on older Perls have been removed. 0.35_07 - Sat Nov 14 17:14:39 EST 2009 Bug fixes: - Auto-detection of abstract and author fixed for mixed-case POD headers (RT#51117) [David Wheeler] - resume() was not restoring additions to @INC added in Build.PL (RT#50145) [David Golden] - When tarball paths are less than 100 characters, disables 'prefix' mode of Archive::Tar for maximum compatibility (RT#50571) [David Golden] 0.35_06 - Fri Nov 13 14:51:28 EST 2009 Enhancements: - Added experimental inc/ bundling; see Module::Build::Bundling for details. [David Golden and Eric Wilhelm] - Clarified that 'apache' in the license attribute indicates the Apache License 2.0 and added 'apache_1_1' for the older version of the license (RT#50614) [David Golden] Bug fixes: - Merging 'requires' and 'build_requires' in Module::Build::Compat could lead to duplicate PREREQ_PM entries; now the highest version is used for PREREQ_PM. (RT#50948) [David Golden] - Module::Build::Compat will now die with an error if advanced, non-numeric prerequisites are given, as these are not supported by ExtUtils::MakeMaker in PREREQ_PM [David Golden] - Made MYMETA generation non-fatal if fields required for META.yml are missing [David Golden] - Added Pod::Simple to requirements for manpage support; avoids problems if a user has a broken Pod::Man/Pod::Simple. (RT#50081) [David Golden] - Won't die if installed Pod::Readme is broken [David Golden] Other: - Fixed Module::Build::Notes POD [David Golden] - Some commands had become silent by default, so added a few short status messages so users know something actually happened [David Golden] - Cleaned up Changes file formatting [David Golden] - Removed most PERL_CORE customizations from test files due to reorganization of dual-life modules in core (RT#49522) [David Golden] 0.35_05 - Wed Oct 28 17:20:59 EDT 2009 Bug fixes: - Fix test failure in t/actions/installdeps.t when $^X is not the default perl [David Golden] - Work around $VERSION numbers in ActiveState with multiple underscores that prevent Module::Build from installing on Win32 [David Golden] - Fix bug cleaning compatibility Makefile when older ExtUtils::Manifest is installed [David Golden with help from David Cantrell] Other: - Suppressed more warnings from tests [David Golden] - Add provisional support for 'package NAME VERSION' syntax added in Perl 5.11.1 [David Golden] 0.35_04 - Fri Oct 23 11:20:41 EDT 2009 Bug fixes: - Fix test failure if IPC::Cmd isn't installed [David Golden] Other: - Suppressed warning messages from various tests [David Golden] 0.35_03 - Wed Oct 21 21:20:59 EDT 2009 *** API CHANGE *** - The prepare_metadata() method used to take a YAML::Node object as an argument for modification. The method now takes no arguments and just returns a hash reference of metadata. [David Golden] Enhancements - Command line options may be set via the PERL_MB_OPT environment variable (similar to PERL_MM_OPT in ExtUtils::MakeMaker) Bug fixes: - Updated PPM generation to PPM v4 (RT#49600) [Olivier Mengue] - When c_source is specified, the directory scan will include additional, less-common C++ extensions (RT49298) [David Golden] - When module_name is not supplied, no packlist was being written; fixed by guessing module_name from dist_version_from or the directory name (just like ExtUtils::Manifest does without NAME) [David Golden] - Bumped IO::File prereq to fix binmode failures in PPMMaker on Perl prior to 5.8.8 [David Golden] Other: - Replaced use of YAML.pm with YAML::Tiny; Module::Build::YAML is now based on YAML::Tiny as well [David Golden] - Reduced amount of console output under normal operation (use --verbose to see all output) [David Golden] 0.35_02 - Mon Sep 7 22:37:42 EDT 2009 Enhancements: - Added 'needs_compiler' property. Defaults to true if XS or c_source exist. If true, ExtUtils::CBuilder is also added to build_requires. [David Golden] - File::ShareDir automatically added to 'requires' if 'share_dir' is set [David Golden] - Added 'Build installdeps' action to install needed dependencies via a user-configurable command line program. (Defaults to 'cpan'.) [Eric Wilhelm] Bug fixes: - Failure to detect a compiler will now warn during Build.PL and be a fatal error when trying to compile during Build. (RT#48918) [David Golden] - Fixed directory sorting failure in share_dir.t [David Golden] - Property defaults that are data structures were being assigned as references to new objects. Changed so that defaults are cloned instead. (This mostly affects testing, which often creates multiple objects in the same process) [David Golden] - Simplified error message on exit under use_tap_harness [suggested by David Wheeler] - Fixed typemap search to use a dist-level typemap if a typemap is not found in the directory with the *.xs file; (was manifesting as warnings in Perl 5.6 tests) [David Golden] Other: - Replaced guts of new_from_context(). Build.PL is now executed in a separate process before resume() is called. (This is generally only of interest to Module::Build or toolchain developers) (RT#49350) [David Golden, Eric Wilhelm, Ken Williams] - Revised test helper classes to fix potential bugs and add new features to make writing tests simpler and easier. Changes incorporated into t/README.pod and t/sample.t as examples for new testing. [David Golden] 0.35_01 - Mon Aug 31 12:11:10 EDT 2009 Enhancements: - Generates MYMETA.yml during Build.PL (new standard protocol for communicating configuration results between toolchain components) [David Golden] - Added 'share_dir' property to provide File::ShareDir support; set automatically if a directory called 'share' exists [David Golden] Bug fixes: - Fix the t/destinations.t fix. [David Golden, with thanks to Eric Wilhelm] - Fix recursive test files in generated Makefile.PL (RT#49254) [Sawyer X] - Guard against trying :utf8 when :utf8 isn't available - The "test" action now dies when using the 'use_tap_harness' option and tests fail, matching the behavior under Test::Harness. (RT#49080) [initial patch from David Wheeler; revised by David Golden] Other: - Added t/README.pod and t/sample.t to guide developers writing new tests [David Golden, with some code from Eric Wilhelm] - Module::Build::Compat 'passthrough' style has been deprecated. Using 'passthrough' will issue warnings on Makefile.PL generation. See Module::Build::Compat documentation for rationale.
* Win32API-File has now moved to cpan/Steve Hay2009-10-051-1/+0
| | | | and its build by-product is now ignored by the cpan/.gitignore
* gitignore additionsRafael Garcia-Suarez2009-09-271-0/+1
|
* Ignore t/op/require.t byproductsVincent Pit2009-07-221-0/+11
|
* Ignore libperl.so.Florian Ragwitz2009-07-081-0/+1
|
* Ignore vim swap filesVincent Pit2009-05-241-0/+3
|
* Ignore bitcount.hNicholas Clark2009-05-201-0/+1
|
* Ignore ".output" files, that might be generated by some tests, apparentlyRafael Garcia-Suarez2009-05-191-0/+1
|
* One more to ignore for metaconfigH.Merijn Brand2009-03-251-1/+2
|
* Ignore the OS X GNUmakefile*s, and t/test_state.Nicholas Clark2009-02-141-0/+7
|
* Update .gitignore with new flat extension pathSteve Hay2009-02-121-1/+1
|
* metaconfig needs these two symlinksH.Merijn Brand2009-02-101-0/+4
|